Hi,

2008/6/17 AERTS Bert <[EMAIL PROTECTED]>:
> I want to render an mpeg-2 movie from my JVC Everio GZ-MG505 harddisk
> camcorder to a format for DVD. I follow exactly the manual of Cinelerra CV
> version 2.1:

Why do you reencode the mpeg2 file? Have you considered to remultiplex
it only? It's faster and you don't risk loosing quality (if I
understand correctly...) Someone told me how to do that using replex
or ffmpeg. There is probably also a way to do this with mjpeg tools.

-----------------
I use:

replex --input_stream TS --video_pid 0xe0 --audio_pid 0xc0 --type DVD
--of f.replex.mpg f.mpg

and if that fails:

ffmpeg -fflags genpts -i input.mpg -target pal-dvd \
 -vcodec copy -acodec copy output.vob

and when that fails:

ffmpeg -fflags genpts -i input.mpg -vcodec copy -an temp.m2v
ffmpeg -fflags genpts -i input.mpg -acodec copy -vn temp.mp2
mplex -f 8 -o output.vob temp.m2v temp.mp2
-----------------

Marko

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to