Created
November 9, 2020 17:48
-
-
Save echohack/f3022517d47b9061e4817ea20afd838c to your computer and use it in GitHub Desktop.
ffmpeg convert youtube download to final cut pro friendly format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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