Skip to content

Instantly share code, notes, and snippets.

@jd-boyd
Created November 23, 2025 06:18
Show Gist options
  • Select an option

  • Save jd-boyd/6f91155476d68dcf8d1eb320a33973ab to your computer and use it in GitHub Desktop.

Select an option

Save jd-boyd/6f91155476d68dcf8d1eb320a33973ab to your computer and use it in GitHub Desktop.
For David, video to DVD mpeg
for f in ep*.mp4; do
ffmpeg -i "$f" -target ntsc-dvd "${f%.mp4}.mpg"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment