Skip to content

Instantly share code, notes, and snippets.

@taking
Created March 21, 2019 12:04
Show Gist options
  • Select an option

  • Save taking/991d54ca99e525b4c31b20fc62d60b5d to your computer and use it in GitHub Desktop.

Select an option

Save taking/991d54ca99e525b4c31b20fc62d60b5d to your computer and use it in GitHub Desktop.
for %%f in (*.ts) do (
ffmpeg -i "%%f" -c:v h264_nvenc -c:a copy "%%f.mp4"
)
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment