
Recherche avancée
Autres articles (47)
-
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 -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (11460)
-
using ffmpeg cut video but losing alpha [closed]
3 octobre 2024, par bo zzzI use ffmpeg to cut my .webm video,this video has alpha channel,like this image


but when I cut and generate a new video,the background is not transparent


ffmpeg -i /Users/bozzz/Downloads/2a609f2ffe4862e088ab09a087867cdb.webm -ss 0 -to 3 -c:v libvpx-vp9 -pix_fmt yuva420p /Users/bozzz/Downloads/test_cut_video.webm



enter image description here
enter image description here


How can I modify my code


-
avcodec/vp56 : Consider the alpha start as end of the prior header
6 août 2019, par Michael Niedermayeravcodec/vp56 : Consider the alpha start as end of the prior header
Fixes : Timeout (23sec -> 71ms)
Fixes : 15661/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VP6A_fuzzer-6257865947348992Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Reviewed-by : Peter Ross <pross@xvid.org>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
avfilter/vsrc_testsrc : add missing alpha plane define
14 octobre 2024, par James Almer