Hi, I do not get any conversion working with 0.0.9y, trying rmvb files I get the process completed immediately but no file is encoded. I believe the instalation is good, including reallib (the file can be played OK from within ffmepgx). The log says:
/bin/sh: -c: line 0: syntax error near unexpected token `('
/bin/sh: -c: line 0: `printf "Encoding started on " && date && '/Library/Application Support/ffmpegX/mencoder' /Users/XXXXX/Desktop/YYYYY\(2010\)/YYYYY\ \(2010\).rmvb -oac mp3lame -lameopts cbr:br=128:vol=0 -srate 48000 -aid 0 -ovc lavc -sws 0 -lavcopts threads=2:vcodec=mpeg4:vbitrate=940:keyint=240:vqm in=2:vqmax=9 -ofps NTSC FILM (29.97) -vop scale=640:272 -noodml -ffourcc DIVX -o /Users/XXXXX/Desktop/YYYYY\(2010\)/YYYYY\ \(2010\).rmvb.ff.avi && printf "Encoding completed on " && date && printf "\a"'
Have not found any useful information, I'd appreciate any help. Thanks,
Results 1 to 5 of 5
-
-
There is a syntax error near a parenthesis symbol, as “NTSC FILM (29.97)” is invalid. The command line should not have both a name and a number for -ofps, but just a number (or division).
By selecting the framerate preset of "NTSC FILM (23.976)" in ffmpegX, ffmpegX should create a command line with just the number "23.976" for -ofps (output frames per second).
Similar Threads
-
ffmpegX won't convert files due to "syntax error near unexpected token"
By JayEm in forum ffmpegX general discussionReplies: 1Last Post: 15th Feb 2010, 17:26 -
Syntax error
By zecamigo in forum ffmpegX general discussionReplies: 4Last Post: 12th Mar 2009, 11:16 -
Command line syntax for mp4box?
By freebird73717 in forum Newbie / General discussionsReplies: 4Last Post: 25th Jul 2008, 21:57 -
Command Line Tool that will output Re-Encoded Audio
By Maikeru-sama in forum Video ConversionReplies: 11Last Post: 13th Jan 2008, 00:56 -
Installation Error: unexpected EOF while looking for matching `''
By thomashillard in forum ffmpegX general discussionReplies: 4Last Post: 24th Oct 2007, 16:59