
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (65)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
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.
Sur d’autres sites (5410)
-
How to combine two ffmpeg commands - adding blur bar and adding logo and subtitle ?
23 mai 2019, par Wai GyiI run the following two ffmpeg command lines to create videos with blur bar, logo and subtitle.
-
Adding blur bars
ffmpeg -i input.mkv -lavfi "[0:v]scale=iw:iw*3/4,boxblur=luma_radius=min(h\,w)/40:luma_power=3:chroma_radius=min(cw\,ch)/40:chroma_power=1[bg];[bg][0:v]overlay=(W-w)/2:(H-h)/2,setsar=1,crop=h=iw*3/4" blur_bar_added.mkv
-
Adding logo and subtitle
ffmpeg -i blur_bar_added.mkv -i logo.png -filter_complex "[1][0]scale2ref=iw*0.15:ow/mdar[wm][v];[v][wm]overlay=W-w-5:5,ass=input.ass" output.mkv
I would like to know how to combine them to run once. Thanks in advance.
-
-
Add Transparent logo to directory of video files using FFmpeg
16 juillet 2017, par Aariyan patelI’m using this code but logo not Transparent
for %%I in ("C:\path\*.mp4") do ffmpeg.exe -i "%%I" -i C:\path\logo.png -filter_complex "[1:v]scale=0:0 [ovrl], [0:v][ovrl]overlay=W-w-10:H-h-10[watermark]" -map "[watermark]" -map 0:a -codec:v libx264 -preset veryfast -crf 18 -codec:a copy "C:\path\%%~nI.mp4" pause
This code is working
ffmpeg -y -i demo.mp4 -i watermark.png -filter_complex "[1]lut=a=val*0.3[a];[0][a]overlay=0:0" -c:v libx264 -preset ultrafast -an demo1.mp4
But I want to convert directory of video files
-
Revision 74c6afcb824cd967a847effe0c82309cd4454fcd : "on ne peut pas verifier la presence du logo lorsque c’est une url de type ...
30 novembre 2007, par Cerdic — Log"on ne peut pas verifier la presence du logo lorsque c’est une url de type ?action=autoriser&arg=xx" git-svn-id : svn ://trac.rezo.net/spip/branches/spip-1.9.2@10890 caf5f3e8-d4fe-0310-bb3e-c32d5e47d55d