Aegisub
Aegisub copied to clipboard
Script Resolution Mismatch dialogue box not working as intended
https://github.com/TypesettingTools/Aegisub/blob/26ccf0b8e5374973b3a5edfe2bd958a1a2040da1/src/dialog_video_properties.cpp#L128-L131
As @Myaamori pointed out, the above dialogue box has the same behavior for both options. It will rescale all override tags to the video resolution for either option, even though the Set to video resolution option should only be editing the script properties (like in the window below) according to src/dialog_video_properties.ccp.

The only way to set to video resolution correctly as of now, is hitting Cancel on the mismatch dialogue, and then hitting From video in the Script Properties window.
Steps to reproduce:
- (Assuming the user has
Match video resolution on openset toAskunder Preferences > General > Video)
- Create a script at 1280x720 using at least one non-interger override tag (\pos for example)
- Open a video at a different resolution
- Test
Set to video resolution - Repeat steps 1-2 for
Resample script - Repeat steps 1-2 and click Cancel
- Now, go to File > Properties... and set script resolution from video, and observe that no tags are scaled