margaan
10th May 2009, 13:30
Hi... I have a divx with 4 GB which I wanna make to a 1.37 GB xvid. The movie was encoded with TMPGEnc to divx and is about 168 minutes long.
I have demuxed the movie to an AVI and a MP3 File...
Now when I open the avi with Gknot 0.35.0 It only shows me 88 minutes... I cannot encode the full movie it seems...
I tried to open it with autogknot 2.55 and it shows the whole movie. I have some error in line 9 of the AVS file when encoding tho... Line 9 is (is an empty line seen a s a line or not?):
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\leakkerneldeint.dll")
movie = DirectShowSource("AVI.avi",25).KillAudio()
movie = isRGB(movie) ? ConvertToYV12(movie,true) : movie
movie = isYUY2(movie) ? ConvertToYV12(movie,true) : movie
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=2,bottomadd=2)
fixed_aspect = 1
Can any1 tell me what might be the problem with Gknot? I am more used to Gknot than to AGKnot...
Would be very appreciaded.... THANKS!
I have demuxed the movie to an AVI and a MP3 File...
Now when I open the avi with Gknot 0.35.0 It only shows me 88 minutes... I cannot encode the full movie it seems...
I tried to open it with autogknot 2.55 and it shows the whole movie. I have some error in line 9 of the AVS file when encoding tho... Line 9 is (is an empty line seen a s a line or not?):
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\leakkerneldeint.dll")
movie = DirectShowSource("AVI.avi",25).KillAudio()
movie = isRGB(movie) ? ConvertToYV12(movie,true) : movie
movie = isYUY2(movie) ? ConvertToYV12(movie,true) : movie
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=2,bottomadd=2)
fixed_aspect = 1
Can any1 tell me what might be the problem with Gknot? I am more used to Gknot than to AGKnot...
Would be very appreciaded.... THANKS!