First page Back Continue Last page Overview Graphics
Creating Menus - Processing (cont.)
- Now assuming you have already created any audio you want played during the menu, I use a silent mpeg audio file, you master the actual menu video via:
- mplex -f 8 -o /dev/stdout toc-video.m2v silence.mp2 | submux toc.sub > toc-menu.mpg
- You can get the silence.mp2 file from my website.
- mplex is creating the mpeg file with DVD navigation enabled and then piping it to submux which actually processes the button mask image and determines what colors to associate with the button effects.
- Substitute toc-video.m2v, toc.sub, toc-menu.mpg and silence.mp2 for the files you are working with.