Well, I was hoping that someone on here would be able
to help me figure out how best to make my capture file
usable by dvdauthor to burn that won't cause
audio/video desync, as it seems to do now.  This is
happening on no wimpy little system.  I am having this
problem on a P4/3GHz (Prescott CPU in an Asus P4P800-E
Deluxe mainboard) with 1GB of ram on a Maxtor 300GB
7200RPM UDMA133 16MB onboard cache drive.  I had this
problem on my recently retired AMD-K6-3+/550, and I
had hoped that the much more robust system and hard
drive would eliminate this problem, but I can see no
positive difference at all.  Below is my script that I
use to create my complete DVD directory that I then
burn using a combination of K3B and CDRecord with the
DVD+/-RW extensions, and I get about a half second
desync between the audio and video as played after the
fact.  I viewed the raw capture files, and the audio
syncs up perfectly, but the demuxed "out.mpg" of the
capture file is definitely slightly out of sync. 
Please help me get this problem fixed, as I really
love my Hauppauge card, and I desperately do not want
to have to resort to the hated Microsoft platform to
get a decent DVD out of it.

#!/bin/sh
#Demux the capture file.
dvb-mplex -t DVD -o out.mpg "$@"
#Create the dvd directory.
dvddirgen -o dvd.
#Create the files needed to burn the final DVD
dvdauthor -o dvd out.mpg
dvdauthor -T -o dvd



                
__________________________________ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
ivtv-devel mailing list
ivtv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to