Menu

encode failed error 10

Help
Cadillac
2011-02-07
2013-05-02
  • Cadillac

    Cadillac - 2011-02-07

    The file is a .mp4 but will not play the video on my apple tv. So, I'm trying to re-encode the .mp4 and i get the error message 10. Here is the console: Begin transcode: THE TOURIST (R5)WTRG.mp4 -> THE TOURIST (R5)WTRG.mp4
        
         Command to execute:
             ffmpeg -threads 8 -y -i "/Users/Cadillac/Desktop/Torrents/THE TOURIST R5 WTRG/THE TOURIST (R5)WTRG.mp4" -vcodec libx264 -b 2000000 -s 1280x720 -aspect 1280:720 -r 24 -async 50 -acodec libfaac -ab 128000 -ar 48000 -ac 2 -vpre fastest -bf 0 -coder 0 -flags2 -wpred-dct8x8 "/Volumes/Cadillac's 1 TB/iTunes Media/Movies/THE TOURIST (R5)WTRG.mp4"
        
         -> FFmpeg version SVN-r18075, Copyright (C) 2000-2009 Fabrice Bellard, et al.
         ->   configuration: -disable-ffplay -disable-ffserver -enable-gpl -enable-postproc -enable-avfilter -enable-avfilter-lavf -enable-libfaac -enable-libfaad -enable-libmp3lame -enable-libvorbis -enable-libtheora -enable-libx264 -enable-libxvid
         ->   libavutil     50. 0. 0 / 50. 0. 0
         ->   libavcodec    52.22. 0 / 52.22. 0
         ->   libavformat   52.32. 0 / 52.32. 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 Mar 20 2009 07:27:34, gcc: 4.0.1 (Apple Inc. build 5493)
         -> Warning: not compiled with thread support, using thread emulation
         -> Seems stream 0 codec frame rate differs from container frame rate: 60.00 (60/1) -> 30.00 (30/1)
         -> Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/Cadillac/Desktop/Torrents/THE TOURIST R5 WTRG/THE TOURIST (R5)WTRG.mp4':
         ->   Duration: 01:39:21.86, start: 0.000000, bitrate: 3946 kb/s
         ->     Stream #0.0(und): Video: h264, yuv420p, 720x480, 30 tbr, 30 tbn, 60 tbc
         ->     Stream #0.1(und): Audio: aac, 48000 Hz, 5.1, s16
         -> using SAR=1/1
         -> using cpu capabilities: MMX2 SSE2Fast SSSE3 PHADD SSE4.2
         -> profile Baseline, level 3.1
         -> Output #0, mp4, to '/Volumes/Cadillac's 1 TB/iTunes Media/Movies/THE TOURIST (R5)WTRG.mp4':
         ->     Stream #0.0(und): Video: libx264, yuv420p, 1280x720 , q=10-51, 2000 kb/s, 24 tbn, 24 tbc
         ->     Stream #0.1(und): Audio: libfaac, 48000 Hz, stereo, s16, 128 kb/s
         -> Stream mapping:
         ->   Stream #0.0 -> #0.0
         ->   Stream #0.1 -> #0.1
         -> Press  to stop encoding
         -> Resampling with input channels greater than 2 unsupported.
         -> Can not resample 6 channels @ 48000 Hz to 2 channels @ 48000 Hz
        
         Command to execute:
             AtomicParsley "/Volumes/Cadillac's 1 TB/iTunes Media/Movies/THE TOURIST (R5)WTRG.mp4" -W  -tracknum "" -albumArtist "" -copyright "" -stik "" -genre "" -TVSeasonNum "" -title "" -description "" -TVEpisode "" -advisory "" -TVEpisodeNum "" -TVNetwork "" -contentRating "" -year "" -disk "" -description "" -album "" -TVShowName "" -artist "" -encodingTool "Lavf51.12.1" -comment "" -artwork REMOVE_ALL
        
    FAILED with error code: 10

     
  • Chris Marrin

    Chris Marrin - 2011-02-08

    Thanks for the console output. I think I understand the problem but the console output is awfully cryptic. The problem appears to be that this video has audio encoded in AAC 5.1 format. This is a very new format and it seems that FFMPEG can't deal with it, at least not with the older version of FFMPEG that is in VM 0.8. There has been movement on this front in recent versions of FFMPEG, so the newer executable that will be in VM 0.9 might solve the problem.

    I'd really like to see a sample of this format. But I don't think you want to upload a complete movie and slicing out a chunk of a few seconds without reencoding the audio is probably difficult.

    I will try to find examples on the web. Version 0.9 should have been out by now. But SourceForge's implosion a couple of weeks ago has forced me to move to my own server. But hopefully you can try it out soon.

     
  • Cadillac

    Cadillac - 2011-02-10

    Thank you!

     

Log in to post a comment.