
Recherche avancée
Autres articles (98)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (7670)
-
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 992500b8cb : Merge "Further one-pass vbr rate control changes"
11 février 2014, par Deb MukherjeeChanged Paths :
Modify /vp9/encoder/vp9_onyx_if.c
Merge "Further one-pass vbr rate control changes" -
avfilter/vf_v360 : allow user to control fov for equirectagular format
11 avril 2021, par Paul B Mahol