> "If it not too much to
> ask, could you try to find out by filling the fields one by one, which
> causes the problem?"
Thanks.
> Please see my note at the bottom of the first attachment. Carl
Problem is at the beginning.
> C:\Program Files\WinFF>"C:\Program Files\WinFF\ffmpeg.exe" -y -i
> "C:\Documents a
> nd Settings\XPabuser\My Documents\GuyFinleyNow @@@@@@@@@@@@@@@@@@\Saturdays
> with
> Guy\2011-2012\2012-03-17 (55 min) Saturday VIDEO Q&A with Guy" -f avi -r
> 29.97
> -vcodec libxvid -vtag XVID -vf scale=640:360 -aspect 16:9 -maxrate
> 1800k -b:v 1
> 500k -qmin 3 -qmax 5 -bufsize 4096 -mbd 2 -bf 2 -trellis 1 -flags +aic -cmp
> 2 -s
> ubcmp 2 -g 300 -acodec libmp3lame -ar 44100h -b:a 128k -ac 2 -b
> 504kb/sk -ab
> 128kb/sk -vol 256 -async 44100 "C:\Documents and Settings\XPabuser\My
> Documents
> \2012-03-17 (55 min) Saturday VIDEO Q&A with Guy.avi"
> ****** This is the output I get each time when I fill the fields one at a
> time, except
> for video framerate. When I enter this -- either by itself, or with any or
> all other fields
> filled also -- I get different error messages. See other attachment.
Your preset is not correct. Did it come with Winff? There are are
multiple -b's in the preset, with the second case having the wrong
units. That is where ffmpeg is complaining about. Please fix the preset
and try again.
> C:\Program Files\WinFF>"C:\Program Files\WinFF\ffmpeg.exe" -i "C:\Documents
> and
> Settings\XPabuser\My Documents\GuyFinleyNow @@@@@@@@@@@@@@@@@@\Saturdays
> with Gu
> y\2011-2012\2012-03-17 (55 min) Saturday VIDEO Q&A with Guy" -f avi -r
> 29.970f/
> s -vcodec libxvid -vtag XVID -vf scale=640:360 -aspect 16:9 -maxrate
> 1800k -b:v
> 1500k -qmin 3 -qmax 5 -bufsize 4096 -mbd 2 -bf 2 -trellis 1 -flags
> +aic -cmp 2
> -subcmp 2 -g 300 -acodec libmp3lame -ar 44100h -b:a 128k -ac 2 -b
> 1504kb/sk -
> ab 128kb/sk -vol 256 -async 48000 -an -passlogfile "C:\Documents and
> Settings\XP
> abuser\My Documents\2012-03-17 (55 min) Saturday VIDEO Q&A with
> Guy.log" -pass 1
> -y "NUL.avi"
>
> Invalid framerate value: 29.970f/s
Now here you added the video frame rate, but the units are wrong. As
this is the first field in the command line, the error is now different.
Please DON'T add the unit in the Winff option box, it will be added
automatically if needed.
Paul