Skip to content

Instantly share code, notes, and snippets.

@echohack
Created November 9, 2020 17:48
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 echohack/f3022517d47b9061e4817ea20afd838c to your computer and use it in GitHub Desktop.
Save echohack/f3022517d47b9061e4817ea20afd838c to your computer and use it in GitHub Desktop.
ffmpeg convert youtube download to final cut pro friendly format
ffmpeg -i input.mkv -acodec aac -qscale 0 output.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment