
Recherche avancée
Autres articles (108)
-
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 (17649)
-
ffmpeg -itsoffset does not work on a prores mov
28 juin 2022, par friendlygiraffeUsing -itsoffset works perfectly in ffmpeg with mp4 :


ffmpeg -i video.mp4 -itsoffset 0.355 -i video.mp4 -map 0:v -map 1:a -c copy -y video_offset.mp4



However, with a prores mov it has no affect, throws no errors either :


ffmpeg -i proresvideo.mov -itsoffset 0.355 -i proresvideo.mov -map 0:v -map 1:a -c copy -y proresvideo_offset.mov



-
Ubuntu 12.04 redirection command does not work
20 août 2013, par Juneyoung OhI need to stuck logs from ffmpeg.
So I command like below.
ffmpeg -f rtsp -rtsp_transport tcp -ss 600 -i rtsp://aaa.bbb -vframes 1 out.jpg>aaa_log.list
I already confirm that this command makes fine outputs, except ">aaa_log.list" part.
It makes file with the name "aaa_log.list", but does not write anything.
My OS is Ubuntu 12.04 64bit and ffmpeg version is 1.2.0.
Thnaks.
-
Revision 257f16cc54 : Merge "Make non-rd pick_mode work with Golden/Altref"
15 juillet 2014, par Yaowu XuChanged Paths :
Modify /vp9/encoder/vp9_pickmode.c
Merge "Make non-rd pick_mode work with Golden/Altref"