/ Published in: Bash
Expand |
Embed | Plain Text
cat *.vob | ffmpeg -i - -ab 192k -ar 48000 -b 1800k -vcodec libxvid -acodec libmp3lame "name goes here.avi"
You need to login to post a comment.
cat *.vob | ffmpeg -i - -ab 192k -ar 48000 -b 1800k -vcodec libxvid -acodec libmp3lame "name goes here.avi"
You need to login to post a comment.