ricardo.santos
20th March 2010, 22:01
Hi everyone
I've been encoding some videos + srt subs using the vp6vfw.dll and mencoder but im having a problem with the subs, i know we have to invert the picture when using the vp6vfw.dll and the script does that but the subtitles appear on the upper part of the screen and upside down, the "flip" switch isnt being applied to it, is there a way of making them appear in the correct position?
Here's the script im using:
mencoder -sub iknow.srt -font "arialbd.ttf" -subcp ISO-8859-15 -subfont-autoscale 2 -subfont-text-scale 4 -subpos 100 -af resample=22050 -oac mp3lame -lameopts cbr:br=64 -vf flip -ovc vfw -xvfwopts codec=vp6vfw.dll:compdata=firstpass.mcf -of lavf -o "output.flv" "input.avi"
mencoder -sub iknow.srt -font "arialbd.ttf" -subcp ISO-8859-15 -subfont-autoscale 2 -subfont-text-scale 4 -subpos 100 -af resample=22050 -oac mp3lame -lameopts cbr:br=64 -vf flip -ovc vfw -xvfwopts codec=vp6vfw.dll:compdata=secondpass.mcf -of lavf -o "output.flv" "input.avi"
I've been encoding some videos + srt subs using the vp6vfw.dll and mencoder but im having a problem with the subs, i know we have to invert the picture when using the vp6vfw.dll and the script does that but the subtitles appear on the upper part of the screen and upside down, the "flip" switch isnt being applied to it, is there a way of making them appear in the correct position?
Here's the script im using:
mencoder -sub iknow.srt -font "arialbd.ttf" -subcp ISO-8859-15 -subfont-autoscale 2 -subfont-text-scale 4 -subpos 100 -af resample=22050 -oac mp3lame -lameopts cbr:br=64 -vf flip -ovc vfw -xvfwopts codec=vp6vfw.dll:compdata=firstpass.mcf -of lavf -o "output.flv" "input.avi"
mencoder -sub iknow.srt -font "arialbd.ttf" -subcp ISO-8859-15 -subfont-autoscale 2 -subfont-text-scale 4 -subpos 100 -af resample=22050 -oac mp3lame -lameopts cbr:br=64 -vf flip -ovc vfw -xvfwopts codec=vp6vfw.dll:compdata=secondpass.mcf -of lavf -o "output.flv" "input.avi"