Skip to content

Instantly share code, notes, and snippets.

@Jaid
Last active September 28, 2021 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jaid/f1257a7d84bd43921a280ed75bb9130f to your computer and use it in GitHub Desktop.
Save Jaid/f1257a7d84bd43921a280ed75bb9130f to your computer and use it in GitHub Desktop.
Topaz Video Enhance AI command line snippets

Snippets

Upscale x4

"$ProgramW6432/Topaz Labs LLC/Topaz Video Enhance AI/veai.exe" --output-format mov_proreshq -m amq-12 --scale 4 --input "$input"

With output

"$ProgramW6432/Topaz Labs LLC/Topaz Video Enhance AI/veai.exe" --output-format mov_proreshq -m amq-12 --scale 2 --input "$input" --output "$output"

Cut

"$ProgramW6432/Topaz Labs LLC/Topaz Video Enhance AI/veai.exe" --output-format mov_proreshq -m amq-12 --scale 2 --input "$input" --begin-frame 3960 --end-frame 8400

Increase FPS

Further reading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment