VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Digitalex
    Guest
    Hi,

    with Mac OS X 10.2.6 and ffmpegX I get the following error message whentrying to convert a MJPEG movie. Seee below Errors with different presets. I used the new installer engine that came with ffmpegX 0.0.7 to install the latest binary files and still it is not encoding.

    into DivX via quick preset:
    Last login: Wed Jun 11 07:24:41 on ttyp1
    pbpaste | sh
    Welcome to Darwin!
    [Als-Computer:~] al% pbpaste | sh
    Encoding started on Wed Jun 11 07:24:42 CEST 2003
    Using GNU internationalization
    Original domain: messages
    Original dirname: /usr/local/share/locale
    Current domain: mplayer
    Current dirname: /usr/local/share/locale

    MEncoder dev-CVS-030501-11:28-3.1 (C) 2000-2003 Arpad Gereoffy (see DOCS)

    AltiVec found
    Reading /Users/al/.mplayer/codecs.conf: can't open '/Users/al/.mplayer/codecs.conf': No such file or directory
    Reading /usr/local/etc/mplayer/codecs.conf: can't open '/usr/local/etc/mplayer/codecs.conf': No such file or directory
    Using built-in default codecs.conf
    File not found: 'frameno.avi'
    Failed to open frameno.avi
    Reading config file /Users/al/.mplayer/mencoder: No such file or directory
    -dvd N is deprecated, use dvd://N instead.
    Exiting... (error parsing cmdline)
    [Als-Computer:~] al%


    into SVCD via quick preset (no encoding is running after terminal output):
    Last login: Wed Jun 11 07:48:30 on ttyp1
    pbpaste | sh
    Welcome to Darwin!
    [Als-Computer:~] al% pbpaste | sh
    sh: line 1: syntax error near unexpected token `X)'
    [Als-Computer:~] al% ffmpegX\ 0.0.7/ffmpegX.app//Contents/Resources/ffmpeg -i /Volumes/fette_beute/langlebeneddevine -y -f yuv4mpegpipe -s 480x576 -map 0.0:0.0 -r 25 -an - | /Volumes/speisekammer/Applications\ (Mac\ OS\ X)/ffmpegX\ 0.0.7/ffmpegX.app//Contents/Resources/yuvscaler -v 0 -M BICUBIC -n p -M WIDE2STD -O SIZE_480x576 | /usr/bin/mpeg2enc -v 0 -f 5 -a 2 -b 2255 -q 6 -I 0 -M 1 -V 230 -o /Volumes/koenig_dickbauch/ned_devine.m2v && /Volumes/speisekammer/Applications\ (Mac\ OS\ X)/ffmpegX\ 0.0.7/ffmpegX.app//Contents/Resources/ffmpeg -i /Volumes/fette_beute/langlebeneddevine -y -vn -f mp2 -acodec mp2 -ab 224 -ar 44100 -ac 2 -map 1.1:0.0 /Volumes/koenig_dickbauch/ned_devine.mp2 && /Volumes/speisekammer/Applications\ (Mac\ OS\ X)/ffmpegX\ 0.0.7/ffmpegX.app//Contents/Resources/mplex -V -f 5 -S 9999 -M -O 0 -b 230 -o /Volumes/koenig_dickbauch/ned_devine.mpg /Volumes/koenig_dickbauch/ned_devine.m2v /Volumes/koenig_dickbauch/ned_devine.mp2 && rm /Volumes/koenig_dickbauch/ned_devine.m2v && rm /Volumes/koenig_dickbauch/ned_devine.mp2 && /Volumes/speisekammer/Applications\ (Mac\ OS\ X)/ffmpegX\ 0.0.7/ffmpegX.app//Contents/Resources/mpgtx -s -P -N -2 /Volumes/koenig_dickbauch/ned_devine.mpg -b /Volumes/koenig_dickbauch/ned_devine && /Volumes/speisekammer/Applications\ (Mac\ OS\ X)/ffmpegX\ 0.0.7/ffmpegX.app//Contents/Resources/vcdxgen -q -t svcd --nopbc -o /Volumes/koenig_dickbauch/ned_devine.1.xml /Volumes/koenig_dickbauch/ned_devine-1.mpg && /Volumes/speisekammer/Applications\ (Mac\ OS\ X)/ffmpegX\ 0.0.7/ffmpegX.app//Contents/Resources/vcdxbuild -q --cdrdao-file=/Volumes/koenig_dickbauch/ned_devine-1 /Volumes/koenig_dickbauch/ned_devine.1.xml && rm /Volumes/koenig_dickbauch/ned_devine.1.xml && rm /Volumes/koenig_dickbauch/ned_devine-1_02_pregap.img && /Volumes/speisekammer/Applications\ (Mac\ OS\ X)/ffmpegX\ 0.0.7/ffmpegX.app//Contents/Resources/vcdxgen -q -t svcd --nopbc -o /Volumes/koenig_dickbauch/ned_devine.2.xml /Volumes/koenig_dickbauch/ned_devine-2.mpg && /Volumes/speisekammer/Applications\ (Mac\ OS\ X)/ffmpegX\ 0.0.7/ffmpegX.app//Contents/Resources/vcdxbuild -q --cdrdao-file=/Volumes/koenig_dickbauch/ned_devine-2 /Volumes/koenig_dickbauch/ned_devine.2.xml && rm /Volumes/koenig_dickbauch/ned_devine.2.xml && rm /Volumes/koenig_dickbauch/ned_devine-2_02_pregap.img && printf "Encoding completed on " && date && printf "\a\n"'
    [Als-Computer:~] al%


    fast DivX preset (no encoding is running after terminal output):
    Last login: Wed Jun 11 07:55:40 on ttyp1
    pbpaste | sh
    Welcome to Darwin!
    [Als-Computer:~] al% pbpaste | sh
    sh: line 1: syntax error near unexpected token `X)'
    sh: line 1: `date | pbcopy && printf "Encoding started on " && date && /Volumes/speisekammer/Applications\ (Mac\ OS\ X)/ffmpegX\ 0.0.7/ffmpegX.app//Contents/Resources/ffmpeg -i /Volumes/fette_beute/langlebeneddevine -y -f avi -vcodec mpeg4 -map 0.0:0.0 -b 2352 -s 640x480 -r 25 -g 240 -me epzs -qmin 2 -qmax 9 -acodec mp3 -ab 128 -ar 44100 -ac 2 -map 0.1:0.1 -benchmark /Volumes/koenig_dickbauch/ned_devine && printf "Encoding completed on " && date && printf "\a\n"'
    [Als-Computer:~] al%
    Quote Quote  
  2. Originally Posted by Digitalex
    MEncoder dev-CVS-030501-11:28-3.1 (C) 2000-2003 Arpad Gereoffy (see DOCS)
    This is not the good binary. Install the one indicated in the ffmpegX engines installer.

    Originally Posted by Digitalex
    /Volumes/speisekammer/Applications\ (Mac\ OS\ X)/ffmpegX\ 0.0.7
    Erase the ( ) special characters from your "Applications (Mac OS X)" folder.
    Quote Quote  
  3. Digitalex
    Guest
    major wrote:
    MEncoder dev-CVS-030501-11:28-3.1 (C) 2000-2003 Arpad Gereoffy (see DOCS)
    This is not the good binary. Install the one indicated in the ffmpegX engines installer.

    Erase the ( ) special characters from your "Applications (Mac OS X)" folder.
    Thanks a lot, it seems to be working now! The special characters may have been an issue on a german localized system, the used volume is not my startup volume. However, your hints helped to get ffmpegX to work.

    I appreciate your support on the software and here in this forum and I just went into my PayPal-Account and paid the registration fee !

    Best regards
    Digitalex
    Quote Quote  



Similar Threads

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