I think I have asked this question before, but maybe
someone new will have the answer to this question.
I have several capture files, such as a couple of home
movies and an industrial training video that I want to
burn to DVD.
The problem is that something happens during the
demux/remux stage before I use DVDAuthor to create the
DVD file structure to burn to disk.
No matter how I try, I just can't get the video to
stay in sync when I process it.
I have used three methods to do this, the first one is
as follows:

------------------Text------------------
#!/bin/bash
mpeg2desc -a0 < $1 > aud0
mpeg2desc -v0 < $1 > vid0
mplex -f 8 -V -o dvdmpg aud0 vid0
rm -fv aud0 vid0
dvdauthor -o dvd -f dvdmpg
dvdauthor -o dvd -T

No dice there, so I tried this one next:
------------------Text------------------
#!/bin/sh
dvb-mplex -t DVD -o out.mpg "$@"
dvddirgen -o dvd
dvdauthor -o dvd out.mpg
dvdauthor -T -o dvd
---------------End Text------------------

I even resorted to the Videogen program called
movie-to-dvd.
Still, I get badly out of sync processed files, with
the audio lagging behind the video about 0.2 seconds.
Clearly, this is completely unacceptable, and, yes, I
know beyond all doubt that the raw capture file
produced by my PVR-350 plays perfectly with mplayer,
without a hint of lagging audio whatsoever.
If ONLY DVDAuthor could process the raw file without
it needing to be demuxed/remuxed first, I would have
no troubles, but alas.
Since DVDAuthor pukes on raw captures, I am stuck
between the proverbial rock and a hard place.
So, is there ANYONE out there at all who knows the
proper way to process raw captures without this
ridiculous Kung Fu movie effect?
Anyone? anyone?  Bueller?


        
                
______________________________________________________
Click here to donate to the Hurricane Katrina relief effort.
http://store.yahoo.com/redcross-donate3/


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
ivtv-devel mailing list
ivtv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to