Does not work for me;
:~/compilations/m2ts$ ffmpeg -i samplevideo.m2ts -acodec libfaac -ab 256k -ac 2 -vcodec mpeg4 -sameq -aspect 16:9 -b 15000k -copyts output_filename.mov FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al. configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --enable-libvorbis --enable-libtheora --enable-libogg --enable-libgsm --enable-dc1394 --disable-debug --enable-libmp3lame --enable-libfaadbin --enable-libfaad --enable-libfaac --enable-xvid --enable-x264 --enable-liba52 --enable-amr_nb --enable-amr_wb --enable-shared --prefix=/usr libavutil version: 1d.49.3.0 libavcodec version: 1d.51.38.0 libavformat version: 1d.51.10.0 built on Apr 3 2008 18:39:35, gcc: 4.2.3 (Ubuntu 4.2.3-2ubuntu7) [h264 @ 0x7fa34c89f8d0]PAFF interlacing is not implemented [h264 @ 0x7fa34c89f8d0]concealing 3060 DC, 3060 AC, 3060 MV errors Input #0, mpegts, from 'samplevideo.m2ts': Duration: 00:00:02.4, start: 1.100100, bitrate: 16367 kb/s Stream #0.0[0x1011]: Video: h264, yuv420p, 1440x1080, 29.97 fps(r) Stream #0.1[0x1100]: Audio: ac3, 48000 Hz, 5:1, 448 kb/s Unknown codec 'libfaac'
I have libfaac0 installed. When I replace libfaac with libfaac0 I get the same output.
More information about formatting options
Does not work for me;
:~/compilations/m2ts$ ffmpeg -i samplevideo.m2ts -acodec libfaac -ab 256k -ac 2 -vcodec mpeg4 -sameq -aspect 16:9 -b 15000k -copyts output_filename.mov
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --enable-libvorbis --enable-libtheora --enable-libogg --enable-libgsm --enable-dc1394 --disable-debug --enable-libmp3lame --enable-libfaadbin --enable-libfaad --enable-libfaac --enable-xvid --enable-x264 --enable-liba52 --enable-amr_nb --enable-amr_wb --enable-shared --prefix=/usr
libavutil version: 1d.49.3.0
libavcodec version: 1d.51.38.0
libavformat version: 1d.51.10.0
built on Apr 3 2008 18:39:35, gcc: 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
[h264 @ 0x7fa34c89f8d0]PAFF interlacing is not implemented
[h264 @ 0x7fa34c89f8d0]concealing 3060 DC, 3060 AC, 3060 MV errors
Input #0, mpegts, from 'samplevideo.m2ts':
Duration: 00:00:02.4, start: 1.100100, bitrate: 16367 kb/s
Stream #0.0[0x1011]: Video: h264, yuv420p, 1440x1080, 29.97 fps(r)
Stream #0.1[0x1100]: Audio: ac3, 48000 Hz, 5:1, 448 kb/s
Unknown codec 'libfaac'
I have libfaac0 installed. When I replace libfaac with libfaac0 I get the same output.