lisamelton / other_video_transcoding

Other tools to transcode videos.
MIT License
555 stars 26 forks source link

Force PAR? #59

Closed catdroid75 closed 4 years ago

catdroid75 commented 4 years ago

I have some poorly-authored DVDs where the aspect ratio is not properly set. Is there a way for me to force an aspect ratio (8:9 in this case)?

lisamelton commented 4 years ago

@catdroid75 The best way to fix this problem is to modify the aspect ratio in your original rips of those DVDs. I suggest using mkvmerge and its --aspect-ratio option to do that.

Let me know if you need help with the command line.

catdroid75 commented 4 years ago

You learn something new every day. That did the trick. Thanks so much, Don.

lisamelton commented 4 years ago

@catdroid75 I'm so glad that worked for you!