View Single Post
Old 1st September 2009, 23:50   #1296  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
I can't help you with tsmuxer or the other tools. I can only tell you how to do it with my tools.

I loaded the stream in DGAVCIndexNV. The tables are non-standard (which explains the problems everyone is having) but by looking at raw PIDs and experimenting, I determined there is AVC video on 0xd49 and AC3 audio on 0xd4a. Use Audio Demux to set up for demuxing only audio stream 0xd4a. Then Save Project.

Now, you make a standard AVS with the audio adjusted by the reported -225ms and everything plays in perfect sync.

vid=dgsource("itvhdmux22.dga",resize_w=1280,resize_h=720)
aud=nicac3source("itvhdmux22 PID d4a 2_0ch 48KHz 256Kbps DELAY -225ms.ac3").delayaudio(-0.225)
audiodub(vid,aud)

I think it's funny that they throw away half the horizontal resolution but still call it HD.

Last edited by Guest; 2nd September 2009 at 00:39.
Guest is offline