
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (31)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (4460)
-
FFmpeg build using Eclipse - Linux
24 septembre 2015, par goldenmeanI am trying to import ffmpeg source into Eclipse on Linux. I have followed every step mentioned at
https://trac.ffmpeg.org/wiki/Setup_Ecli ... peg_(Linux)But When i try to create a new project in Eclipse , I am not able to import it as a Makefile project .
I do not see any option in my Eclipse Indigo import wizard as ""C/C++" and then "Makefile Project with Existing Code"Any pointers on how to create a Eclipse project from ffmpeg source taken from git repository.
Details-
Linux Ubuntu 11.10
Eclipse Indigo version 3.7.0
ffmpeg 2.8 -
gdb and ffmpeg compilation
10 mars 2013, par toutou0091I installed ffmpeg using the instructions of the web site ffmpeg : http://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide, compilation works fine, they generates a file "ffmpeg_201207131721-git-1_amd64.deb " then, i excute " sudo dpkg-i ffmpeg_201207131721-git-1_amd64.deb". When I excute the command "ffmpeg-i-f toto.flv mp3-vn-acodec copy new_video.mp3" file "new_video. mp3" is well established. I would like to know what is the command "gdb" that I could use to find the file that have been consulted when i run the command "ffmpeg-i-f toto.flv mp3-vn-acodec copy new_video.mp3 "
Thank you in advance
Toufik
-
Revision 74427 : On va changer la méthode pour trouver plugin.xml et paquet.xml. On ...
22 juillet 2013, par teddy.spip@… — LogOn va changer la méthode pour trouver plugin.xml et paquet.xml. On passe par la class php RecursiveDirectoryIterator ? et RecursiveIteratorIterator ?. Cela devrait prendre en compte ’toutes’ les profondeurs où peuvent se trouver les plugins mutualisés. Ne prend pas en compte pour le moment _DIR_PLUGINS_SUPP.
Cette astuce vient de ma discussion sur http://forum.alsacreations.com/topic.php?tid=68023&fid=20
Merci à eux.