Created
March 30, 2024 08:12
-
-
Save rudolfbyker/6ba72567e6986070a767a65c7e33f229 to your computer and use it in GitHub Desktop.
How to mux a DVD
This file contains 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 WALL_E.mpg -map 0:1 -codec copy video.m2v | |
ffmpeg -i WALL_E.mpg -map 0:9 -codec copy audio.ac3 |
This file contains 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
mkisofs -dvd-video -udf -o ~/author.iso ~/author |
This file contains 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
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