Last active
January 6, 2020 00:58
-
-
Save fnx4/4d7d9f50d0f6133827877b86f52b20da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (((srcHeight >= 800) or (fileName = "*1080*")) and (fps < 31)) | |
"mpc.fnxSplit.1080p@30" | |
else if (fps > 30) | |
"mpc.fnxSplit.720p@60" | |
else if ((srcHeight > 600) or (fileName = "*720*")) | |
"mpc.fnxSplit.720p@30" | |
else "mpc.fnxSplit.576p@30" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment