vcdimager-gui-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[VCDImager-GUI-devel] win32 binaries for still mpeg encoding...


From: Herbert Valerio Riedel
Subject: [VCDImager-GUI-devel] win32 binaries for still mpeg encoding...
Date: 13 Jan 2002 19:37:07 +0100

hello,

just wanted to let you know, that I've been to build some tools under
cygwin (win32), required to make stills...
(as done on http://www.vcdimager.org/stillencode/)

you'll find them in the usual .testing dir... 

here some example run for creating a single SVCD PAL still.jpeg picture:

1) convert to YUV4MPEG2 format
(you can also use the ppmtoy4m-tool if you have a ppm format image)
make sure you have the right resolution (see the table at the bottom
web-encoder page...)
btw, those yuv files can get quite big... especially when trying to
create sequences...

$ ./jpeg2yuv-20010113.exe -n 1 -f 25 -I p -j still.jpeg  > still.yuv

2) encode elementary video stream
("-T 160" tells mpeg2enc how much space (i.e. quality) to use for the
still picture...)

$ ./mpeg2enc-pth-20010113.exe -T 160 -f 7 -o still.m2v ./still.yuv

3) finally multiplex the stuff...
$ ./mplex-20010113.exe -f 7 -o still.m2p ./still.m2v


regards,
-- 
Herbert Valerio Riedel       /    Phone: (EUROPE) +43-1-58801-18840
Email: address@hidden       /    Finger address@hidden for GnuPG Public Key
GnuPG Key Fingerprint: 7BB9 2D6C D485 CE64 4748  5F65 4981 E064 883F
4142

Attachment: pgpUwXQpHMRMP.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]