paulpacifico / shutter-encoder

A professional video compression tool accessible to all, mostly based on FFmpeg.
https://www.shutterencoder.com
GNU General Public License v3.0
1.03k stars 61 forks source link

[REQUEST] Option to easily set common pixel aspect ratios #239

Closed DesertCookie closed 3 weeks ago

DesertCookie commented 3 weeks ago

While a niche feature, it occasionally can be helpful to encode with a custom pixel aspect ratio. For example, with anamorphic footage.

As far as I can tell, you'd do that with -setsar=4/3 to set a pixel aspect ratio of 1.33, for instance. This behavior is a little tricky to implement with some fallstrings.

Looking at what DaVinci Resolve uses as its quick-select options (while also allowing to input a 1.xx value manually) these would be common pixel aspect ratios:

chenlung commented 3 weeks ago

Already requested: https://github.com/paulpacifico/shutter-encoder/issues/13

paulpacifico commented 3 weeks ago

This exactly what the force display checkbox does.

DesertCookie commented 3 weeks ago

Thanks a lot. I forgot to also filter for closed issues, thus not finding anything when I searched for pixel aspect ratio. Sorry and thanks.