VideoHelp Forum




Results 1 to 3 of 3
  1. Member
    Join Date
    Feb 2008
    Location
    Netherlands
    Search Comp PM
    I have a matroska file that I want to re-encode to Mp4 H.264 AVC level 3 (so that my Kiss 1600 will play it hopefully).
    I installed FFmpegx v0.0.9y but then after hitting the encode button it finishes almost immediately.

    Any help?

    source: Matroska h264, yuv420p, 1280x720
    ac3, 48000 hz 5.1

    target:
    mp4 H.264 x264 h264 1280x720 940kbps 0,08 fps no crop
    aac 48000hz 128 kbps

    This is the process information:

    Encoding started on Sun Feb 10 15:28:03 CET 2008
    x264 [info]: using cpu capabilities Altivec
    mp4 [info]: initial delay 0 (scale 30000)
    movtoy4m
    Copyright 2002-2006 Johan Lindstr??m
    All rights reserved..
    ## Component Manager: attempting to find symbols in a component alias of type (imdc/IV32/intl)
    ## Component Manager: attempting to find symbols in a component alias of type (imdc/IV32/intl)
    2008-02-10 15:28:03.647 movtoy4m[1453] CFLog (21): Error loading /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType: error code 0, error number 2 (dyld: /Applications/ffmpegX.app//Contents/Resources/movtoy4m can't open library: /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType (No such file or directory, errno = 2)
    2008-02-10 15:28:03.690 movtoy4m[1453] CFLog (21): Error loading /Library/Application Support/DivXNetworks/liblame3.92.dylib: error code 0, error number 2 (dyld: /Applications/ffmpegX.app//Contents/Resources/movtoy4m can't open library: /Library/Application Support/DivXNetworks/liblame3.92.dylib (No such file or directory, errno = 2)
    2008-02-10 15:28:03.695 movtoy4m[1453] CFLog (21): Error loading /Library/Application Support/DivXNetworks/liblame3.92.dylib: error code 0, error number 2 (dyld: /Applications/ffmpegX.app//Contents/Resources/movtoy4m can't open library: /Library/Application Support/DivXNetworks/liblame3.92.dylib (No such file or directory, errno = 2)
    2008-02-10 15:28:03.709 movtoy4m[1453] CFLog (21): Error loading /Library/Frameworks/Motion.framework/Versions/A/Motion: error code 0, error number 2 (dyld: /Applications/ffmpegX.app//Contents/Resources/movtoy4m can't open library: /Library/Frameworks/Motion.framework/Versions/A/Motion (No such file or directory, errno = 2)
    2008-02-10 15:28:03.720 movtoy4m[1453] CFLog (21): Error loading /Library/Frameworks/Motion.framework/Versions/A/Motion: error code 0, error number 2 (dyld: /Applications/ffmpegX.app//Contents/Resources/movtoy4m can't open library: /Library/Frameworks/Motion.framework/Versions/A/Motion (No such file or directory, errno = 2)
    ## Component Manager: attempting to find symbols in a component alias of type (imdc/MP42/MSFT)
    ## Component Manager: attempting to find symbols in a component alias of type (imdc/MP43/MSFT)
    ## Component Manager: attempting to find symbols in a component alias of type (imdc/MP4S/MSFT)
    ## Component Manager: attempting to find symbols in a component alias of type (imdc/MPG4/MSFT)
    2008-02-10 15:28:03.778 movtoy4m[1453] CFLog (21): Error loading /Library/Application Support/DivXNetworks/liblame3.92.dylib: error code 0, error number 2 (dyld: /Applications/ffmpegX.app//Contents/Resources/movtoy4m can't open library: /Library/Application Support/DivXNetworks/liblame3.92.dylib (No such file or directory, errno = 2)
    2008-02-10 15:28:03.796 movtoy4m[1453] CFLog (21): Error loading /Library/Application Support/DivXNetworks/liblame3.92.dylib: error code 0, error number 2 (dyld: /Applications/ffmpegX.app//Contents/Resources/movtoy4m can't open library: /Library/Application Support/DivXNetworks/liblame3.92.dylib (No such file or directory, errno = 2)
    ## Component Manager: attempting to find symbols in a component alias of type (regR/carP/x!bt)
    ## Component Manager: attempting to find symbols in a component alias of type (sdec/MM11/FhG )
    ## Component Manager: attempting to find symbols in a component alias of type (sdec/MM12/FhG )
    ## Component Manager: attempting to find symbols in a component alias of type (sdec/MM13/FhG )
    ## Component Manager: attempting to find symbols in a component alias of type (sdec/MSC9/FhG )
    ERROR: Could not open movie: /Users/user/Movies/Lost/lost.s04e01.720p.hdtv.x264-ctu.mp4
    x264 [info]: final ratefactor: 56.93
    FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
    Mac OSX universal build for ffmpegX
    configuration: --enable-mp3lame --enable-gpl --disable-vhook --disable-ffplay --disable-ffserver --enable-a52 --enable-xvid --enable-faac --enable-faad --enable-amr_nb --enable-pthreads --enable-x264
    libavutil version: 49.0.0
    libavcodec version: 51.9.0
    libavformat version: 50.4.0
    built on Apr 15 2006 08:41:02, gcc: 3.3 20030304 (Apple Computer, Inc. build 1666)
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x4701fc]Could not find codec parameters (Video: h264, 1280x720)
    /Users/user/Movies/Lost/lost.s04e01.720p.hdtv.x264-ctu.mp4.ff.video.mp4: could not find codec parameters

  2. Explorer Case's Avatar
    Join Date
    Feb 2004
    Location
    Middle Earth
    Search Comp PM
    Originally Posted by flash74
    encode to Mp4 H.264 AVC level 3
    For 1280x720, you need at least AVC Level 3.1. Level 3.0 doesn't support that resolution.

    Originally Posted by flash74
    target:
    mp4 H.264 x264 h264 1280x720 940kbps 0,08 fps no crop
    aac 48000hz 128 kbps
    Framerate issue (0.08 fps): the target framerate should be NTSC Film (23.976 fps), NTSC (29.97 fps) or PAL (25 fps). I would go with NTSC Film, as 720p usually is NTSC Film. 0.08 fps is one frame per 12.5 seconds! I guess the automatic framerate detection didn't work for this MKV.

    Originally Posted by flash74
    /Applications/ffmpegX.app//Contents/Resources/movtoy4m can't open library: /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType (No such file or directory, errno = 2)
    Weird that it tries to access LiveType...

    Originally Posted by flash74
    2008-02-10 15:28:03.690 movtoy4m[1453] CFLog (21): Error loading /Library/Application Support/DivXNetworks/liblame3.92.dylib
    Weird that it tries to access DivX's Lame MP3 library...

    If you had Decode with QuickTime activated, try it without.
    If you had Decode with QuickTime de-activated, try it activated, but be sure to have Perian installed for QuickTime's MKV support.

  3. Member
    Join Date
    Feb 2008
    Location
    Netherlands
    Search Comp PM
    thanks for your reply




Similar Threads

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