Quantcast Sound Sync Problem with ATI HDTV OTA Capture - digitalFAQ.com Forums [Archives]
  #1  
07-19-2006, 08:39 AM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
Having difficulty converting ATI HDTV OTA capture.

Edit commercials with VideoReDo, save as TS
Use DGIndex to create D2V and AC3 from TS
Use Headac3he to convert AC3 to MP2
Use FitCD with D2V

Use TMPGEnc with following script:

LoadPlugin("C:\video\moviestacker\Filters\DGDecode .dll")
LoadPlugin("C:\video\moviestacker\Filters\RemoveGr ainsse3.dll")
LoadPlugin("C:\video\moviestacker\Filters\Repairss e3.dll")
LoadPlugin("C:\video\moviestacker\Filters\SSe3Tool s.dll")

Mpeg2Source("E:\sg1\StreamCopyWiz.d2v",idct=7)

LanczosResize(704,368,169,87,948,544)
SelectEven()
LRemoveDust_YV12(17,1)

AddBorders(0,56,0,56)
ConverttoRGB24()

function LRemoveDust_YV12(clip input, int clmode, int "limit")
{
limit=default(limit,2)
clmode=default(clmode,17)
repmode = 2
clensed = Clense(input)
rep = Repair(clensed, input, mode=repmode)
rg = RemoveGrain(rep, mode=clmode)
return LimitChange(rg, input, limit, limitU=255)
}

Mux with Mplex

Sound starts in sync, ends up about 1 sec late after 41 minutes.

Made numerous attempts, including creating MPEG2 from VideoReDo. MPEG2 from VIdeoReDo is in sync. After TMPGEnc processing, same sound sync problem as above.

DGIndex output screen:

http://www.yousendit.com/transfer.ph...CC952352C3DC9C
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
07-19-2006, 08:44 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
(note: to host a jpg file, imageshack.us is far better (no lifetime). )

What fps are you using in tmpgenc ?

You should try to encode the audio with tmpgenc at the same time you encode the video. you will probably have to convert first the ac3 to wav as tmpgenc probably won't ake your ac3 file, and the result will be of a lesser quality than if you encode it separately, but it's better than an audio out of synch .
Reply With Quote
  #3  
07-19-2006, 09:51 AM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
(note: to host a jpg file, imageshack.us is far better (no lifetime). )

What fps are you using in tmpgenc ?

You should try to encode the audio with tmpgenc at the same time you encode the video. you will probably have to convert first the ac3 to wav as tmpgenc probably won't ake your ac3 file, and the result will be of a lesser quality than if you encode it separately, but it's better than an audio out of synch .
Thank, Phil

Keeping the fps at 29.97 in TMPGEnc (from selecteven() in script).

As I write, my computer at home is encoding the audio with tmpgenc at the same time as the video with a MP2 from Headac3he. Will see how it does.

dvr-ms captures are a headache. Strangely, HD captures processed the same as above are no problem.
Reply With Quote
  #4  
07-19-2006, 09:59 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by nicksteel
Keeping the fps at 29.97 in TMPGEnc (from selecteven() in script).
This can be just a matter of numerical rounding but the fact is that 29.97 is not exactly half of 59.940060.


Quote:
As I write, my computer at home is encoding the audio with tmpgenc at the same time as the video with a MP2 from Headac3he. Will see how it does.
That's ok for a test but else, don't use a mp2 as source, use the ac3 or a wav done from that ac3.
Reply With Quote
  #5  
07-19-2006, 10:30 AM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
This can be just a matter of numerical rounding but the fact is that 29.97 is not exactly half of 59.940060.
Yeah, 59.940060 comes out with latest DGIndex. Used to say 59.94. Don't know if this is causing impact. I have the same results if I leave selecteven() out of script and chose 29.97 in TMPGEnc.

Quote:
That's ok for a test but else, don't use a mp2 as source, use the ac3 or a wav done from that ac3.
I will change from MP2 if it works.
Reply With Quote
  #6  
07-20-2006, 07:50 AM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
As I write, my computer at home is encoding the audio with tmpgenc at the same time as the video with a MP2 from Headac3he. Will see how it does.
Same sync problem. I suppose it's DGIndex and this capture, but I captured an HD movie a couple weeks ago with identical DGIndex paramenters (I checked d2v) and processed with no difficulty.

Tried with both ts and mpeg output from VideoReDo. Identical results. Will try to get in touch with Neutron.
Reply With Quote
  #7  
07-20-2006, 07:24 PM
nicksteel nicksteel is offline
Free Member
 
Join Date: Nov 2002
Posts: 863
Thanks: 0
Thanked 0 Times in 0 Posts
Finally decided DGIndex was somehow screwing up the audio output with the dvr-ms source.

Checked my:

mpg length: 41.48:05 - from VideoReDo
m2v length: 41:48.05 - from TMPGEnc w/avs
wave length: 41:49.704 - from DGIndex 1.4.8 Beta 7

used goldwave\timewarp to compress audio to m2v length
muxed
finally fits

guess I'll have to use this workaround when this happens

at least I have a workable solution
Reply With Quote
  #8  
07-21-2006, 03:21 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by nicksteel
m2v length: 41:48.05 - from TMPGEnc w/avs
wave length: 41:49.704 - from DGIndex 1.4.8 Beta 7
That's why I said to encode both the wav and the m2v at the same time with tmgenc because it solved a problem similar for me in the past. But the most important is to have find an other workaround .
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
ATI OTA HDTV Capture - Is this the best script? nicksteel Video Capturing / Recording 4 12-07-2006 10:18 AM
Resizing Problem OTA HDTV capture to DVD nicksteel Video Capturing / Recording 34 11-04-2006 03:57 PM
Capture/Record OTA Animated HDTV nicksteel Video Capturing / Recording 0 09-12-2006 11:20 AM
HeadAC3he: Sync problem, Sound 8 sec ahead of picture Godfather411 Audio Conversion 3 02-06-2003 07:11 AM
TMPGEnc: Sound sync problem andybno1 Video Encoding and Conversion 2 02-03-2003 06:15 PM

Thread Tools



 
All times are GMT -5. The time now is 04:08 PM  —  vBulletin © Jelsoft Enterprises Ltd