Reply to thread

the 2 pass mode works correctly


ffmpeg.exe -i "D:\Film\La vita in diretta.mpg" -aspect 4:3 -vcodec xvid -vtag XVID -s 720x576 -b 1792k -r 25 -async 1 -mbd 2 -qmin 2 -bug autodetect -acodec ac3 -ab 192  "D:\Film\La vita in diretta.[Transcoded with profile Alta qualità].avi" -pass 1


then


ffmpeg.exe -i "D:\Film\La vita in diretta.mpg" -aspect 4:3 -vcodec xvid -vtag XVID -s 720x576 -b 1792k -r 25 -async 1 -mbd 2 -qmin 2 -bug autodetect -acodec ac3 -ab 192  "D:\Film\La vita in diretta.[Transcoded with profile Alta qualità].avi" -pass 2


now i think i can force the path of first pass log file with a parameter. ??




you are right :D  i will fix this bug


Top Bottom