If you want to check that your sound track is 5.1 then run the first command below. After that the two parts of movie you get as per the above post you can merge them together to get a full film for your DVD the command is listed at the end for the same. And if you does not want any menus in the DVD then use the third command while burning the disc. You can burn the DVD directly from the command line. If necessary, replace / dev / dvd by the location of your burner.
Code:
mplayer-vo dummy-identify movie.avi 2> / dev / null | grep "5.1 ("
# The output can be "AC3: 5.1 (3f +2 r + lfe) 48000 Hz 384.0 kbit / s"
Code:
mplex-f 8-o film_dvd.mpg film_moive.m2v film_movie.ac3
Code:
growisofs-Z / dev / dvd-dvd-video mon_dvd /
Bookmarks