Skip to content

Instantly share code, notes, and snippets.

@rudolfbyker
Created March 30, 2024 08:12
Show Gist options
  • Save rudolfbyker/6ba72567e6986070a767a65c7e33f229 to your computer and use it in GitHub Desktop.
Save rudolfbyker/6ba72567e6986070a767a65c7e33f229 to your computer and use it in GitHub Desktop.
How to mux a DVD
dvdauthor -t -o author walle_remuxed_3.mpg
export VIDEO_FORMAT=NTSC
dvdauthor -T -o author
ffmpeg -i WALL_E.mpg -map 0:1 -codec copy video.m2v
ffmpeg -i WALL_E.mpg -map 0:9 -codec copy audio.ac3
mkisofs -dvd-video -udf -o ~/author.iso ~/author
mplex -f8 audio.ac3 video.m2v -o "walle_remuxed_%d.mpg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment