Menu

.mkv convert problem

Help
yaya
2010-04-08
2013-05-02
  • yaya

    yaya - 2010-04-08

    i got this problem, during the conversation of mkv files:

    ============================================================================
    Begin transcode: MOVIE.mkv --> MOVIE.mp4
        [Command 0] 
        [Command 0] Command to execute:
        [Command 0]     ffmpeg -threads 2 -y -i "/Users/USER/Movies/MOVIE.mkv" -vcodec libx264 -b 443601.225 -s 320x128 -aspect 320:128 -r 11.988 -async 50 -acodec libfaac -ab 16000 -ar 11025 -ac 1 -vpre normal -bf 0 -coder 0 -flags2 -wpred-dct8x8 "/Users/USER/Downloads/MOVIE.mp4"
        [Command 0] 
        [Command 0] --> FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
        [Command 0] --> Mac OSX universal build for ffmpegX
        [Command 0] -->   configuration:  --enable-memalign-hack --enable-mp3lame --enable-gpl --disable-vhook --disable-ffplay --disable-ffserver --enable-a52 --enable-xvid --enable-faac --enable-faad --enable-amr_nb --enable-amr_wb --enable-pthreads --enable-x264 
        [Command 0] -->   libavutil version: 49.0.0
        [Command 0] -->   libavcodec version: 51.9.0
        [Command 0] -->   libavformat version: 50.4.0
        [Command 0] -->   built on Apr 15 2006 04:58:19, gcc: 4.0.1 (Apple Computer, Inc. build 5250)
        [Command 0] --> [matroska @ 0x5597b8]Ignoring seekhead entry for ID=0x1549a966
        [Command 0] --> [matroska @ 0x5597b8]Ignoring seekhead entry for ID=0x1654ae6b
        [Command 0] --> [matroska @ 0x5597b8]Ignoring seekhead entry for ID=0x114d9b74
        [Command 0] --> [matroska @ 0x5597b8]Unknown entry 0x73a4 in info header
        [Command 0] --> [matroska @ 0x5597b8]Unknown track header entry 0x55aa - ignoring
        [Command 0] --> [matroska @ 0x5597b8]Unknown track header entry 0x23314f - ignoring
        [Command 0] --> [matroska @ 0x5597b8]Unknown track header entry 0x55ee - ignoring
        [Command 0] --> [matroska @ 0x5597b8]Unknown track header entry 0xaa - ignoring
        [Command 0] --> [matroska @ 0x5597b8]Unknown track header entry 0x55aa - ignoring
        [Command 0] --> [matroska @ 0x5597b8]Unknown track header entry 0x23314f - ignoring
        [Command 0] --> [matroska @ 0x5597b8]Unknown track header entry 0x55ee - ignoring
        [Command 0] --> [matroska @ 0x5597b8]Unknown track header entry 0xaa - ignoring
        [Command 0] --> [matroska @ 0x5597b8]Unknown track header entry 0x55aa - ignoring
        [Command 0] --> [matroska @ 0x5597b8]Unknown track header entry 0x23314f - ignoring
        [Command 0] --> [matroska @ 0x5597b8]Unknown track header entry 0x55ee - ignoring
        [Command 0] --> [matroska @ 0x5597b8]Unknown track header entry 0xaa - ignoring
        [Command 0] --> Seems that stream 0 comes from film source: 1000.00 (1000000000/1000000) -> 0.08 (1/12)
        [Command 0] --> Input #0, matroska, from '/Users/USER/Movies/MOVIE.mkv':
        [Command 0] -->   Duration: 02:07:34.7, bitrate: N/A
        [Command 0] -->   Stream #0.0,  0.08 fps(r): Video: h264, yuv420p, 1280x536
        [Command 0] -->   Stream #0.1: Audio: ac3, 48000 Hz, 5:1
        [Command 0] -->   Stream #0.2: Audio: ac3, 48000 Hz, 5:1
        [Command 0] --> Unknown codec 'libx264'
        [Command 1] 
        [Command 1] Command to execute:
        [Command 1]     AtomicParsley "/Users/USER/Downloads/MOVIE.mp4" -W  --tracknum "" --albumArtist "" --copyright "" --stik "" --genre "" --TVSeasonNum "" --title "" --description "" --TVEpisode "" --advisory "" --TVEpisodeNum "" --TVNetwork "" --contentRating "" --year "" --disk "" --description "" --album "" --TVShowName "" --artist "" --encodingTool "" --comment "" --artwork REMOVE_ALL
        [Command 1] 
    FAILED with error code: 1
        [Command 1] --> AtomicParsley error: can't open /Users/USER/Downloads/MOVIE.mp4 for reading: No such file or directory
        [Command 1] --> AP error trying to fopen: No such file or directory
    
     
  • Chris Marrin

    Chris Marrin - 2010-04-08

    Unsurprising. First a little venting. I HATE mks files. They cause nothing but problems and bring NOTHING to the party over pm4 or even avi files. Ok, enough of that.

    There is some evidence that an update to ffmpeg will cure the problem. Someone has been working on getting it to build, but I have not monitored progress. Now that I have (hopefully) solved the short-term problems in VM, I will look into getting ffmpeg updated next.

     
  • Chris Marrin

    Chris Marrin - 2010-04-08

    Of course, I mean MP4 files not PM4 files!

     
  • yaya

    yaya - 2010-04-09

    i'm also not a friend of matroska video files, so i'm trying to convert them to mpeg4 ;-)

    i also tryied to use the ffmpeg version from ffmpegX, but it doesn't help anymore :(

     

Log in to post a comment.