Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > (Auto) Gordian Knot

Reply
 
Thread Tools Search this Thread Display Modes
Old 15th March 2007, 13:55   #1  |  Link
FishTank
Registered User
 
FishTank's Avatar
 
Join Date: Nov 2006
Posts: 203
autogk, audio out of sync (used ripit4me)

first off, i use Ripit4me -> autoGK

ive done 5 rips so far and all were great, but yesterday i tried to
do "the negotiator" and the audio was 5 seconds ahead of the
picture.
today i tried revenge of the warrior and its the same thing. im a little worried
now if i messed something up. i know i didnt change anything though (1 click in ripit4me and default settings in autogk).

heres the log of the 2nd one (deleted the first one :/)

Code:
[3/15/2007 10:01:57 AM] AutoGK 2.40
[3/15/2007 10:01:57 AM] OS: WinXP (5.1.2600).2
[3/15/2007 10:01:57 AM] Job started.
[3/15/2007 10:01:57 AM] Input file: C:\REVENGE_OF_THE_WARRIOR\VTS_01_0.IFO
[3/15/2007 10:01:57 AM] Output file: C:\Stuff\REVENGE_OF_THE_WARRIOR.avi
[3/15/2007 10:01:57 AM] Output codec: XviD
[3/15/2007 10:01:57 AM] Audio 1: Deutsch AC3 6ch 
[3/15/2007 10:01:57 AM] Subtitles: none
[3/15/2007 10:01:57 AM] Format: AVI
[3/15/2007 10:01:57 AM] Target size: 700Mb
[3/15/2007 10:01:57 AM] Audio 1 settings: Auto
[3/15/2007 10:01:57 AM] Started encoding.
[3/15/2007 10:01:57 AM] Demuxing and indexing.
[3/15/2007 10:05:19 AM] Processing file: C:\REVENGE_OF_THE_WARRIOR\VTS_01_1.VOB
[3/15/2007 10:05:19 AM] Processing file: C:\REVENGE_OF_THE_WARRIOR\VTS_01_2.VOB
[3/15/2007 10:05:19 AM] Processing file: C:\REVENGE_OF_THE_WARRIOR\VTS_01_3.VOB
[3/15/2007 10:05:19 AM] Processing file: C:\REVENGE_OF_THE_WARRIOR\VTS_01_4.VOB
[3/15/2007 10:05:19 AM] Processing file: C:\REVENGE_OF_THE_WARRIOR\VTS_01_5.VOB
[3/15/2007 10:05:19 AM] Processing file: C:\REVENGE_OF_THE_WARRIOR\VTS_01_6.VOB
[3/15/2007 10:05:19 AM] Source resolution: 720x576
[3/15/2007 10:05:19 AM] Found PAL source.
[3/15/2007 10:05:19 AM] Source aspect ratio: 16:9
[3/15/2007 10:05:19 AM] Color correction enabled.
[3/15/2007 10:05:19 AM] Analyzing source.
[3/15/2007 10:08:40 AM] Source has percentage of interlacing in motion areas: 0.00
[3/15/2007 10:08:40 AM] Source is considered to be progressive.
[3/15/2007 10:08:40 AM] Output will contain 129829 frames
[3/15/2007 10:08:40 AM] Decoding audio.
[3/15/2007 10:11:18 AM] Normalizing audio.
[3/15/2007 10:12:50 AM] Encoding audio.
[3/15/2007 10:23:53 AM] Audio1 size: 75,388,176 bytes (71.90 Mb)
[3/15/2007 10:23:53 AM] Overhead: 5,193,216 bytes (4.95 Mb)
[3/15/2007 10:23:53 AM] Video size: 653,421,808 bytes (623.15 Mb)
[3/15/2007 10:23:53 AM] Running compressibility test.
[3/15/2007 10:23:53 AM] Writing the following script to C:\Stuff\agk_tmp\REVENGE_OF_THE_WARRIOR_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")

movie = mpeg2source("C:\Stuff\agk_tmp\REVENGE_OF_THE_WARRIOR.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.42222222222222
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
out_width = 640
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
SelectRangeEvery(300,15)
===========================================================
[3/15/2007 10:28:21 AM] Duration was: 4 minutes 27 seconds
[3/15/2007 10:28:21 AM] Speed was: 24.29 fps.
[3/15/2007 10:28:21 AM] Compressibility percentage is: 36.37
[3/15/2007 10:28:21 AM] Using softer resizer.
[3/15/2007 10:28:21 AM] Chosen resolution is: 528x288 ( AR: 1.83 )
[3/15/2007 10:28:21 AM] Predicted comptest value is: 55.89%
[3/15/2007 10:28:21 AM] Running first pass.
[3/15/2007 10:28:21 AM] Writing the following script to C:\Stuff\agk_tmp\REVENGE_OF_THE_WARRIOR_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")

movie = mpeg2source("C:\Stuff\agk_tmp\REVENGE_OF_THE_WARRIOR.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.42222222222222
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
out_width = 528
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
BicubicResize(out_width,out_height,0,0.5)
RemoveGrain(mode=2)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
===========================================================
[3/15/2007 11:07:58 AM] Duration was: 39 minutes 37 seconds
[3/15/2007 11:07:58 AM] Speed was: 54.61 fps.
[3/15/2007 11:07:58 AM] Expected quality of first pass size: 58.79%
[3/15/2007 11:07:58 AM] Running second pass.
[3/15/2007 12:07:07 PM] Duration was: 59 minutes 8 seconds
[3/15/2007 12:07:07 PM] Speed was: 36.59 fps.
[3/15/2007 12:07:07 PM] Job finished. Total time: 2 hours 5 minutes 10 seconds
do you guys see something out of the ordinary here? or is this
just a fluke..

furthermore in the autogk_tmp folder theres this file:
REVENGE_OF_THE_WARRIOR T01 3_2ch 448Kbps DELAY 0ms.mp3
which indicates to me that the tools picked up the delay, but
for some reason didnt fix it or wrongly.

any advice appreciated

oh if you need more info, just say so..
FishTank is offline   Reply With Quote
Old 15th March 2007, 19:58   #2  |  Link
BigDid
Actually in reserve
 
Join Date: Oct 2004
Posts: 1,605
Quote:
Originally Posted by FishTank View Post
first off, i use Ripit4me -> autoGK
...
1 click in ripit4me and default settings in autogk
Hi,

Could you give RI4M version and indicate if you also checked "Always run FixVTS on full DVD" ?

Quote:
heres the log of the 2nd one (deleted the first one :/)
The log is fine, so you finally got AGK working without problem

Quote:
furthermore in the autogk_tmp folder theres this file:
REVENGE_OF_THE_WARRIOR T01 3_2ch 448Kbps DELAY 0ms.mp3
which indicates to me that the tools picked up the delay, but
for some reason didnt fix it or wrongly.
Nothing wrong with the delay (0ms).
It may be just one of (very rare) problematic Movies RI4M coughs on, or not protected.

If so (not protected) you could try "old ways":
1/ Use DvdDecrypter in IFO mode for movie not protected and having no audio synch problem or
2/ DvdShrink in Reauthor mode for movie not protected but having audio synch problems

3/ ... Another possibility would be to give last RI4M beta (1.7.1.0 beta1) a try cause they are testing the n° 2/ solution right now: http://www.ripit4me.org/changelog.html

If not familiar with these programs or modes, come back here but there are lots of guides for both

Did
__________________
Having a problem with AutoGK? Read & use the FAQ & MORE FAQ first
Want to exchange on AutoGK? try doom10.org
In reserve (inactive) for an undefined period of time.
BigDid is offline   Reply With Quote
Old 15th March 2007, 23:44   #3  |  Link
FishTank
Registered User
 
FishTank's Avatar
 
Join Date: Nov 2006
Posts: 203
thanks for the reply

Ripit4me is version 1.6.9.0

what puzzles me is that i made 5 rips, all perfect.
now its messed up for some reason.
i tried a capture (mjpeg) and its also out of sync, so its
auto-gk and not the ripping (as there aint no ripping here lol)

i think im gonna try and reinstall it tomorrow and have another
go. its an awesome tool IF it works
FishTank is offline   Reply With Quote
Old 16th March 2007, 00:14   #4  |  Link
setarip_old
Registered User
 
setarip_old's Avatar
 
Join Date: Aug 2005
Posts: 16,267
Hi!

If uninstalling and then reinstalling AutoGK doesn't eliminate the problem, you might want to perform a "System Restore"...
setarip_old is offline   Reply With Quote
Old 16th March 2007, 00:59   #5  |  Link
FishTank
Registered User
 
FishTank's Avatar
 
Join Date: Nov 2006
Posts: 203
lol, cheers for the idea, but system restore is the first thing i disable
when installing xp.
FishTank is offline   Reply With Quote
Old 16th March 2007, 01:58   #6  |  Link
Mtz
Registered User
 
Mtz's Avatar
 
Join Date: Sep 2003
Location: On The Beach
Posts: 714
Also I have some problems with episodic discs. Tryed to rip the DVD in various modes and always I had delay problems. Tired after all, I adjusted the desync manually in virtualdubmod.

enjoy,
Mtz
Mtz is offline   Reply With Quote
Old 16th March 2007, 12:16   #7  |  Link
FishTank
Registered User
 
FishTank's Avatar
 
Join Date: Nov 2006
Posts: 203
well after re-installing it, the mjpeg -> xvid was in sync, but the
vob -> xvid still wasnt. same thing, audio 5 seconds ahead of
the picture.
im burning a backup dvd from dvdshrink right now. if thats in sync, then
the ripping on that one was ok, hence agk is not as good as i thought lol.

edit: yep, the dvd is fine, so the .vob is fine. ripit4me did the job, but agk messes up. :/
the audio was ~8000ms ahead of the video for the entire movie.

Last edited by FishTank; 16th March 2007 at 18:25.
FishTank is offline   Reply With Quote
Old 19th March 2007, 12:48   #8  |  Link
FishTank
Registered User
 
FishTank's Avatar
 
Join Date: Nov 2006
Posts: 203
yes, FixVTS did run everytime.
keep in mind, that i encoded captured vids aswell as vobs, so
the ripping process is fine, the problem is 100% within agk.

ive encoded the same vid 5 times. 2 were ok, 3 out of snyc.
auto-gk, while being a great tool, is like flipping a coin when it
comes to sound being out of sync.
at least on my end, that is.
FishTank is offline   Reply With Quote
Old 19th March 2007, 12:59   #9  |  Link
Lester Burnham
Registered User
 
Join Date: May 2005
Posts: 67
Quote:
Originally Posted by FishTank View Post
yes, FixVTS did run everytime.
keep in mind, that i encoded captured vids aswell as vobs, so
the ripping process is fine, the problem is 100% within agk.

ive encoded the same vid 5 times. 2 were ok, 3 out of snyc.
auto-gk, while being a great tool, is like flipping a coin when it
comes to sound being out of sync.
at least on my end, that is.
Must just be you / your video source(s) then...

I've never had such a problem with problematic audio / video sync with AutoGK <shrug>
Lester Burnham is offline   Reply With Quote
Old 19th March 2007, 14:27   #10  |  Link
FishTank
Registered User
 
FishTank's Avatar
 
Join Date: Nov 2006
Posts: 203
be happy then

it IS an awesome tool when it works lol.
FishTank is offline   Reply With Quote
Old 23rd March 2007, 01:16   #11  |  Link
xxxyzzzz
Registered User
 
Join Date: Feb 2007
Posts: 45
solution

Occasionally I do get a movie that has the audio/video out of sync when I encode it with AutoGK after I use RI4M. My solution is this (I know it has been said above):

Open the ripped and cleaned (after using RI4M) sources with DVD Shrink, and reauthor the movie with no compression. This has solved it every time.

I do not know the entirety of the DVD structure, and I have thought that the structure is still a little warped if the DVD has one of the newer copy "protections" and is cleaned with RI4M. RI4M has come a long way, and I rarely get this anymore, though.

AutoGK and RipIt4Me are two of my favorite apps.

Z
xxxyzzzz is offline   Reply With Quote
Old 25th March 2007, 18:06   #12  |  Link
singularity989
Registered User
 
Join Date: Jun 2005
Location: Downers Grove, IL
Posts: 12
This also may be an issue with DGIndex reporting an incorrect delay due to garbage at the beginning of the first VOB, since AutoGK uses DGIndex. When you get to the step where DGIndex is running, click on DGIndex and hit ESC to stop it. then follow the steps as outlined in this discusssion.

Then save the DGIndex project and AutoGK will resume from where it left off, hopefully with a correct audio synch.
singularity989 is offline   Reply With Quote
Old 25th March 2007, 23:47   #13  |  Link
bourtzovlakas
dvd.stuff.gr moderator
 
bourtzovlakas's Avatar
 
Join Date: Apr 2004
Location: Greece
Posts: 312
Use RipIt4Me in "Movie Only" mode...
bourtzovlakas is offline   Reply With Quote
Old 26th March 2007, 20:02   #14  |  Link
FishTank
Registered User
 
FishTank's Avatar
 
Join Date: Nov 2006
Posts: 203
sorry guys, my dsl was down a few days.

i did another 10 movies and they all were fine. the only thing i do
different now is always use a constant audio bitrate of 128.
dont know if that has anything to do with it (i doubt it).

thanks for the thoughts though
FishTank is offline   Reply With Quote
Old 27th March 2007, 15:23   #15  |  Link
laserfan
Aging Video Hobbyist
 
Join Date: Dec 2004
Location: Off the Map
Posts: 2,461
Quote:
Originally Posted by FishTank View Post
the only thing i do
different now is always use a constant audio bitrate of 128.
dont know if that has anything to do with it (i doubt it).
Depends on your playback method--it could absolutely be the cause.

AGK for some reason defaults to VBR audio, which my media players hate. I always use CBR, and convert-to-CBR if I accidentally make a VBR audiotrack.
laserfan is offline   Reply With Quote
Old 28th March 2007, 21:45   #16  |  Link
kwanbis
Registered User
 
kwanbis's Avatar
 
Join Date: Jun 2003
Posts: 99
I'm having a similar problem. On my ThinkPad, i have used AutoGK to rip some Lost chapters, and i have encoded them to english. It went perfect.

Then i installed on another machine, (new/fres install of windows XP), AutoGK, DVDdecrypter.

Downloaded all the DVDs to the HD (with DVDdecrypter), and tried to use AutoGK.

The audio is like 2/3 secs ahead of the video, and it looks terrible weird.

Any ideas?

edit: on both cases, i used defaults (now i'm trying with CBR)

Last edited by kwanbis; 28th March 2007 at 23:15.
kwanbis is offline   Reply With Quote
Old 29th March 2007, 13:43   #17  |  Link
kwanbis
Registered User
 
kwanbis's Avatar
 
Join Date: Jun 2003
Posts: 99
Ok, i left the machine trying some options:

First, and just in case, i worked directly from the DVD, using DVD43.

1) 350 MB + AUTO
2) 350 MB + CBR 128
3) 370 MB + AUTO
4) 370 MB + CBR128

all suffer from the same problem.

Here are the logs:

1)350/A
Code:
[3/28/2007 8:49:36 PM] AutoGK 2.40
[3/28/2007 8:49:36 PM] OS: WinXP (5.1.2600).2
[3/28/2007 8:49:36 PM] Job started.
[3/28/2007 8:49:36 PM] Input file: D:\VIDEO_TS\VTS_01_0.IFO
[3/28/2007 8:49:36 PM] Output file: c:\350.avi
[3/28/2007 8:49:36 PM] Output codec: XviD
[3/28/2007 8:49:36 PM] Audio 1: English AC3 6ch 
[3/28/2007 8:49:36 PM] Subtitles: none
[3/28/2007 8:49:36 PM] Format: AVI
[3/28/2007 8:49:36 PM] Target size: 350Mb
[3/28/2007 8:49:36 PM] Audio 1 settings: Auto
[3/28/2007 8:49:36 PM] Started encoding.
[3/28/2007 8:49:36 PM] Demuxing and indexing.
[3/28/2007 8:55:12 PM] Processing file: D:\VIDEO_TS\VTS_01_1.VOB
[3/28/2007 8:55:12 PM] Processing file: D:\VIDEO_TS\VTS_01_2.VOB
[3/28/2007 8:55:12 PM] Source resolution: 720x480
[3/28/2007 8:55:12 PM] Found NTSC source.
[3/28/2007 8:55:12 PM] Source aspect ratio: 16:9
[3/28/2007 8:55:12 PM] Color correction enabled.
[3/28/2007 8:55:12 PM] Analyzing source.
[3/28/2007 8:57:51 PM] Source has percentage of interlacing in motion areas: 39.05
[3/28/2007 8:57:51 PM] Source has percentage of telecined patterns: 99.60
[3/28/2007 8:57:51 PM] Source has percentage of progressive patterns: 0.40
[3/28/2007 8:57:51 PM] Source has percentage of interlaced patterns: 0.00
[3/28/2007 8:57:51 PM] Source is considered to be FILM.
[3/28/2007 8:57:51 PM] Output will contain 62296 frames
[3/28/2007 8:57:51 PM] Decoding audio.
[3/28/2007 8:59:07 PM] Normalizing audio.
[3/28/2007 8:59:38 PM] Encoding audio.
[3/28/2007 9:05:34 PM] Audio1 size: 35,446,248 bytes (33.80 Mb)
[3/28/2007 9:05:34 PM] Overhead: 2,491,904 bytes (2.38 Mb)
[3/28/2007 9:05:34 PM] Video size: 329,063,448 bytes (313.82 Mb)
[3/28/2007 9:05:34 PM] Running compressibility test.
[3/28/2007 9:05:34 PM] Writing the following script to c:\agk_tmp\350_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")

movie = mpeg2source("c:\agk_tmp\350.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.18518518518519
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
out_width = 640
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
Telecide(movie,guide=1,post=2).Decimate(mode=0)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
SelectRangeEvery(300,15)
===========================================================
[3/28/2007 9:08:42 PM] Duration was: 3 minutes 7 seconds
[3/28/2007 9:08:42 PM] Speed was: 16.58 fps.
[3/28/2007 9:08:43 PM] Compressibility percentage is: 89.86
[3/28/2007 9:08:43 PM] Chosen resolution is: 720x416 ( AR: 1.73 )
[3/28/2007 9:08:43 PM] Predicted comptest value is: 70.66%
[3/28/2007 9:08:43 PM] Running first pass.
[3/28/2007 9:08:43 PM] Writing the following script to c:\agk_tmp\350_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")

movie = mpeg2source("c:\agk_tmp\350.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.18518518518519
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
out_width = 720
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
Telecide(movie,guide=1,post=2).Decimate(mode=0)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
===========================================================
[3/28/2007 9:37:08 PM] Duration was: 28 minutes 25 seconds
[3/28/2007 9:37:08 PM] Speed was: 36.52 fps.
[3/28/2007 9:37:09 PM] Expected quality of first pass size: 78.38%
[3/28/2007 9:37:09 PM] Running second pass.
[3/28/2007 10:17:47 PM] Duration was: 40 minutes 37 seconds
[3/28/2007 10:17:47 PM] Speed was: 25.55 fps.
[3/28/2007 10:17:47 PM] Job finished. Total time: 1 hour, 28 minutes 11 seconds
2) 350/C
Code:
[3/28/2007 10:17:48 PM] AutoGK 2.40
[3/28/2007 10:17:48 PM] OS: WinXP (5.1.2600).2
[3/28/2007 10:17:48 PM] Job started.
[3/28/2007 10:17:48 PM] Input file: D:\VIDEO_TS\VTS_01_0.IFO
[3/28/2007 10:17:48 PM] Output file: C:\350_cbr.avi
[3/28/2007 10:17:48 PM] Output codec: XviD
[3/28/2007 10:17:48 PM] Audio 1: English AC3 6ch 
[3/28/2007 10:17:48 PM] Subtitles: none
[3/28/2007 10:17:48 PM] Format: AVI
[3/28/2007 10:17:48 PM] Target size: 350Mb
[3/28/2007 10:17:48 PM] Audio 1 settings: CBR MP3 with bitrate: 128Kbps
[3/28/2007 10:17:48 PM] Started encoding.
[3/28/2007 10:17:48 PM] Demuxing and indexing.
[3/28/2007 10:21:56 PM] Processing file: D:\VIDEO_TS\VTS_01_1.VOB
[3/28/2007 10:21:56 PM] Processing file: D:\VIDEO_TS\VTS_01_2.VOB
[3/28/2007 10:21:56 PM] Source resolution: 720x480
[3/28/2007 10:21:56 PM] Found NTSC source.
[3/28/2007 10:21:56 PM] Source aspect ratio: 16:9
[3/28/2007 10:21:56 PM] Color correction enabled.
[3/28/2007 10:21:56 PM] Analyzing source.
[3/28/2007 10:24:49 PM] Source has percentage of interlacing in motion areas: 39.05
[3/28/2007 10:24:49 PM] Source has percentage of telecined patterns: 99.60
[3/28/2007 10:24:49 PM] Source has percentage of progressive patterns: 0.40
[3/28/2007 10:24:49 PM] Source has percentage of interlaced patterns: 0.00
[3/28/2007 10:24:49 PM] Source is considered to be FILM.
[3/28/2007 10:24:49 PM] Output will contain 62296 frames
[3/28/2007 10:24:49 PM] Decoding audio.
[3/28/2007 10:26:05 PM] Normalizing audio.
[3/28/2007 10:26:28 PM] Encoding audio.
[3/28/2007 10:33:05 PM] Audio1 size: 41,556,096 bytes (39.63 Mb)
[3/28/2007 10:33:05 PM] Overhead: 739,712 bytes (0.71 Mb)
[3/28/2007 10:33:05 PM] Video size: 324,705,792 bytes (309.66 Mb)
[3/28/2007 10:33:05 PM] Running compressibility test.
[3/28/2007 10:33:05 PM] Writing the following script to C:\agk_tmp\350_cbr_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")

movie = mpeg2source("C:\agk_tmp\350_cbr.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.18518518518519
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
out_width = 640
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
Telecide(movie,guide=1,post=2).Decimate(mode=0)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
SelectRangeEvery(300,15)
===========================================================
[3/28/2007 10:36:12 PM] Duration was: 3 minutes 6 seconds
[3/28/2007 10:36:12 PM] Speed was: 16.70 fps.
[3/28/2007 10:36:12 PM] Compressibility percentage is: 88.67
[3/28/2007 10:36:12 PM] Chosen resolution is: 704x416 ( AR: 1.69 )
[3/28/2007 10:36:12 PM] Predicted comptest value is: 71.31%
[3/28/2007 10:36:12 PM] Running first pass.
[3/28/2007 10:36:12 PM] Writing the following script to C:\agk_tmp\350_cbr_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")

movie = mpeg2source("C:\agk_tmp\350_cbr.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.18518518518519
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
out_width = 704
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
Telecide(movie,guide=1,post=2).Decimate(mode=0)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
===========================================================
[3/28/2007 11:06:01 PM] Duration was: 29 minutes 49 seconds
[3/28/2007 11:06:01 PM] Speed was: 34.81 fps.
[3/28/2007 11:06:02 PM] Expected quality of first pass size: 80.28%
[3/28/2007 11:06:02 PM] Running second pass.
[3/28/2007 11:46:57 PM] Duration was: 40 minutes 55 seconds
[3/28/2007 11:46:57 PM] Speed was: 25.37 fps.
[3/28/2007 11:46:57 PM] Job finished. Total time: 1 hour, 29 minutes 9 seconds
don't think there is any need for the 370 logs.

Any ideas?
kwanbis is offline   Reply With Quote
Old 29th March 2007, 17:02   #18  |  Link
kwanbis
Registered User
 
kwanbis's Avatar
 
Join Date: Jun 2003
Posts: 99
Quote:
Originally Posted by Lester Burnham View Post
Try again, turn off DVD43, rip using ripit4me, process fully, and let it run fixvts, then post back your findings.
I seen that.

But the problem does not appears to be the way the DVDs are ripped.

I can play the ripped files OK on my hard drive.

I have tested with DVD Decrypter and DVD43.

I can try ripitforme but i don't think it would make any diference.

On my thinkpad, i used both, DVD Decrypter and DVD43, and it worked.
kwanbis is offline   Reply With Quote
Old 29th March 2007, 18:01   #19  |  Link
kwanbis
Registered User
 
kwanbis's Avatar
 
Join Date: Jun 2003
Posts: 99
Quote:
Originally Posted by Lester Burnham View Post
It nearly always is.

Listen: rather than posturing that you don't believe it to be the method you're using for ripping, take it on faith that it might be, or perhaps is likely to be, and rip it again, with ripit4me, do the conversion, and post back here your results.

So once again, rip your DVD again and use ripit4me (ensure you are using the latest version, and that fully processes the output, and then runs fixvts (now internal to ripit4me)). Do your conversion, and then report back to the thread with your findings.

If it solves your problems, it will likely confirm what is likely the most common cause of audio sync issues. If not, it will allow the problem to be progressed
I didn't sayd i won't do it, in fact, i was while you wrote.

Also, i'm processing a rip from the other machine on my TP, just in case.

About the VTSfix, you mean the lat step that ripit4me shows as optional? Cause i runned all steps it asked me, either optional or not.

Thanks again.
kwanbis is offline   Reply With Quote
Old 29th March 2007, 20:23   #20  |  Link
kwanbis
Registered User
 
kwanbis's Avatar
 
Join Date: Jun 2003
Posts: 99
update:

the ripped files on the new machine on my machine don't work either.

the ripped with ripit4me files, on the new machine, get unsynchronized on the new machine also.

i would try ripping on my thinkpad, and trying to encode on both machines
kwanbis is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 21:52.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.