
Recherche avancée
Autres articles (28)
-
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 (...) -
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 -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (5251)
-
Fastest way to extract frames using ffmpeg ? [closed]
1er mars 2024, par StpnHi I need to extract frames from videos using ffmpeg.. Is there a faster way to do it than this :



ffmpeg -i file.mpg -r 1/1 $filename%03d.jpg




?


-
how to extract EPG from dvb-t (live tv stream - udp) with ffmpeg ?
1er mars 2017, par Amir MoradabadiI want to extract EPG from dvb-t (live tv stream - udp) with ffmpeg.
I have a dvb-t device and receiving streams with udp. -
How to use ffmpeg to extract only frames with audio ?
28 janvier 2018, par TrotomI have a long mp4 and I want to extract only the frames during which audio is being played.
Is it at all possible using ffmpeg ? If not what tool should I use ?