Skip to content

Instantly share code, notes, and snippets.

@fnx4
Last active January 6, 2020 00:58
Show Gist options
  • Save fnx4/4d7d9f50d0f6133827877b86f52b20da to your computer and use it in GitHub Desktop.
Save fnx4/4d7d9f50d0f6133827877b86f52b20da to your computer and use it in GitHub Desktop.
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