Whenever I try to convert ANY video container type that has AAC as its input audio stream I get:
and Stream #0.1 looks like:Code:Unsupported codec (id=86018) for input stream #0.1
Here is my entire output (note I did compile with faad enabled)Code:Stream #0.1(eng): Audio: mp4a / 0x6134706D, 22050 Hz, stereo [10]
I heard there is something about aac support being pulled because of licensing? But I enabled faad so i'm assuming that isn't a problem?Code:Array ( [0] => FFmpeg version SVN-r6694, Copyright (c) 2000-2006 Fabrice Bellard, et al. [1] => configuration: --prefix=/usr --enable-mp3lame --enable-libogg --enable-vorbis --enable-faad --enable-faac --enable-xvid --enable-a52 --enable-dts --enable-pp --enable-shared --enable-gpl [2] => libavutil version: 49.0.1 [3] => libavcodec version: 51.20.0 [4] => libavformat version: 50.6.0 [5] => built on Oct 17 2006 03:23:04, gcc: 3.3.2 20031022 (Red Hat Linux 3.3.2-1) [6] => Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'videos/629475313.mp4': [7] => Duration: 00:00:07.9, start: 0.000000, bitrate: 1465 kb/s [8] => Stream #0.0(und): Video: h264, yuv420p, 320x240, 25.00 fps(r) [9] => Stream #0.1(und): Audio: mp4a / 0x6134706D, 22050 Hz, stereo [10] => Stream #0.2(und): Data: mp4s / 0x7334706D [11] => Stream #0.3(und): Data: mp4s / 0x7334706D [12] => Output #0, flv, to 'videos/629475313.flv': [13] => Stream #0.0: Video: flv, yuv420p, 320x240, q=2-31, 200 kb/s, 25.00 fps(c) [14] => Stream #0.1: Audio: mp3, 22050 Hz, mono, 64 kb/s [15] => Stream mapping: [16] => Stream #0.0 -> #0.0 [17] => Stream #0.1 -> #0.1 [18] => [flv @ 0x4042e008]removing common factors from framerate [19] => Unsupported codec (id=86018) for input stream #0.1 )
+ Reply to Thread
Results 1 to 11 of 11
-
-
Latest faad is actually 2.6beta. There were some bug fixes after the 2.5 release.
-
Can you watch the movie on your computer and hear the sound? It could be there's no supporting audio codec on your system.
-
Fixed.
I recompiled with latest faad (but in order to get it to compile I had to leave out faac lib).
Now I get audio (mp4 >flv) but it is VERY distorted. -
Try faad withouth drm and mpeg4ip enabled. Disable mp4v2 for faac and you should be able to link ok.
-
Celtic,
Is that faad with drm and mpeg4ip DISABLED. And mp4v2 for faac disabled?
Or did that first sentence mean drm disabled and mpeg4ip ENABLED?
Thanks for the clarification.
k -
./configure --disable-drm --disable-mpeg4ip
for faad although drm is disabled by default I think.
./configure --disable-mp4v2
for faac
If you want faad/faac frontends with mp4 handling, then compile them seperatly. Just that apps like ffmpeg that link with them have their own mp4 handling and having it enabled in faad/faac causes problems. -
Have same problem with
Code:Unsupported codec (id=86018) for input stream #0.1
-
hi, i know this discussion is old, but i just had this problem with puppy linux 4.21.
there is good advice here:
http://www.murga-linux.com/puppy/viewtopic.php?p=295480
and i downloaded the new ffmpeg .pet file from here and all is working fine.
http://www.datafilehost.com/download-fd4708d5.html
Similar Threads
-
how can i mux to mp4 from h264/aac using ffmpeg
By DKhanh in forum Video ConversionReplies: 3Last Post: 24th Aug 2013, 11:50 -
MKV AAC GUI Converter with Nero AAC Codec
By prijatelj.v in forum AudioReplies: 4Last Post: 26th Mar 2012, 08:41 -
ffmpeg error when encoding 6 channel aac
By BrianAtVH in forum AudioReplies: 5Last Post: 14th Feb 2012, 14:52 -
Unsupported codec (id = 0) in ffmpeg
By Nightslk in forum Video ConversionReplies: 3Last Post: 10th Nov 2009, 17:17 -
ConvertXToDVD, FFMpeg and AAC LC Audio
By Maikeru-sama in forum Authoring (DVD)Replies: 1Last Post: 10th May 2008, 20:28