
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (33)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (6453)
-
avcodec/vc1 : Remove unused topleft,bottomright fields
30 avril, par Andreas Rheinhardt -
avcodec/rv60 : loosen fill_mv_skip_cand top right and bottom left criteria
16 novembre 2024, par Peter Ross -
ffmpeg Blur top and bottom of video [closed]
27 juin 2024, par Amarin EI have a video in which I want to add blur at top 150 and bottom 150, but I can do only bottom 150 :


ffmpeg -i t1.mp4 -filter_complex "[0:v]crop=iw:150:(iw-ow)/2:ih-oh,avgblur=10[b0];[0:v][b0]overlay=(W-w)/2:H-h" -c:a copy -movflags +faststart td.mp4



So, how to add blur to Top 150 and Bottom 150 ?


Please help


I've tried this but it doesn't work !!!


ffmpeg -i t1.mp4 -filter_complex "[0:v]crop=iw:ih-150:(iw-ow)/2:ih-oh,avgblur=10[b0];[0:v][b0]overlay=(W-w)/2:H-h" -c:a copy -movflags +faststart td.mp4