Hallo

> Further to my last message it seems if I have -o output.mpg argument that
> lav2mpeg will not encode but if I have no -o arg it encodes green. The log is
> below. See it says multiplexing bailing. This is a lie. In fact the result
> was a file in the pwd named capture009.mpg and the mpv and mpa both deleted.
> 
> Hope that is more useful info than last attempt.
If you add the -K to the script as option it should keep the .m1v .mp2
files !!
Could you also add the -N option, that you should see what tool is
really failing. 

Can you encode you fils on the command line without using the lav2mpeg
script.
You command looks like that than:
lav2wav capture.avi | mp2enc -b 224 -r 44100 -o capture.mp2
lav2yuv capture.avi | yuvscaler -o VCD | mpeg2enc -f 1 -4 1 -2 1 -o
capture.m1v
mplex -f 1 capture.mp2 capture.m1v -o capture.mpg

And once the video without the yuvscaler part:
lav2yuv catpure.avi | mpeg2enc -f 1 -4 1 -2 1 -o capture.m1v

You have to replace the capture with your filename. Than you should see
if yuvscaler is making the problem. 
What I find strange is that yuvscaler always uses the "-n p" option. 
Maybe it misdetects something. Which TV norm do you have ?

> lav2mpeg -m mpeg1 capture009.avi
> 22:58:40 -  mode=mpeg1 -
> 22:58:40 - using mode=mpeg1, stereo=2 audio bpr=224
> 22:58:40 - beginning conversion of capture009.avi to capture009.mpg
> 22:58:40 - had 256 to encode
> 22:58:40 - beginning video encoding
> 23:00:11 - finished video encoding ( took 0:01:31 - 2.813 fps)
> 23:00:11 - beginning audio encoding
> 23:00:12 - finished audio encoding ( took 0:00:01 - 256.000 fps)
> 23:00:12 - beginning multiplexing
> 23:00:13 - ugh! multiplexing failed, bailing. used command:
> 23:00:13 - nice -n 19 mplex -f 0 -o capture009.mpg  capture009.mp2
> capture009.m1v
> 
> On Wednesday 21 January 2004 03:10, you wrote:
> > Hallo
> >
> > > In mjpegtools-1.6.1.92 on SuSE 8.2
> > > I am using lav2mpeg -mpeg1 to for digital video avi files to mpeg and
> > > they are coming out green.
> > >
> > > This did not happen with earlier version of mjpegtools converting the
> > > same files.
> > > Any help greatly appreciated
> >
> > Could you please rerun the encoding with the LOGONLY option/debug mode:
> > export LOGONLY=1; lav2mpeg -m mpeg1 -o output.mpg file.eli
> >
> > And attach the output. What size does the source have ?
> >
> >
> > auf hoffentlich bald,
> >
> > Berni the Chaos of Woodquarter
> >
> > Email: [EMAIL PROTECTED]
> > www: http://www.lysator.liu.se/~gz/bernhard

-- 
auf hoffentlich bald,

Berni the Chaos of Woodquarter

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


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to