Skip to content

Instantly share code, notes, and snippets.

@tlightsky
Created October 12, 2016 07:33
Show Gist options
  • Save tlightsky/569e0d218f98b8baa3a8cdfed0aca620 to your computer and use it in GitHub Desktop.
Save tlightsky/569e0d218f98b8baa3a8cdfed0aca620 to your computer and use it in GitHub Desktop.
some ffmpeg
ffmpeg -i output.mp4 -vf format=gray,format=yuv420p outputgray.mp4
ffmpeg -i output.mp4 -vf hue=s=0 -c:a copy outputhue.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment