First page Back Continue Last page Overview Graphics
Create the DVD menu
Find a JPEG image for the DVD background
- use avidemux2 and save one (menu.jpg)
Create a video file from this one image
- jpeg2yuv -n 50 -I p -f 29.97 -j menu.jpg |
mpeg2enc -n n -f 8 -o menu.m2v
Create some audio for the background
- use avidemux2 and save an audio clip (menu.mp2)
- create silence:
- dd if=/dev/zero bs=4 count=2000 |
toolame -b 128 -s 48 /dev/stdin menu.mp2
Notes: