-
Notifications
You must be signed in to change notification settings - Fork 6
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
Question on use with Anamorphic Lens #17
Comments
Hello, Yes, if you want only these ratios, you can edit Or edit the script line
Any of the above will match, and the rest is ignored. |
Awesome thanks. |
You may also need to disable |
This acutally isnt working. If I remove no-keepaspect from my .conf black bars are never cropped (but if I keep it in then even 4:3 is stretched to 16:9 which I do not want). Is dynamic-crop.lua supposed to stretch the picture to get rid of the top and bottom black bars on a scope film? |
Have it now - I have to take the information this script provides and tell MPV to anamorphically stretch the video if aspect is greater than 2.00 - [AnamorphicLens] |
The script configure the crop filter with appropriate value, only if needed, then mpv handle the rest (video resolution is adjusted and scaled if necessary).
The geometry property is also adjusted by the script to fix some behavior, you may want to disable it to be sure: You can check if a crop filter is applied with shortcut
Good idea, do you achieve what you want with this? You can also try to permanently change aspect ratio (just a random idea) Do you use the Lens with a projector ? |
Yes override to 1.33 is same as video-scale-y=1.33. Yes I have a lens but it is on a sled so I do not want it in place unless the movie is scope, I want it out of the way if movie is not scope. So my next step is to find a way to control the 12v trigger on the lens and have MPV only trigger it when it detects a scope movie. |
If I want this script to crop and stretch scope movies (2.39 / 2.35) but ignore everything else would I just change this line?
ratios = "24/9 2.4 2.39 2.35 2.2 2 1.85 16/9 5/3 1.5 4/3 1.25 9/16"
change to -
ratios = "2.4 2.39 2.35 2.2",
Will this now ignore 1.78 / 1.85?
The text was updated successfully, but these errors were encountered: