
Recherche avancée
Autres articles (66)
-
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 (...) -
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 (...) -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
Sur d’autres sites (5381)
-
ffmpeg usage to encode a video to H264 codec format
20 août 2015, par goldenmeanI have a *.mp4 video file(MPEG4 video codec) and I am trying to convert this to a H264 video codec format(raw h.264 format) using ffmpeg on Linux(Version - FFmpeg version SVN-r0.5.1-4:0.5.1-1ubuntu1, Copyright (c) 2000-2009 Fabrice Bellard,) using command line as shown below,
ffmpeg -i input .mp4 output.h264
but I get an error saying -
Unsupported codec for output stream #0.0
Then when i try this option :
ffmpeg -i input .mp4 -formats h264 output.h264
it still does not work, and gives -
Seems stream 0 codec frame rate differs from container frame rate: 59.94 (5994/100) -> 29.97 (30000/1001)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Rapture.mp4':
Duration: 00:02:06.44, start: 0.000000, bitrate: 26574 kb/s
Stream #0.0(eng): Video: h264, yuv420p, 1920x1080, 29.97 tbr, 29.97 tbn, 59.94 tbc
Stream #0.1(eng): Audio: aac, 48000 Hz, stereo, s16And then it prints out help on the formats which we get when we do
ffmpeg -formats
When I checked the help,
ffmpeg -formats
, I see below information related to H264 file format and codec :File format :
DE h264 raw H.264 video format
Codecs:
D V D h264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10My questions :
-
How can I convert the video to a H264 encoded video (raw H264 video format)
-
When I do
ffmpeg -formats
, I see many acronyms for the codecs supported, I see many acronyms before the codec name/type such as - D V D S E A, what do they stand for ? -
How to use the ffmpeg options
-vcodec
and-formats
?
-
-
Why does recoding video with FFMPEG on Windows always give an error ?
13 février 2016, par ALexFI downloaded ffmpeg from http://ramiro.arrozcru.org/ffmpeg-vfwcap-noflip.7z
and run it with the command line :ffmpeg -r 25 -f vfwcap -i 0 output.avi
but always get the error :
ffmpeg -r 25 -f vfwcap -i 0 output.avi
FFmpeg version SVN-r22915, Copyright (c) 2000-2010 the FFmpeg developers
built on Apr 20 2010 00:09:08 with gcc 4.4.2
configuration : —enable-memalign-hack —cross-prefix=i686-mingw32- —cc=ccach
-i686-mingw32-gcc —arch=i686 —target-os=mingw32 —enable-gpl —enable-libx264
—enable-pthreads
libavutil 50.14. 0 / 50.14. 0
libavcodec 52.66. 0 / 52.66. 0
libavformat 52.61. 0 / 52.61. 0
libavdevice 52. 2. 0 / 52. 2. 0
libswscale 0.10. 0 / 0.10. 0
[vfwcap @ 012eba60]Could not connect to device.
0 : Error number -19 occurredWhy doesn’t this work ?
-
Why Recode Video FFMPEG on windows Allway Error ?
9 janvier 2012, par ALexFi download ffmpeg in : http://ramiro.arrozcru.org/ffmpeg-vfwcap-noflip.7z
and run it with commanline : ffmpeg -r 25 -f vfwcap -i 0 output.avi
but allway error is
ffmpeg -r 25 -f vfwcap -i 0 output.avi
FFmpeg version SVN-r22915, Copyright (c) 2000-2010 the FFmpeg developers
built on Apr 20 2010 00:09:08 with gcc 4.4.2
configuration : —enable-memalign-hack —cross-prefix=i686-mingw32- —cc=ccachi686-mingw32-gcc —arch=i686 —target-os=mingw32 —enable-gpl —enable-libx264
— enable-pthreads
libavutil 50.14. 0 / 50.14. 0
libavcodec 52.66. 0 / 52.66. 0
libavformat 52.61. 0 / 52.61. 0
libavdevice 52. 2. 0 / 52. 2. 0
libswscale 0.10. 0 / 0.10. 0
[vfwcap @ 012eba60]Could not connect to device.
0 : Error number -19 occurredLink Image :http://nh8.upanh.com/b2.s8.d2/9b09371490590cdabef397ea7705b304_39810848.programmanager20120109110016.png
why it error, can you fix my commnaline