
Recherche avancée
Autres articles (96)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (9254)
-
How do I use ffmpeg to extract frames starting at a specific number ?
19 octobre 2020, par Gridzbi SpudvetchI've decided for some reason to upscale an entire 90-minute movie using AI. Problem is, I have several demo scenes that have already been upscaled, and I want to keep those frames rather than upscaling them again. Basically I want to export frames starting at a specific number, like
ffmpeg -i scene1.mp4 scene1/%10d+[starting number].jpg
. If the specified number were 1550, for example, the first frame it would export would be0000001550.jpg
. I still want it to start at the first frame of the input video, though ; the only things I want to change are the names of the output files. Is there a way to do this ?

-
Frame Number Overlay With FFmpeg syntax
6 juillet 2020, par DougMThis has been covered before, and the consensus solution is (minor variations on) the following command line :


ffmpeg -i input.MP4 -vf "drawtext=fontfile=Arial.ttf:text='%{frame_num}':r=25:x=(w-tw)/2:y=h-(2*lh):fontcolor=white:fontsize=50:" -c:a copy output.mp4



Unfortunately, when I apply this to my MP4 files the text that gets placed is "r=25". I've tried every variation that I can think of, but none of them result in a frame number displayed that correlates to the frames.


I know that it is aware of frame numbers because as it runs in the command line it displays the frame number that it's working on :


. . .
frame= 132 fps= 13 q=-1.0 Lsize= 1040kB time=00:00:01.07 bitrate=7913.9kbits/s speed=0.11x
. . .


Can you please help me with the correct syntax for placing the frame number in the video ?


-
To change the audio of the running live video
5 mars 2013, par Tushar SharmaI want to change the audio of the running video in my application. For example, when I open my application it contain camera screen. Now I want that I can see the video that I am watching from the camera but the audio get changed.