
Recherche avancée
Autres articles (38)
-
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (6097)
-
ffmmpeg output filename manipulation - extract every n seconds and put time of frame in output file
27 août 2022, par Fat RobertI have an mpg file. I want to extract a frame every 'n' seconds (example below every 2 minutes) and make a filename that matches the frame time + the start time. Can I do this in ffmpeg.


ffmpeg -i '20220804 - 091910_3.mpg' -vf fps=1/120 ../test_video_images/OUTFILE03d.jpg


I sse that part of the output as the command executes has time info :


frame= 1 fps=0.1 q=5.3 size=N/A time=00:02:00.00 bitrate=N/A speed= 15x


Can I get to the time variable and append it onto the output name ?


Regards,


-
ffmpeg av_read_frame() need very long time to stop
24 juillet 2017, par yuyingsuifengI use ffmpeg to decode RTSP video.It likes that :
When it’s on the end of file,it block in the av_read_frame() for a long time,why ? -
ffmpeg av_read_frame() need very long time to stop
2 juin 2014, par yuyingsuifengI use ffmpeg to decode RTSP video.It likes that :
When it’s on the end of file,it block in the av_read_frame() for a long time,why ?