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 th
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 pictu
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
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 make
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 extr
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 si
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]
7 matches
Mail list logo