On Tue, 7 Jan 2003, Wolfgang Goeller wrote:

> Hello Gregoire
> 
> > i reccord data with VDR:
> > http://www.cadsoft.de/people/kls/vdr/download.htm
> > 
> > And then, I demux the recording with ds.jar:
> > http://home.arcor.de/matt2/dvb.matt/
> 
> 
> The second is great but time-consuming: transcode
> (On a 2GHz-Athlon it demuxes about 14 frames/sec)
>   www.theorie.physik.uni-goettingen.de/~ostreich/transcode/
> 
> With transcode you can create avi-files conforming to the
> mjpegtools. You can cut, paste, split....

my oh my! why go through mjpeg? why not simply

mpeg2dec -o YUV old.m2v | mpeg2enc -f 8 -o new.m2v 

Selva

> 
> Then you have to reencode this avifiles or the edit.lists.
> 
> The options for transcode that work for me are:
> 
> transcode -N 0x1 -i your_mpeg-file -y mjpeg -k -z -t7000,your_output_name
> 
> This will create avi-files with a length of roughly 1.7 Giga.
> 
> Since the avi-files you create this way have next to no noise you
> need only few options for mpeg2enc - and no yuvdenoise.
> 
> 
> regards
> Wolfgang
> 
> 
> -------------------------------------------------------
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> _______________________________________________
> Mjpeg-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/mjpeg-users
> 



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to