
Recherche avancée
Autres articles (112)
-
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 ;
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (15305)
-
Revision d869cafc98f8b57a14b8f783738a5234fdeb93a8 : Mauvais contrôle des droits sur le logo d’un mot-clé, bug remontant à la ...
12 juillet 2010, par Committo,Ergo:sum — LogMauvais contrôle des droits sur le logo d’un mot-clé, bug remontant à la grosse réorganisation de la 2.0 là-dessus [10900] (Stéphane Girault). git-svn-id : svn ://trac.rezo.net/spip/branches/spip-2.0@15826 caf5f3e8-d4fe-0310-bb3e-c32d5e47d55d
-
FFmpeg split multiple files with logo overlay
25 juillet 2014, par Onur Öztürki want to add logo overlay in video. and also i want to split videos multiple mp4 files
i can add logo with below code
ffmpeg -i in.mp4 -i logo.png -filter_complex "[0:v][1:v]overlay=0:620" out.mp4
also i can split the video to multiple files with below code
ffmpeg -i in.mp4 -vcodec copy -acodec copy -ss 0.05 -t 20 out1.mp4 -vcodec copy -acodec copy -ss 20 -t 15 out2.mp4
but i want to add logo and split them with one ffmpeg code
i use below code but i get error
ffmpeg -i in.mp4 -i logo.png -filter_complex "[0:v][1:v]overlay=0:620" -vcodec copy -acodec copy -ss 0 -t 20 out1.mp4 -vcodec copy -acodec copy -ss 20 -t 15 out2.mp4
How can i do two jobs with one ffmpeg code
-
Révision 17418 : un pipeline header_prive_css pour inserer les css de bases ou js inline pre-css
16 mars 2011, par cedric -