2008-01-11, 04:47 AM
It sounds likes you have a problem with AC3 audio. The Hauppauge dongle doesn't decode AC3 so there will be no sound. With mvpmc you will hear the audio but it will be out of sync with the video.
If you are recording with the TS Mux if your computer is up to it, you can also have the file transcoded to the MVP spec by modifying the config.xml I use the NTSC .avi converstion so that you can possibly view HD broadcasts too.
Marti
If you are recording with the TS Mux if your computer is up to it, you can also have the file transcoded to the MVP spec by modifying the config.xml I use the NTSC .avi converstion so that you can possibly view HD broadcasts too.
Code:
<MVPFFmpegTranscodeTS>-y -i "{SOURCE_FILE}" -vcodec copy -acodec copy {DEST_FILE}</MVPFFmpegTranscodeTS>
to
<MVPFFmpegTranscodeTS>-y -i "{SOURCE_FILE}" -b 2400k -ac 2 -ab 128 -r 29.97 -s 352x240 -f svcd {DEST_FILE}</MVPFFmpegTranscodeTS>