prioritize container aspect ratio over stream aspect ratio (#930)

* prioritize container aspect ratio over stream aspect ratio

* use setdar filter
This commit is contained in:
Jason Dove
2022-08-16 19:57:38 -05:00
committed by GitHub
parent 36d3d38530
commit d66efa0a1d
10 changed files with 94 additions and 42 deletions
+6 -2
View File
@@ -6,8 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Fixed
- Use MIME Type `application/x-mpegurl` for all playlists instead of `application/vnd.apple.mpegurl`
- Remove `setsar` filter which caused issues scaling between two different aspect ratios
- For example, some 4:3 content would appear stretched when scaled to a 16:9 resolution
- Replace `setsar` filter with `setdar` filter
- `setsar` caused issues scaling between two different aspect ratios
- For example, some 4:3 content would appear stretched when scaled to a 16:9 resolution
- `setdar` is now only used when aspect ratios match
- Prioritize aspect ratio from container when video stream contains conflicting aspect ratio
- This is usually caused by bad authoring, but the change should improve scaling behavior for edge cases
### Added
- Support DSD audio file formats (DFF and DSF) in local song libraries