Skip to content

How do I set ASS Video Resolution to default Zero? #6767

Closed Answered by niksedk
dmaccountsetup asked this question in Q&A
Discussion options

You must be logged in to vote

The default video resolution for ASSA files is 384x288 - that's why font size 20 is not super tiny when not having PlayResX and PlayResY 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 and PlayResY 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 adding PlayResX and PlayResY automatically:

    <AssaResolutionAutoNew>True</AssaResolutionAutoNew>
    <AssaResolutionPromptChange>True</AssaResolutionPrompt…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dmaccountsetup
Comment options

Answer selected by dmaccountsetup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants