I am encoding from NTSC video to dvd. It is a very long film 165mins
To get the video I am using mplayer1.0pre7-3.3:
doing this script:

mencoder tv:// -tv  
driver=v4l:input=1:norm=ntsc:alsa:amode=1:width=720:height=480:audiorate=48000:buffersize=16:forcechan=2
  
-idx -vf denoise3d=8:6:6,pp=md -oac pcm  -ovc lavc -lavcopts 
vcodec=mjpeg:vqscale=8 -o /Path to/MYDVD.avi

This creates a 7.2GB file.

The I use mjeptools lav2yuv and mpeg2nc so I will  get chapters of 200MB each.
(I have also tried this without using -S and the same problem occurs)

lav2yuv  MYDVD.av | mpeg2enc -f 8 -S 200 -o .MYDVD%d.m2v

This is dropping out right on 556.3MB  with the following std out:

INFO: [mpeg2enc] Frame end 13730 P quant=8.00 total act=1695293.86107
   INFO: [mpeg2enc] Frame end 13731 B quant=8.00 total act=1695314.09362
   INFO: [mpeg2enc] Frame end 13732 B quant=8.00 total act=1695334.54394
   INFO: [mpeg2enc] Frame end 13733 P quant=8.00 total act=1695358.42441
   INFO: [mpeg2enc] Frame end 13734 B quant=8.00 total act=1695378.97922
   INFO: [mpeg2enc] Frame end 13735 B quant=8.00 total act=1695400.16779
   INFO: [mpeg2enc] GOP start (3 frames)
   INFO: [mpeg2enc] Frame end 13736 I quant=8.00 total act=1695657.43682
   INFO: [mpeg2enc] Frame end 13737 B quant=8.00 total act=1695677.18353
   INFO: [mpeg2enc] Frame end 13738 B quant=8.00 total act=1695694.84742
   INFO: [mpeg2enc] GOP start (0 frames)
   INFO: [mpeg2enc] Guesstimated final muxed size = 583345820

I am guessing that at Frame end 13738 there is a glitch in the source file? Is 
there a way around this? 

Thanks
Raena



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to