
Recherche avancée
Autres articles (40)
-
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
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. -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
Sur d’autres sites (7407)
-
Revision d12b39daab : vp9_subpel_variance_impl_intrin_avx2.c : make some tables static + fix formattin
19 février 2014, par James ZernChanged Paths :
Modify /vp9/encoder/x86/vp9_subpel_variance_impl_intrin_avx2.c
vp9_subpel_variance_impl_intrin_avx2.c : make some tables static+ fix formatting
Change-Id : I7b4ec11b7b46d8926750e0b69f7a606f3ab80895
-
Make hint track for webm videos
9 juillet 2013, par Computer_EngineerI want to ask you about how can I make a new hint track for webm videos, I used Evalvid framework to make hint track but for Mp4 videos, but i want to edit it to support Webm videos. How can i do that ? if it impossible, cany you give me any information about how can I hint track Webm videos ?
Thanks in advance.
-
How to make FFmpeg-Kit work in Android 13
20 décembre 2022, par MrmI'm using ffmpeg-kit to edit videos. However when i set the target sdk to 33, i get this bug on some devices :




/storage/emulated/0/Movies/xxx/20221218_215240.mp4 : open failed : EPERM (Operation not permitted)




I don't use SAF, just use MediaStore Uri and path. How can i make MediaStore Uri work with this ffmpeg library ?