Re: [gentoo-user] Creating DVD-menus from pictures

2006-01-11 Thread talisein
On 20:55 Tue 10 Jan , Daniel Pielmeier wrote: has anybody experience regarding this topic, i tried it with mjpegtools, but in the conversion stopped with a segmentation fault. Check out qdvdauthor. It makes this point-and-click easy. Currently in ~x86. -- Andrew Potter [EMAIL PROTECTED]

Re: [gentoo-user] Creating DVD-menus from pictures

2006-01-11 Thread Daniel Pielmeier
Thank you for your suggestions, i know the article and so i know qdvdauthor. I don't know if qdvdauthor is capable of creating a animated menu from a series of pictures. My picture source is a image i downscaled to the size of 720x1000. I have manually extracted pictures from this one with the

Re: [gentoo-user] Creating DVD-menus from pictures

2006-01-11 Thread Holly Bostick
Daniel Pielmeier schreef: Thank you for your suggestions, i know the article and so i know qdvdauthor. I don't know if qdvdauthor is capable of creating a animated menu from a series of pictures. My picture source is a image i downscaled to the size of 720x1000. I have manually extracted

Re: [gentoo-user] Creating DVD-menus from pictures

2006-01-11 Thread Daniel Pielmeier
Thank you, i know this article, there i found this method convert matrix_menu_background.jpg ppm:- | ppmtoy4m -n50 -F25:1 -A59:54 -I p -r -S 420mpeg2 | mpeg2enc -n p -f8 -b5000 -a3 -o matrix_menu_background.m2v here i can make a menu from only one image, how can i change this commandline to

Re: [gentoo-user] Creating DVD-menus from pictures [solved]

2006-01-11 Thread Daniel Pielmeier
ok i found it out for myself, it works for me with this commandline for i in *.jpg; do convert $i ppm:- ; done | ppmtoy4m -n50 -F25:1 -A59:54 -I p -r -S 420mpeg2 | mpeg2enc -n p -f8 -b5000 -a3 -o matrix_menu_background.m2v -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Creating DVD-menus from pictures

2006-01-11 Thread Iain Buchanan
On Wed, 2006-01-11 at 18:56 +0100, Daniel Pielmeier wrote: My picture source is a image i downscaled to the size of 720x1000. I have manually extracted pictures from this one with the size of 720*576, increasing the offset in x-axis pixel by pixel. The animated menu should play these pictures

Re: [gentoo-user] Creating DVD-menus from pictures

2006-01-11 Thread Daniel Pielmeier
Thank you, found it out a few hours ago, it works fine with i=1; while [ $i -le 762 ]; do convert -crop 720x576+$i+0 walpergen.jpg $i.jpg; i=$[$i+1]; done Iain Buchanan schrieb: On Wed, 2006-01-11 at 18:56 +0100, Daniel Pielmeier wrote: My picture source is a image i downscaled to the

[gentoo-user] Creating DVD-menus from pictures

2006-01-10 Thread Daniel Pielmeier
Hi, has anybody experience regarding this topic, i tried it with mjpegtools, but in the conversion stopped with a segmentation fault. Here is the output: jpeg2yuv -n 1 -I p -L 1 -f 25 -j %03d.jpg -b 001.jpg| mpeg2enc -f 8 -o image.m2v INFO: [mpeg2enc] SETTING EXTENDED MMX for MOTION!