
Recherche avancée
Autres articles (75)
-
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 -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)
Sur d’autres sites (7572)
-
Change gray pixel to black pixels in video
12 janvier 2023, par yabruI want to change every gray pixel in my video with the (r,g,b) 158,158,158 to black 0,0,0


I've tried the solution of THIS post, but backwards. I just do not understand the syntax.


ffmpeg -y -I my_video.mp4 -c copy -c:v libx264 -preset ultrafast -vf "yadif,format=rgb24, lutrgb=r='if(eq(val,158),0,val)':g='if(eq(val,158),0,val)':b='if(eq(val,158),0,val)'" my_video_fixed.mp4


^ doesn't change anything


could anyone help me modify my command (with an explanation of the solution) :)


version :
ffmpeg version 5.1.2


-
Read Media File Header and Black Frames [closed]
4 mai 2015, par AsimI want to read header of ".MXF " or MOV files using FFMPEG API’s and also want to know how many black frames are in this file. Please help us to find the Solution. Actually my Scnario is i am developing application who could read my media files("Filename.MXF") and give me the Header information and also want to know how many black Frames are in the particular media file
-
how how can I add black bars to video 1920x800 to be 1920x1080 with ffmpeg
21 septembre 2022, par Glomi babelI have video 1920x800 without black bars and I need add black bars to put subtitles there. Video should 1920x1080p. The problem is using movavi video has worse quality than original. a lot of worse quality. I put same features from mediainfo of original video.
I heard about ffmpeg can edit videos without re-encoding. Therefore I would like if you can help me with my problem
I only installed ffmpeg. need to know all
thanks