I would like to author a slide show (still images) on DVD to be shown on standalone DVD player starting form jpeg images coming from my SONY 5Mp digital camera.
I'm evaluating mjpetools + dvdauthor but I found some problems in particular about quality on my TV (pixels seems bigger, sloping edges between bright and dark zones appear jagged or 'saw-edgeg',flickering effects).
These are the steps I followed.
montage -geometry 720x576 -quality 89 -background black (89 is the maximum value accepted by jpeg2yuv)
jpeg2yuv -v 0 -n 1 -I p -f 25 (should I have to use -I t/b for interlaced output?)
mpeg2enc -a 2 -v 0 -f 8 -q 6 -2 1 -4 1 (I think this is the problem: I have use different set of option to imporve quality, as shown)
mplex -v 8
dvdauthor
Could someone help me in setting the correct parameters?
About dvdauthor, I'm interested mostly in a simple slide show that permits:
multiple titleset (how many titleset can a DVD support)
capability to scroll back and forw between the still images (using chpater I suppose, how many chapeters can i put per title)
Could somebody suggest me a aimple xml schema to do this?
Thanks in advance