Hallo
 
> I have a video that I want to stick on the web.  What are the encoding
> options that you all have found to be optimal for delivery on the WWW?  It
> is possible to get video that works on a 56K modem?  Do you stick it in
> raw MPEG or do you use streaming software?
I'd say that you don't get something good if you squezze a MPEG down to
a bitrate suitable for broadcast at that low bitrate. There are other
formats desigend to do that. 

If you want low bitrate, you should use something like a VBR MPEG1 with
denoising.
... | yuvdenoise -S 0 | mpeg2enc -b 1200 -q 11 -N 1.5 -g 8 -G 18 -K kvcd
-o video.m1v
This command works not if you have the 1.6.2 mjpegtools.
If you have the 1.6.2 mjpegtools you have to you can't use the -N option
with a argument, and the -K option does not exists. Maybe the -S 0 does
not work in yuvdenoise too. 

If you are looking for a streaming server please take a look at the
videolan page:
http://www.videolan.net/

auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: [EMAIL PROTECTED] [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to