How do I set ASS Video Resolution to default Zero? #6767
-
When I am working with ASS subs, it automatically adjust the size of the font according to the resolution of the video...for example, if my video is 1080p, it adjusted to size 75 (instead of original size 20). The font size may not be a big issue for most players but I use PLEX player on Amazon 4K Firestick (streaming media from home network server) and it blows up to the actual size 75 taken up 50% of my TV screen. If I change the res to ZeroxZero under properties, the size won't adjusted back to original size. How to I set the resolution to 0x0 for ASS so that it won't mess up the size of the original fonts? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The default video resolution for ASSA files is 384x288 - that's why font size 20 is not super tiny when not having It makes no sense to have In the file <AssaResolutionAutoNew>True</AssaResolutionAutoNew>
<AssaResolutionPromptChange>True</AssaResolutionPromptChange>
|
Beta Was this translation helpful? Give feedback.
The default video resolution for ASSA files is 384x288 - that's why font size 20 is not super tiny when not having
PlayResX
andPlayResY
in the[Script Info]
header (as the font size is up-scaled to match the actual video resolution).It makes no sense to have
PlayResX
andPlayResY
as zero - it's better to remove them or use the default resolution.Something in your setup does not handle ASSA files correctly, so perhaps it's better to use SubRip .srt files.
In the file
Settings.xml
you can probably change these to false, to avoid SE addingPlayResX
andPlayResY
automatically: