-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marko
Loparic
Sent: 19 June 2008 00:37
To: MJPEG-tools user list
Subject: Re: [Mjpeg-users] mpeg2enc problem: horizontal artifacts
inresulting mpeg

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...) 

<Bert> When I want more source mpeg files from my JVC camcorder with
effects between them on one DVD, I will have to use the render
functionality of Cinelerra. Please correct me if I'm wrong.

Someone told me how to do that using replex or ffmpeg. There is probably
also a way to do this with mjpeg tools.

<Bert> What .rpm includes replex? I found it on
http://www.metzlerbros.org/dvb/ I also found a dvdrip-replex from
dvdrip-0.98.8-1plf2008.0.x86_64.rpm. Thanks for your reply!

-----------------
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

-------------------------------------------------------------------------
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