
Recherche avancée
Autres articles (35)
-
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 (7206)
-
ffmpeg : same video, same framerate, different number of output frames. Why ?
9 octobre 2014, par JoshI need to extract the frames from a video at 30fps twice : (i) 720p png frames, and (ii) 270p tiff frames.
I achieve this using the following commands respectively :
ffmpeg -r 30 -i myvideo.mp4 -s 1280x720 frames/myvideo_%06d.png
ffmpeg -y -i myvideo.mp4 -an -r 30 -pix_fmt rgb24 -vcodec tiff -s 480x270 frames/myvideo_%06d.tifHowever, this results in the first command outputting 35,776 frames and the second command outputting 35,812 frames, despite the video being identical and the framerate requested being 30fps.
What is causing this ? How can I ensure that ffmpeg outputs the same number of (synchronised) frames ?
-
avcodec/xpmdec : Use LUT for hex char->number conversion
6 mars 2024, par Andreas Rheinhardt -
avformat/hls : do not iterate to next sequence number if interruption is requested
26 juin 2015, par schenk michael