Hello!
The other day I was using ffmpeg and executing the below without any problems
And it would just execute and transcode.Code:$ ffmpeg -i video.flv video.mp4
Today, I still have to make a successful transcode. I execute this and this is the error report I get which was not there the other day.
I transcoded at least 18 flvs to mp4s the other day with only that simple command and it was a success. Now it wouldn't work and give me that error instead.Code:jun@jun-laptop ~/Projects $ ffmpeg -i The\ Silence\ of\ the\ Lambs.avi The\ Silence\ of\ the\ Lambs.mp4
FFmpeg version 0.5-svn17737+3:0.svn20090303-1ubuntu6.2, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --extra-version=svn17737+3:0.svn20090303-1ubuntu6.2 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --disable-stripping --disable-vhook --enable-libdc1394 --disable-armv5te --disable-armv6 --disable-armv6t2 --disable-armvfp --disable-neon --disable-altivec --disable-vis --enable-shared --disable-static
libavutil 49.15. 0 / 49.15. 0
libavcodec 52.20. 0 / 52.20. 0
libavformat 52.31. 0 / 52.31. 0
libavdevice 52. 1. 0 / 52. 1. 0
libavfilter 0. 4. 0 / 0. 4. 0
libswscale 0. 7. 1 / 0. 7. 1
libpostproc 51. 2. 0 / 51. 2. 0
built on Apr 23 2010 15:08:34, gcc: 4.3.3
Input #0, avi, from 'The Silence of the Lambs.avi':
Duration: 01:58:31.51, start: 0.000000, bitrate: 763 kb/s
Stream #0.0: Video: mpeg4, yuv420p, 672x362 [PAR 1:1 DAR 336:181], PAR 185344:185325 DAR 16384:8825, 29.97 tbr, 29.97 tbn, 29.97 tbc
Stream #0.1: Audio: mp3, 48000 Hz, stereo, s16, 32 kb/s
Output #0, mp4, to 'The Silence of the Lambs.mp4':
Stream #0.0: Video: 0x0000, yuv420p, 672x362 [PAR 1:1 DAR 336:181], q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
Stream #0.1: Audio: 0x0000, 48000 Hz, stereo, s16, 64 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Unsupported codec for output stream #0.0
jun@jun-laptop ~/Projects $
Very puzzling. Really hope to hear your advises regarding my situation.
Thanks! :confused:

