
Recherche avancée
Médias (1)
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (97)
-
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (...)
Sur d’autres sites (10517)
-
How to Tile Videos with FFmpeg [duplicate]
1er juin 2021, par G-PowerI'm quite surprised that this question was never asked on Stack Exchange before... Unless I missed on something.
I would like to tile a square number of videos (e.g. 4, 9, 16, etc.) into a single video.
All same format, same size, same everything.
I'm not that experienced with FFmpeg. So it would be cool if any answer given here were explained in detail, rather than just proposing a piece of code that I don't necessarily understand.
My videos will start at the same time and end at the same time... They're already prepared and all have the same length.


Thank you in advance !


-
How to cut milliseconds of a video ffmpeg
20 septembre 2021, par user3I have read several threads about this topic, but the solutions are not working for me, that's why I open a new thread.


I have a video of 00:00:01.22 (according to ffmpeg) of duration. I want to cut it from 00h 00m 00.555s to 00h 00m 00.730s


For doing that, I have tried :


ffmpeg -ss 00:00:0.555 -i ABOUT_00003.mp4 -t 00:00:0.770 -c copy output.mp4



But that is not working. The output video takes more time.


Any idea ?
Thanks in advance


-
Looking for a solution to create a transparent video with images in a given frames
8 juin 2012, par RakeshSI am looking for a various option to do the following in Linux OS (either FFMPEG or MENCODER) :
- Able to create a dummy (yes no data) transparent video for a given length (say 2 mins)
- Able to insert transparent images in a given frames (from 4-5, 20-22, etc) in the above video.
- Want output either in MOV or uncompressed AVI format.
Any help is highly appreciated.
Thanks in advance.