Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save davepermen/5f56ea421c4c6a94bd03c45315a77e9d to your computer and use it in GitHub Desktop.
Save davepermen/5f56ea421c4c6a94bd03c45315a77e9d to your computer and use it in GitHub Desktop.
FOR /F "tokens=*" %G IN ('dir /b *.mkv') DO ffmpeg -i "%G" -c copy -color_range 1 -colorspace 5 -color_primaries 5 -color_trc 6 "%~nG.fixed.mkv" -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment