
Recherche avancée
Autres articles (54)
-
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 -
L’utiliser, en parler, le critiquer
10 avril 2011La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
Une liste de discussion est disponible pour tout échange entre utilisateurs. -
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 (10310)
-
Integrate accessors.h header into internal.h
9 août 2013, par Reimar DöffingerIntegrate accessors.h header into internal.h
I have no idea why I added a separate header,
I think there is no good reason for it.Signed-off-by : Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Difference between Deinterlace and Progressive
21 février 2019, par Sasidharan SIs it deinterlace and progressive are same in ffmpeg or different ?
If it is different how to convert from progressive scan to deinterlace in ffmpeg.
Code I use :
ffmpeg -ss 00:00:00.000 -t 00:01:00.000 -i 1.mp4 -ss 00:01:00.001 -t 00:02:00.000 -i 2.mp4 -filter_complex "[0:v:0] [1:v:0] concat=n=2:v=1[v] " -map "[v]" -c:v libx264 -preset fast -profile:v high -level 4.1 -coder 1 -yadif -pix_fmt yuv420p -g 50 -bf 3 -x264-params "keyint_min=50:sc_threshold=0:nal-hrd=cbr:subq=6:motion-est=1:trellis=2:8x8dct=1:b-pyramid=0" -b:v:0 500k -minrate 500k -maxrate 500k -bufsize 100k -s:v:0 512x384 -f mp4 -threads 4 -filter_complex "[0:a] [1:a] concat=n=2:v=0:a=1[a]" -map "[a]" -ar 48000 -ac 2 -b:a 128K -write_tmcd off SD_4X3_500k_1.mp4
-
What is the difference between using ffmpeg-php extension and FFmpeg binaries with PHP ?
18 janvier 2015, par Hazem TahaAs the subject implies ..
What is the difference between the library in this link
http://ffmpeg.zeranoe.com/builds/
and the php-ffmpeg extension which we install it on wamp (for example).