Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "demux_mkv: PAR should be calculated after applying crop"
Matroska spec says that DisplayWidth and DisplayHeight should be applied after cropping, but this doesn't adhere to the real files which does not follow this rule. Revert the change and we can re-evaluate if someone complains with spec compliant files. See: https://datatracker.ietf.org/doc/draft-ietf-cellar-matroska/ This reverts commit f8db02b.
- Loading branch information
81102b0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eek! I only have spec compliant files. I followed the specs when I started to use this feature and I was waiting for mpv support for a long time. Meanwhile, I was using a lua script to automatically set a crop filter.
I don't want to remux all of them.
What about an option to either disable this feature (can be useful too and I could find any) or switch between the 2 behaviors ?
/cc @kasper93
81102b0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, I missed
--video-crop=0x0+0+0
: