
Recherche avancée
Autres articles (36)
-
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 (5714)
-
Technology Make Video [closed]
14 novembre 2019, par SoulI want to make a video maker like promo.com (Merge multiple video forms, insert text and effects into the video).
But don’t know which technology or language supports this.
I am currently learning ffmpeg, but I find it quite complicated and difficult to use.
May people have experience sharing the appropriate technology or language.
Thanks.
-
How to make ffmpeg delete original file after conversion ?
17 janvier 2023, par SchöbiI'd like to convert all .mp4 movies in a folder and delete the old one afterwards.


Does anyone have a hint ? I've been trying for hours.


The only thing I found is :
How to make ffmpeg delete the original file after changing containers ? (using a send to bat file)


my idea :


ffmpeg -i *.mp4 -c:v libx264 -b:v 1.5M -c:a aac *.mp4



It asks if files can be overwritten, but then it doesn't :https://pastebin.com/tJtWpm2n


-
v4l2 : Make use of the VIDIOC_ENUM_FRAMESIZES ioctl on OpenBSD
20 octobre 2014, par Brad Smith