
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (51)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (9236)
-
Fix decoding of mpegts streams with h264 video that does *NOT* have b frames
28 avril 2011, par Mike ScheutzowFix decoding of mpegts streams with h264 video that does *NOT* have b frames
-
Fix decoding of mpegts streams with h264 video that does *NOT* have b frames
28 avril 2011, par Mike ScheutzowFix decoding of mpegts streams with h264 video that does *NOT* have b frames
-
how to extract images from a video file using ffmpeg
26 août 2014, par RahulI need to get one image out of an video to use as a thumbnail
So I am trying this :ffmpeg -ss 00:05:34.05 -i input.avi -vframes 1 -sameq output.jpg
This works just fine however every once in a while I come across a file where this fails with the following error message
av_interleaved_write_frame(): I/O error occurred
Usually that means that input file is truncated and/or corrupted.
What are my options if any ?
Thanks