
Recherche avancée
Autres articles (100)
-
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. -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (14416)
-
Meaning of ffmpeg output (tbc, tbn, tbr) [closed]
25 mars 2016, par user7289I am using ffmpeg to tell me video info. Specifically :
ffmpeg -i video.ext
I get the output :
Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 704x576 [PAR 12:11 DAR 4:3], 9578 kb/s, 25 tbr, 90k tbn, 50 tbc
Does anyone know what tbr, tbn and tbc are exactly ? I have seen speculation on the net but nothing definitive ?
Thanks in advance.
-
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