1 Aug 01:03
Re: Encoding to M4V format is not working on SVN-r19557
Justin Ruggles <justin.ruggles <at> gmail.com>
2009-07-31 23:03:21 GMT
2009-07-31 23:03:21 GMT
Neeraj Prasad wrote: > Hello all, > Please help me resolving the issue related to encoding of YUV420 to M4V > format using FFMPEG. The details are mentioned below - > > I provide the following command for video conversion - > > ffmpeg -r 25 -s cif -i video.yuv -y -s cif -b 64k -r 15 -g 10 video.m4v > > It gives an error (Encoder (codec id 28) not found for output stream #0.0) when > the output format is m4v. When I provide the output format as mp4, the > encoding happens perfectly. Also while below is output of ffmpeg -formats. > > dcw-31:# ffmpeg -formats | grep m4v > FFmpeg version SVN-r19557, Copyright (c) 2000-2009 Fabrice Bellard, et al. > configuration: --enable-shared --enable-gpl --enable-pthreads > --enable-nonfree --enable-libfaac --enable-libfaad --enable-libfaadbin > --enable-libgsm --enable-libmp3lame --enable-libtheora --enable-libvorbis > --enable-zlib > libavutil 50. 3. 0 / 50. 3. 0 > libavcodec 52.32. 0 / 52.32. 0 > libavformat 52.37. 0 / 52.37. 0 > libavdevice 52. 2. 0 / 52. 2. 0 > libswscale 0. 7. 1 / 0. 7. 1 > built on Jul 31 2009 14:15:22, gcc: 4.2.1 (SUSE Linux) > DE m4v raw MPEG-4 video format > > Error details - > > FFmpeg version SVN-r19557, Copyright (c) 2000-2009 Fabrice Bellard, et al.(Continue reading)
RSS Feed