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

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

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


From: Herbert Valerio Riedel
Subject: Re: [VCDImager-GUI-devel] win32 binaries for still mpeg encoding...
Date: 13 Jan 2002 23:11:18 +0100

On Sun, 2002-01-13 at 19:37, Herbert Valerio Riedel wrote:
> 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

some additional notes;
make sure you use a proper shell (command.com won't work!);
i.e. use cygwin's shell 'sh.exe', then you can combine 1) and 2) into

sh.exe -c './jpeg2yuv-20010113.exe -n 1 -f 25 -I p -j still.jpeg | 
./mpeg2enc-pth-20010113.exe -T 160 -f 7 -o still.m2v'

this also keeps you from generating big temporary .yuv files...

another thing, you should use the mpeg2enc-pth-nosse executable, as SSE
support is broken on win32 it seems...


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: pgp93HBSF2nlo.pgp
Description: PGP signature


reply via email to

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