
Recherche avancée
Médias (91)
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
-
USGS Real-time Earthquakes
8 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (26)
-
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)
Sur d’autres sites (5125)
-
msvs : Don’t redefine snprintf for VS2015
26 juillet 2015, par Henrik Gramner -
How to turn off ffmpeg hardware acceleration
3 janvier 2017, par Blake SenftnerI have a video player. Written in C++ with Visual Studio, using the ffmpeg 3.2.2 libav libraries. I need to be able to programmatically turn off hardware acceleration of video decompression. I’m not finding much discussion on turning off hardware acceleration ; the only info I found is here on StackOverflow : How to turn off Video Acceleration programatically But that solution looks global to the system, not just my application.
Are there any ffmpeg flags or APIs that enable turning off hardware acceleration ? VLC, which uses ffmpeg’s libav libs, has an option to turn hardware acceleration off, so there much be some local-to-the-application method... -
Use ffprobe on Sagemaker Jupyter Notebook : /bin/sh : 1 : ffprobe : not found
2 juillet 2020, par GuuI need to use
FFprobe
to get the metadata(the orientation of the video) of videos on SageMaker Studio. Even I installedFFmpeg
andFFprobe
viapip install
, the notebook doesn't recognize the packages.

/bin/sh: 1: ffprobe: not found


It is tricky since I've already tried to install them on System terminal and it worked, but it still doesn't work on the Image terminal or Jupyter Notebook.


Is that because of the dependencies ? I've checked other ways to get the metadata but couldn't find one working. I could get simple metadata via
hachoir-metadata
but it didn't give the orientation. Any advice is welcomed. Thanks.