
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (83)
-
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 -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (7647)
-
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