Whenever I extract a DVD it ends up in the wrong aspect ratio - looking very squashed horizontally. I've tried multiple different codecs, settings, & films all with the same result. The files are fine except for this.
I've used ogmrip in the past with no issues on Debian Wheezy. It's on my new Debian Jessie install (same exact computer) that I'm having the problems. I installed everything from the debian-multimedia repo.
You can see the problem in the attached file, top vid is the extracted one (low quality for fast testing), bottom vid is the dvd.
This is my favourite ripper! any help would be appreciated.
Looking through the log files I notice some errors cropping up:
Analyzing video title 2
...........
libdvdread: Couldn't find device name.
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
Encoding audio stream 01
...........
Your system is too SLOW to play this!
Hopefully that helps.
Last edit: Greescom 2015-05-25
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Whenever I extract a DVD it ends up in the wrong aspect ratio - looking very squashed horizontally. I've tried multiple different codecs, settings, & films all with the same result. The files are fine except for this.
I've used ogmrip in the past with no issues on Debian Wheezy. It's on my new Debian Jessie install (same exact computer) that I'm having the problems. I installed everything from the debian-multimedia repo.
You can see the problem in the attached file, top vid is the extracted one (low quality for fast testing), bottom vid is the dvd.
This is my favourite ripper! any help would be appreciated.
Last edit: Greescom 2015-05-25
Looking through the log files I notice some errors cropping up:
Analyzing video title 2
...........
libdvdread: Couldn't find device name.
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
Encoding audio stream 01
...........
Your system is too SLOW to play this!
Hopefully that helps.
Last edit: Greescom 2015-05-25
It appears to be a problem with the new version of mencoder, you need to add the options "-aspect 16:9" to the video encoding line.
However, this is not always true since you should not do this for non-widescreen DVDs
Since most DVDs are widescreen, I patched my ogmrip to hardcode it in, although a better solution is warranted.
Jason
Last edit: Jason But 2015-06-27
Thanks for the info. I'll try to find a lasting solution.