Skip to content

Instantly share code, notes, and snippets.

@nim1z
Last active February 5, 2021 14:38
Show Gist options
  • Save nim1z/2056692b9bdff2bc555849b18d74195e to your computer and use it in GitHub Desktop.
Save nim1z/2056692b9bdff2bc555849b18d74195e to your computer and use it in GitHub Desktop.
ffmpeg batch for sharp brain(tcpmp)
ffmpeg -i "%~1" -c:v cinepak -b:v 300k -vf scale=320:-1 -c:a pcm_s16e "%~n1.avi"
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment