Re: [Mjpeg-users] creating a YUV stream from PNGs, distorted output with garbage

2006-03-16 Thread Bernhard Praschinger
Hallo Then i used mogrify * on all the images. before that i got some complaints from png2yuv: png2yuv -v 2 -f 25.00 -I t -L 1 -n 24 -j pic/img%02d.png menu.yuv INFO: [png2yuv] Parsing checking input files. --DEBUG: [png2yuv] Analyzing pic/img00.png to get the right pic params

[Mjpeg-users] creating a YUV stream from PNGs, distorted output with garbage

2006-03-14 Thread Torsten Mohr
Hi everybody, i try to generate an MPEG that is suitable for a background menu for a DVD. So i used a Perl script to generate some pictures: #! /usr/bin/perl -w use GD; my $n = 25; for(my $i = 0; $i $n; $i++) { my $img = GD::Image-new(720, 576); my $white = $img-colorAllocate(255, 255,