VideoHelp Forum




+ Reply to Thread
Results 1 to 11 of 11
  1. Member
    Join Date
    Oct 2006
    Location
    United States
    Search Comp PM
    Whenever I try to convert ANY video container type that has AAC as its input audio stream I get:

    Code:
    Unsupported codec (id=86018) for input stream #0.1
    and Stream #0.1 looks like:
    Code:
    Stream #0.1(eng): Audio: mp4a / 0x6134706D, 22050 Hz, stereo [10]
    Here is my entire output (note I did compile with faad enabled)
    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 )
    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?
    Quote Quote  
  2. Member
    Join Date
    Dec 2004
    Location
    Australia
    Search Comp PM
    No problems with ffmpeg handling aac in mp4's here.
    Quote Quote  
  3. Member
    Join Date
    Oct 2006
    Location
    United States
    Search Comp PM
    Celtic,

    Does anything strike you as "messed up" in my output code?

    I've got the latest (or close to) SVN of ffmpeg and the latest faad2 (version 2.5).

    Any other ideas on what this could possibly be? I appreciate your help very much.
    Quote Quote  
  4. Member
    Join Date
    Dec 2004
    Location
    Australia
    Search Comp PM
    Latest faad is actually 2.6beta. There were some bug fixes after the 2.5 release.
    Quote Quote  
  5. Member dadrab's Avatar
    Join Date
    Mar 2006
    Location
    State of Denial, U.S.
    Search Comp PM
    Can you watch the movie on your computer and hear the sound? It could be there's no supporting audio codec on your system.
    Quote Quote  
  6. Member
    Join Date
    Oct 2006
    Location
    United States
    Search Comp PM
    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.
    Quote Quote  
  7. Member
    Join Date
    Dec 2004
    Location
    Australia
    Search Comp PM
    Try faad withouth drm and mpeg4ip enabled. Disable mp4v2 for faac and you should be able to link ok.
    Quote Quote  
  8. Member
    Join Date
    Oct 2006
    Location
    United States
    Search Comp PM
    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
    Quote Quote  
  9. Member
    Join Date
    Dec 2004
    Location
    Australia
    Search Comp PM
    ./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.
    Quote Quote  
  10. Member
    Join Date
    Jul 2009
    Location
    Russian Federation
    Search Comp PM
    Have same problem with
    Code:
    Unsupported codec (id=86018) for input stream #0.1
    You have already solve the problem?
    Quote Quote  
  11. 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
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!