Skip to content

Instantly share code, notes, and snippets.

@kurrik
Last active December 5, 2023 02:16
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 kurrik/5fdf842db3e6df1da47fbda012cd1206 to your computer and use it in GitHub Desktop.
Save kurrik/5fdf842db3e6df1da47fbda012cd1206 to your computer and use it in GitHub Desktop.
FFmpeg

FFmpeg invocations

# Stuff downloaded by yt-dlp comes out as webm, which is less supported in editors
ffmpeg -i input.webm -strict experimental output.mp4

# Alternatively just download & convert in a single step
yt-dlp VIDEO_ID --recode-video mp4 -o VIDEO_TITLE.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment