apollo16
15th May 2004, 16:00
In these days I have proved your program AutoGK 1.0 on S.O. Win2000
but today when I open a DVD root and I run program to obtain my DivX Ac3 the program starts to analyze the movie and when it open the program VIrtualDub are showed on screen this advise :
"VirtualDub Error
The Function SetMod was called on a stream[?] that hasn't previously
initialized with setSource"
and then the program stops to run and exit.
I have proved to install an other time your program on Win98 SE (other bootable Hard Disk)
but the problem persist.
What happend ??
I don't understand where is the problem and how I can solve it.
Can you help me ?
Best Regards
Andrea
len0x
16th May 2004, 13:26
first action would be upgrade to the latest version and then posting a log file here.
apollo16
18th May 2004, 22:03
I have update my AutoGK to your last version 1.24b as you have suggest me, and the error when process audio using VirtualDub are solved, however when I verify the DivX resulted I discover that the movie don't have Audio, it is mute !! :-(( There isn't also the Ac3 file stripped on my Hard Disk!!
My Original movie, (ripped with DVD Decrypter 3.2.2.0 and correct VOB Pointer re-stripping with IFO Edit 0.95), can be played with Audio using POwerDVD and if I burn it on a DVD blank it can be played also on DVD home and the audio there is.
I have choosed Input & Output Directory and then AutoGK presents me Audio Tracks Ac3 "Italiano"
Then in Step 3 I choose Target quality equal 100%.
Into "Advanced Settings" I choose DivX 5, resolution 720, Audio Ac3.
Then "ADD JOB" + Start but the result is a DivX without Ac3 Audio and not only for this movie but all movie processed. Why ??? I attach you on the end of this mail the file Text_GK to control the job.
I am beginner in encoding therefore I have studied all the guide of aspect ratio: 1.33 - 1.78 - 2.35 - 2.40 etc... , as you suggest me in last mails, and I know that the dimension choose from user must be a multiple of the number "16",.... but I am confused and I'm sorry to disturb you another time with the following question but I don't already understand if is possible with AutoGK (not GordianKn) block the movie to the resolution 720x576 without cropping blank, as program Xmpeg and FlasKmpeg do.
And If the answer is "Yes", How I can. The result in my prove is 720x384 or 720x--- but never 720x576 as I want.
The AutoGK menu presents only 4 users choice/step ?! :-(( How I can do, if it is possible ?
I do this question because I have compared the same image/frame of Original DVD with same image/frame of DivX encoded from FlasK (that unfortunately is not a program All-In-One as AutoGK infact it don't realize DivX with Ac3 Audio as I want but only with Wav or Mp3 audio), and the result is equal in each point of frame.
(I overlap the frame each other, and each particular is in the same position with same dimension and are showed all object on the extreme left, and on the extreme right).
Then I have compared DVD with DivX of AutoGK but the dimension, (I have choose In Decoder/Propriety Aspect Ratio Maintain Original), are different and there are less pixels on the left and on the right screen.
It haven't maintain original dimension. (I have proved also choosing Aspect Ratio Decoder equal 4:3 and 16:9).
I want realize my DivX with Ac3 audio with same aspect and particular as DVD shows me when I play it to my DVD-Player. How I can do this ??
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
File_GK generated from AutoGK when have process my DVD movie:
[18/05/2004 2.34.38] Input dir: D:\Dvd Rippati\Il profumo del mosto selvatico\Film
[18/05/2004 2.34.38] Output file: D:\Film.avi
[18/05/2004 2.34.38] Audio: Italiano
[18/05/2004 2.34.38] Subtitles: none
[18/05/2004 2.34.38] Codec: DivX
[18/05/2004 2.34.38] Target quality: 100%
[18/05/2004 2.34.38] Custom resolution settings: fixed width of 720 pixels
[18/05/2004 2.34.38] Custom audio settings: AC3
[18/05/2004 2.34.38] Started encoding.
[18/05/2004 2.34.38] Demuxing and indexing.
[18/05/2004 2.36.16] Analyzing source.
[18/05/2004 2.36.16] Writing the following script to D:\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\gk_tmp\\_.avs",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(0);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetCompression();
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\gk_tmp\\_.avi");
===========================================================
[18/05/2004 2.41.22] Source has percentage of interlacing in motion areas: 0,65
[18/05/2004 2.41.22] Source is considered to be progressive.
[18/05/2004 2.41.22] Found 147080 frames
[18/05/2004 2.41.22] Audio is not found.
[18/05/2004 2.41.22] Running single pass encoding.
[18/05/2004 2.41.22] Writing the following script to D:\gk_tmp\Film_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\Utente\Video\DivX\AutoGK\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\Utente\Video\DivX\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\Utente\Video\DivX\AutoGK\filters\undot.dll")
function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
return order }
movie = mpeg2source("D:\gk_tmp\Film.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=35)
c_width = width(cropclip)
c_height = round(height(cropclip) / 1.45868945868946)
input_par = float(c_width)/float(c_height)
fixed_aspect = 1.45868945868946
flag_halfdvd = input_par > 1.0 ? 0 : 1
input_par = input_par > 1.0 ? input_par : input_par * 2
input_par = input_par > 1.4 ? 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
new_aspect = flag_halfdvd > 0 ? new_aspect/2.0 : new_aspect
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=35)
Undot()
LanczosResize(out_width,out_height)
===========================================================
[18/05/2004 2.41.23] Writing the following script to D:\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\gk_tmp\\Film_movie.avs",0,0);
VirtualDub.video.SetMode(1);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.SetCompression(0x78766964,0,10000,0);
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.RemoveInputStreams();
VirtualDub.SaveAVI("D:\\Film.avi");
===========================================================
[18/05/2004 4.20.54] Duration was: 1 hour, 39 minutes 31 seconds
[18/05/2004 4.20.54] Speed was: 24,63 fps.
[18/05/2004 4.20.54] Job finished.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thank you very much for your patience and your precious councils .
Andrea
len0x
19th May 2004, 14:42
Two points:
1) You can't process vobset with ifoedit after you ripped DVD with DVDDecrypter in IFO mode as AutoGK uses info produced by it for its own purposes (that is why you get no audio since it cannot be properly demuxed)
2) You can't have non-cropped and non-resized DVD resolution in AutoGK.
apollo16
19th May 2004, 19:49
Tkank you very much for help.
Best Regards
Andrea
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.