csparker247 / ffdropenc

A macOS utility for batch encoding video files.
GNU General Public License v3.0
6 stars 0 forks source link

Scaling down can create files that exceed specs #10

Closed csparker247 closed 10 years ago

csparker247 commented 10 years ago

For instance, giving Generic SD a 1440x1080 (4:3 DAR, 1:1 PAR) video creates an 853x640 output.

Should we prioritize image height?

Need to test: 4k -> 1080p

csparker247 commented 10 years ago

Perhaps better to craft scale filter based on some pre-analysis of the media.

csparker247 commented 10 years ago

Commit ab3458c4714815c3fad38e92a466285a7d66b5e5 shows how to solve this. Will be implemented system wide in v1.8.