💻 Software
VOB conversion quality in FFmpeg
Fresh5 days ago
Mar 15, 202639016 viewsConfidence Score0%
0%
Problem
I am trying to convert a VOB file to mpeg like this: However, the quality is very poor. I tried But the file size is too large (90% of original – 300 MB for 4 minute video), and Windows Movie Maker hangs on trying to import it. How can I get a decent quality MPEG from my VOB?
Error Output
./ffmpeg.exe -i VTS_01_2.VOB -r 24 out1.mpeg
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: VOB conversion quality in FFmpeg
Low Risk
This command does not reduce the size or alter quality. This merely demuxes the VOB and repackages it as an MPEG. You should be left with exact same quality. The size changes minimally due to losing the overhead of the VOB container. If you want to …
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix