Hi Richard, it seems, that your ffmpeg is not compiled with libfaac. Try to download ffmpeg sources and compile it with libfaac.
these are configuration options of my ffmpeg: --extra-version='4:0.6.2-1ubuntu2+codecs1~lucid3' --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --enable-libvpx --enable-libfaac --enable-libfaad --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-nonfree --disable-stripping --enable-runtime-cpudetect --enable-vaapi --enable-libopenjpeg --enable-libfaac --enable-nonfree --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libfaad --enable-libdirac --enable-libfaad --enable-libmp3lame --enable-librtmp --enable-libx264 --enable-libxvid --enable-libopencore-amrnb --enable-version3 --enable-libopencore-amrwb --enable-version3 --enable-libdc1394 --enable-shared --disable-static Good luck! Michal On 2 September 2012 18:01, Richard Rasker <[email protected]> wrote: > Op zaterdag 01-09-2012 om 12:51 uur [tijdzone +0200], schreef Michal > Fapso: >> Hi Richard, >> >> when I load your MTS file in cinelera, it says that the file format >> was not detected, so it assumes it is a raw pcm audio file. When I >> convert the audio of your MTS file with this command: >> >> ffmpeg -i my_file.mts -acodec libfaac -ar 44100 -ab 128k -vcodec copy >> my_file_aac.mov >> >> ...it works :o) >> >> Does it work for you as well? >> Michal > > Alas, no luck yet: > > $ ffmpeg -i my_file.mts -acodec lib64faac -ar 44100 -ab 128k -vcodec > copy my_file_aac.mov > FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers > built on May 15 2012 07:05:14 with gcc 4.4.3 > configuration: --prefix=/usr --enable-shared --libdir=/usr/lib64 > --shlibdir=/usr/lib64 --incdir=/usr/include --disable-stripping > --enable-postproc --enable-gpl --enable-pthreads --enable-libtheora > --enable-libvorbis --disable-encoder=vorbis --enable-x11grab > --enable-runtime-cpudetect --enable-libdc1394 --enable-libschroedinger > --disable-decoder=aac --disable-encoder=aac > libavutil 50.15. 1 / 50.15. 1 > libavcodec 52.72. 2 / 52.72. 2 > libavformat 52.64. 2 / 52.64. 2 > libavdevice 52. 2. 0 / 52. 2. 0 > libswscale 0.11. 0 / 0.11. 0 > libpostproc 51. 2. 0 / 51. 2. 0 > Input #0, mpegts, from 'my_file.mts': > Duration: 00:00:01.91, start: 1.000011, bitrate: 24985 kb/s > Program 1 > Stream #0.0[0x1011]: Video: h264, yuv420p, 1920x1080 [PAR 1:1 DAR > 16:9], 50 fps, 50 tbr, 90k tbn, 100 tbc > Stream #0.1[0x1100]: Audio: ac3, 48000 Hz, stereo, s16, 256 kb/s > Stream #0.2[0x1200]: Data: 0x0090 > Unknown encoder 'libfaac' > > > The really weird thing is that both package management and slocate > insist that libfaac is installed: > > locate libfaac > /usr/lib/libfaac.so.0 > /usr/lib/libfaac.so.0.0.0 > /usr/lib64/libfaac.so.0 > /usr/lib64/libfaac.so.0.0.0 > > I also tried "aac" instead of libfaac, and several other variations, but > so far, no luck. > > > Anyway, all this is on a somewhat older Mandriva 2010.2 machine. I'll > give it another try on a fresh Linux Mint 13 install as soon as I have a > little more time, some time later this week or perhaps next week. > > Thanks for all the help so far, best regards, > > Richard Rasker > > > _______________________________________________ > Cinelerra mailing list > [email protected] > https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
