Sunday 30 October 2011

encode vob into flv for youtube

ffmpeg -i VTS_01_1.VOB -f flv -s 320x240 -ar 22050 /tmp/VTS_01_1.flv

Troubleshooting
  • If you get the error "Error while opening codec for output stream #0.1 – maybe incorrect parameters such as bit_rate, rate, width or height" then you have forgotten the parameter "-ar 22050"

No comments:

Post a Comment