|
DVD to AVI
|
|
group6
Newbie
|
13. February 2009 @ 17:54 |
Link to this message
|
Hi All, not sure if I'm in the right place. I want to convert DVD to AVI so I can upload for posting. I used DVD Decrypter and Vidomi. The source DVD has 4 separate episodes on it. When it was done, I had 4 AVI files but they were all the same, episode 1 on the DVD. Can someone help me out? Thanks!
|
Advertisement
|
|
|
Senior Member
|
15. February 2009 @ 07:43 |
Link to this message
|
Use AutoGK to convert to .avi. Load the .ifo file for each title set separately and then you can batch encode the jobs all at once.
|
group6
Newbie
|
17. February 2009 @ 01:41 |
Link to this message
|
Thanks ferguj1, I installed AutoGK and I am learning how to use it correctly. I havent seen any references to batch encoding multiple jobs though.
|
AfterDawn Addict
|
17. February 2009 @ 07:11 |
Link to this message
|
There is a button called Add Job.
99% of all problems are between the computer and the chair.
|
donewell
Member
|
17. February 2009 @ 08:45 |
Link to this message
|
I use fairuse wizzard 2 pro. Is autogk as good or any faster?
Faster would be nice!! LOL
|
group6
Newbie
|
22. February 2009 @ 04:15 |
Link to this message
|
I ran AutoGK on this DVD. There are 3 one hour episodes on it. Originally, I wanted to end up with a separate avi file for each. I got all 3 in one avi. I used VTS_01_0.IFO as my input file, audio as AC3 2ch. No subs, output file = 700MB. Output video quality is that of the DVD, but the audio is out of sync.
Is VTS_01_0.IFO the 'master' IFO file, why it processed all 3 episodes? What is the fourth 1GB .VOB file? There are no extra frills on the DVD like other languages, angles etc.
I looked through agk.log to see what the audio problem is but couldnt find anything. Maybe one of you guys can.
[2/21/2009 8:12:28 PM] AutoGK 2.55
[2/21/2009 8:12:28 PM] OS: WinXP (5.1.2600).2
[2/21/2009 8:12:28 PM] Job started.
[2/21/2009 8:12:28 PM] Input file: D:\VIDEO_TS\VTS_01_0.IFO
[2/21/2009 8:12:28 PM] Output file: C:\Documents and Settings\bozo\Desktop\AGK\one\circus_S01_D01_E01.avi
[2/21/2009 8:12:28 PM] Output codec: XviD
[2/21/2009 8:12:28 PM] Audio 1: English AC3 2ch
[2/21/2009 8:12:28 PM] Subtitles: none
[2/21/2009 8:12:28 PM] Format: AVI
[2/21/2009 8:12:28 PM] Target size: 700Mb
[2/21/2009 8:12:28 PM] Audio 1 settings: Auto
[2/21/2009 8:12:28 PM] Started encoding.
[2/21/2009 8:12:28 PM] Demuxing and indexing.
[2/21/2009 8:31:08 PM] Processing file: D:\VIDEO_TS\VTS_01_1.VOB
[2/21/2009 8:31:08 PM] Processing file: D:\VIDEO_TS\VTS_01_2.VOB
[2/21/2009 8:31:08 PM] Processing file: D:\VIDEO_TS\VTS_01_3.VOB
[2/21/2009 8:31:08 PM] Processing file: D:\VIDEO_TS\VTS_01_4.VOB
[2/21/2009 8:31:08 PM] Processing file: D:\VIDEO_TS\VTS_01_5.VOB
[2/21/2009 8:31:08 PM] Source resolution: 720x480
[2/21/2009 8:31:08 PM] Found NTSC source.
[2/21/2009 8:31:08 PM] Source aspect ratio: 4:3
[2/21/2009 8:31:08 PM] Source seems to be pure FILM.
[2/21/2009 8:31:08 PM] Output will contain 219270 frames
[2/21/2009 8:31:08 PM] Decoding audio.
[2/21/2009 8:33:02 PM] Normalizing audio.
[2/21/2009 8:33:57 PM] Encoding audio.
[2/21/2009 8:44:24 PM] Using VAQ in XviD
[2/21/2009 8:44:24 PM] Audio1 size: 118,206,840 bytes (112.73 Mb)
[2/21/2009 8:44:28 PM] Overhead: 8,770,816 bytes (8.36 Mb)
[2/21/2009 8:44:28 PM] Video size: 607,025,544 bytes (578.90 Mb)
[2/21/2009 8:44:28 PM] Running compressibility test.
[2/21/2009 8:44:28 PM] Writing the following script to C:\Documents and Settings\bozo\Desktop\AGK\one\agk_tmp\circus_S01_D01_E01_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("C:\Documents and Settings\bozo\Desktop\AGK\one\agk_tmp\circus_S01_D01_E01.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 = 0.888888888888889
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)
SelectRangeEvery(300,15)
===========================================================
[2/21/2009 10:32:07 PM] Duration was: 1 hour, 47 minutes 38 seconds
[2/21/2009 10:32:07 PM] Speed was: 1.70 fps.
[2/21/2009 10:32:07 PM] Compressibility percentage is: 27.63
[2/21/2009 10:32:07 PM] Using softer resizer.
[2/21/2009 10:32:07 PM] Chosen resolution is: 448x336 ( AR: 1.33 )
[2/21/2009 10:32:07 PM] Predicted comptest value is: 58.50%
[2/21/2009 10:32:07 PM] Running first pass.
[2/21/2009 10:32:07 PM] Writing the following script to C:\Documents and Settings\bozo\Desktop\AGK\one\agk_tmp\circus_S01_D01_E01_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("C:\Documents and Settings\bozo\Desktop\AGK\one\agk_tmp\circus_S01_D01_E01.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 = 0.888888888888889
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 = 448
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)
===========================================================
[2/21/2009 10:58:37 PM] Duration was: 26 minutes 30 seconds
[2/21/2009 10:58:38 PM] Speed was: 137.86 fps.
[2/21/2009 10:58:39 PM] Expected quality of first pass size: 61.02%
[2/21/2009 10:58:39 PM] Running second pass.
[2/21/2009 11:28:36 PM] Duration was: 29 minutes 45 seconds
[2/21/2009 11:28:36 PM] Speed was: 122.83 fps.
[2/21/2009 11:28:36 PM] Job finished. Total time: 3 hours 16 minutes 7 seconds
This message has been edited since posting. Last time this message was edited on 22. February 2009 @ 04:30
|
Senior Member
|
22. February 2009 @ 13:11 |
Link to this message
|
Quote: Is VTS_01_0.IFO the 'master' IFO file, why it processed all 3 episodes? What is the fourth 1GB .VOB file? There are no extra frills on the DVD like other languages, angles etc.
It appears that all of your episodes are in a single title set, probable broke into chapters within.
The .vob files really have no relation to the single episodes. They represent the entire title set broke into 1gb chunks.
In regards to the synch issue, how did you rip the video to your HDD drive?
|
varnull
Suspended permanently
|
22. February 2009 @ 17:14 |
Link to this message
|
I'm getting some odd out of sync issues with new disks as well.. currently investigating because it's only in the last couple of months it's been happening... Maybe they are referencing the audio differently these days with regard to the master frames? I do know you can auto set a dvd player (via the decryption instructions) to add/subtract a certain number of master frames to advance/delay the audio with respect to the video.. it's another "secret" area being used by the "standards compliant" dvd makers.
If I come up with anything more I will report back.
|
Senior Member
|
22. February 2009 @ 20:14 |
Link to this message
|
@ varnull
I have had issues with some of the newer releases as well. Part of why I asked the OP how they did the initial rip.
So far I only have problems when I try the full disk rips. Possibly something removed by decrypting or when I run VobBlanker and remove all the trash. Even trying to match frame rates or interleave has mixed results when I try to fix it.What I have been doing for the films I know that I plan to convert is ripping just the movie only. Thus far doing this has eliminated any sync issues encountered with the full disk rips.
You are probably right in regards to it being some protection scheme :(
|
group6
Newbie
|
23. February 2009 @ 00:44 |
Link to this message
|
ferguj1- AutoGK did the rip. Nothing on HDD before that.
|
Senior Member
|
23. February 2009 @ 23:20 |
Link to this message
|
Originally posted by group6: ferguj1- AutoGK did the rip. Nothing on HDD before that.
?? Where is your source file?
If you are referring to the same files you posted the log from, how did you get them to your D: ?
If you are using DVD Decrypter only and it is a newer release, does the files play properly before the conversion attempt, as DVD Decrypter is no longer updated and may have issue completing the rip properly.
This message has been edited since posting. Last time this message was edited on 23. February 2009 @ 23:24
|
group6
Newbie
|
24. February 2009 @ 03:21 |
Link to this message
|
Funny you should mention that. After you asked how the DVD got ripped, I guessed the files need to be in the HDD first. Yes, the log was from that job, it wasnt just a sample. D:\ is my burner. So I ripped the DVD to HDD first with DVD Decrypter 3.5.4.0 and ran AutoGK on it and it came out fine, no sync or video problems. Guess thats why it says "newbie" next to my username =)
|
Advertisement
|
|
|
Senior Member
|
24. February 2009 @ 08:01 |
Link to this message
|
LOL, glad to hear that it is working for you now :)
|
|