Selur's Little Message Board

Full Version: Add MKV Metadata Crop and Aspect Ratio
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
QTGMCs port to Vapoursynth is part of havsfunc.py.
-> https://github.com/HomeOfVapourSynthEvol...c.py#L1078
FFT3DFilter is unrelated to it.

About the DAR thing: I think I won't implement this since using DARs just seems wrong.
If you look at INFO] About pixel aspect ratios,.. and the linked sites in it you can see, that the actual meaning of DAR changes depending whether it's MPEG-4, ITU-R 601 or Generic. So adding support for this seems to me like adding support for something that is destined to cause confusion and problems in the long run.

Cu Selur
(20.07.2022, 16:14)Selur Wrote: [ -> ]QTGMCs port to Vapoursynth is part of havsfunc.py.
-> https://github.com/HomeOfVapourSynthEvol...c.py#L1078
FFT3DFilter is unrelated to it.

Awesome. Thanks for the information!

Quote:About the DAR thing: I think I won't implement this since using DARs just seems wrong.

If you look at INFO] About pixel aspect ratios,.. and the linked sites in it you can see, that the actual meaning of DAR changes depending whether it's MPEG-4, ITU-R 601 or Generic. So adding support for this seems to me like adding support for something that is destined to cause confusion and problems in the long run.

Understood. I appreciate the communication & rationale!
Pages: 1 2