-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manual.py encoding not carrying over correct scan type #1095
Comments
update: i think this is a ffmpeg issue where its assuming its progressive for some reason: i have to manually add -field_order 2 for it to work properly. ffmpeg version git-2019-10-25-b78227e Test file: https://www.mediafire.com/file/gn3pfarca1yaow3/test-001.mkv/file |
Small update, FFprobe can detect interlaced fields either top field or bottom field. Maybe a way to address this would be if FFprobe detects either Top or Bottom send this argument |
Bump |
Can you post an ffprobe -show_streams output from a file that's giving you problems? This should be doable |
See if that does the trick |
Should be fixed now, closing |
Im running manual.py to encode a few old scrub dvd's and the remuxes are interlaced but after running it with manual.py its changing the scan type to progressive and now nothing can de interlace it properly due to wrong reported scan type.
Media info for dvd remux: https://pastebin.com/vRgJdGDA
Media info from the manual.py encode: https://pastebin.com/Hq1EGDqk
The text was updated successfully, but these errors were encountered: