Keith Richie wrote:
---------- Forwarded message ---------- From: Keith Richie <disturbed1976@gmail.com> ... Try ffmpeg -i file.vob -vn -acodec vorbis -ac 2 -ab 160k out.ogg ffmpeg doesn't support multichannel vorbis encoding so the -ac 2 is needed. You can replace -ab with -aq if you want.
-ab option did not seem to make any difference. however -aq seems to give much better quality. thanks. that should be good enough for me. also -aq option is missing from the man page.
thanks. ashutosh