clarence5b
30th September 2005, 02:24
Hello, this is my first post. I've been looking around the forum over the last 5 days for an answer to my problem but no luck finding a match or close match to my problem so now I'm posting.
I'm not new to AugtoGK but I am new to TS files. I'm getting an error from VirtualDub when trying to convert a TS file to DivX or even XviD. I am hoping to get 2 things from this post, some help with my error in VirtualDub but also looking for someone to help me understand TS files a little better, for example I use Gspot to check my avi files, what program could I use with TS files. I'm no expert when it comes to video conversions, I usually just plug files into AutoGK and it works, what a great program! I've been using it for a long time and this is the first time I've had to post a problem. Any help would be greatly appreciated. I've also noticed that some people post their log files, I have saved mine regarding this error so here it is:
Note: the TS source is not mine it is a download.
Thanks in advance!!!
[9/28/2005 10:02:30 PM] AutoGK 2.18b
[9/28/2005 10:02:30 PM] OS: WinXP (5.1.2600).2
[9/28/2005 10:02:30 PM] Job started.
[9/28/2005 10:02:30 PM] Input file: E:\My Documents\Usenet Downloads\alt.binaries.hdtv\Prison Break S1E03 - Cell Test.0001.ts
[9/28/2005 10:02:30 PM] Output file: E:\My Documents\Usenet Downloads\alt.binaries.hdtv\Prison Break S1E03 - Cell Test.0001.avi
[9/28/2005 10:02:30 PM] Output codec: DivX
[9/28/2005 10:02:30 PM] Audio 1: PID 0014, Private AC3 Audio Stream
[9/28/2005 10:02:30 PM] Subtitles: none
[9/28/2005 10:02:30 PM] Format: .AVI
[9/28/2005 10:02:30 PM] Target size: 175Mb
[9/28/2005 10:02:30 PM] Custom audio settings: Original
[9/28/2005 10:02:30 PM] Standalone support enabled: ESS
[9/28/2005 10:02:30 PM] Started encoding.
[9/28/2005 10:02:30 PM] Demuxing and indexing.
[9/28/2005 10:02:36 PM] Processing file: E:\My Documents\Usenet Downloads\alt.binaries.hdtv\Prison Break S1E03 - Cell Test.0001.ts
[9/28/2005 10:02:36 PM] Source resolution: 1280x720
[9/28/2005 10:02:36 PM] Found NTSC source.
[9/28/2005 10:02:36 PM] Source aspect ratio: 16:9
[9/28/2005 10:02:36 PM] Color correction enabled.
[9/28/2005 10:02:36 PM] Analyzing 60fps HDTV source.
[9/28/2005 10:03:25 PM] Percentage of 3:2 dupe patterns: 89.86
[9/28/2005 10:03:25 PM] Dupes are not found.
[9/28/2005 10:03:25 PM] Output will contain 5726 frames
[9/28/2005 10:03:25 PM] Audio1 size: 5,348,082 bytes (5.10 Mb)
[9/28/2005 10:03:25 PM] Overhead: 211,200 bytes (0.20 Mb)
[9/28/2005 10:03:25 PM] Video size: 177,941,518 bytes (169.70 Mb)
[9/28/2005 10:03:25 PM] Target bitrate is: 14902kbps
[9/28/2005 10:03:25 PM] Running compressibility test.
[9/28/2005 10:03:25 PM] Writing the following script to E:\My Documents\Usenet Downloads\alt.binaries.hdtv\agk_tmp\Prison Break S1E03 - Cell Test.0001_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\RemoveGrainSSE2.dll")
movie = mpeg2source("E:\My Documents\Usenet Downloads\alt.binaries.hdtv\agk_tmp\Prison Break S1E03 - Cell Test.0001.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
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",mmx=true,hints=false)
SelectRangeEvery(40,14)
===========================================================
[9/28/2005 10:06:31 PM] Duration was: 3 minutes 5 seconds
[9/28/2005 10:06:31 PM] Speed was: 10.80 fps.
[9/28/2005 10:06:31 PM] Compressibility percentage is: 295.85
[9/28/2005 10:06:31 PM] Chosen resolution is: 1280x736 ( AR: 1.74 )
[9/28/2005 10:06:31 PM] Predicted comptest value is: 73.96
[9/28/2005 10:06:31 PM] Running first pass.
[9/28/2005 10:06:31 PM] Writing the following script to E:\My Documents\Usenet Downloads\alt.binaries.hdtv\agk_tmp\Prison Break S1E03 - Cell Test.0001_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\RemoveGrainSSE2.dll")
movie = mpeg2source("E:\My Documents\Usenet Downloads\alt.binaries.hdtv\agk_tmp\Prison Break S1E03 - Cell Test.0001.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
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 = 1280
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",mmx=true,hints=false)
===========================================================
[9/28/2005 10:06:37 PM] Duration was: 5 seconds
[9/28/2005 10:06:37 PM] Speed was: 1035.82 fps.
*************************************
EXCEPTION: Number of frames is very different from expected. Found only 0 frames.
*************************************
[9/28/2005 10:06:37 PM] Job finished. Total time: 4 minutes 7 seconds
I'm not new to AugtoGK but I am new to TS files. I'm getting an error from VirtualDub when trying to convert a TS file to DivX or even XviD. I am hoping to get 2 things from this post, some help with my error in VirtualDub but also looking for someone to help me understand TS files a little better, for example I use Gspot to check my avi files, what program could I use with TS files. I'm no expert when it comes to video conversions, I usually just plug files into AutoGK and it works, what a great program! I've been using it for a long time and this is the first time I've had to post a problem. Any help would be greatly appreciated. I've also noticed that some people post their log files, I have saved mine regarding this error so here it is:
Note: the TS source is not mine it is a download.
Thanks in advance!!!
[9/28/2005 10:02:30 PM] AutoGK 2.18b
[9/28/2005 10:02:30 PM] OS: WinXP (5.1.2600).2
[9/28/2005 10:02:30 PM] Job started.
[9/28/2005 10:02:30 PM] Input file: E:\My Documents\Usenet Downloads\alt.binaries.hdtv\Prison Break S1E03 - Cell Test.0001.ts
[9/28/2005 10:02:30 PM] Output file: E:\My Documents\Usenet Downloads\alt.binaries.hdtv\Prison Break S1E03 - Cell Test.0001.avi
[9/28/2005 10:02:30 PM] Output codec: DivX
[9/28/2005 10:02:30 PM] Audio 1: PID 0014, Private AC3 Audio Stream
[9/28/2005 10:02:30 PM] Subtitles: none
[9/28/2005 10:02:30 PM] Format: .AVI
[9/28/2005 10:02:30 PM] Target size: 175Mb
[9/28/2005 10:02:30 PM] Custom audio settings: Original
[9/28/2005 10:02:30 PM] Standalone support enabled: ESS
[9/28/2005 10:02:30 PM] Started encoding.
[9/28/2005 10:02:30 PM] Demuxing and indexing.
[9/28/2005 10:02:36 PM] Processing file: E:\My Documents\Usenet Downloads\alt.binaries.hdtv\Prison Break S1E03 - Cell Test.0001.ts
[9/28/2005 10:02:36 PM] Source resolution: 1280x720
[9/28/2005 10:02:36 PM] Found NTSC source.
[9/28/2005 10:02:36 PM] Source aspect ratio: 16:9
[9/28/2005 10:02:36 PM] Color correction enabled.
[9/28/2005 10:02:36 PM] Analyzing 60fps HDTV source.
[9/28/2005 10:03:25 PM] Percentage of 3:2 dupe patterns: 89.86
[9/28/2005 10:03:25 PM] Dupes are not found.
[9/28/2005 10:03:25 PM] Output will contain 5726 frames
[9/28/2005 10:03:25 PM] Audio1 size: 5,348,082 bytes (5.10 Mb)
[9/28/2005 10:03:25 PM] Overhead: 211,200 bytes (0.20 Mb)
[9/28/2005 10:03:25 PM] Video size: 177,941,518 bytes (169.70 Mb)
[9/28/2005 10:03:25 PM] Target bitrate is: 14902kbps
[9/28/2005 10:03:25 PM] Running compressibility test.
[9/28/2005 10:03:25 PM] Writing the following script to E:\My Documents\Usenet Downloads\alt.binaries.hdtv\agk_tmp\Prison Break S1E03 - Cell Test.0001_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\RemoveGrainSSE2.dll")
movie = mpeg2source("E:\My Documents\Usenet Downloads\alt.binaries.hdtv\agk_tmp\Prison Break S1E03 - Cell Test.0001.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
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",mmx=true,hints=false)
SelectRangeEvery(40,14)
===========================================================
[9/28/2005 10:06:31 PM] Duration was: 3 minutes 5 seconds
[9/28/2005 10:06:31 PM] Speed was: 10.80 fps.
[9/28/2005 10:06:31 PM] Compressibility percentage is: 295.85
[9/28/2005 10:06:31 PM] Chosen resolution is: 1280x736 ( AR: 1.74 )
[9/28/2005 10:06:31 PM] Predicted comptest value is: 73.96
[9/28/2005 10:06:31 PM] Running first pass.
[9/28/2005 10:06:31 PM] Writing the following script to E:\My Documents\Usenet Downloads\alt.binaries.hdtv\agk_tmp\Prison Break S1E03 - Cell Test.0001_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\RemoveGrainSSE2.dll")
movie = mpeg2source("E:\My Documents\Usenet Downloads\alt.binaries.hdtv\agk_tmp\Prison Break S1E03 - Cell Test.0001.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
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 = 1280
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",mmx=true,hints=false)
===========================================================
[9/28/2005 10:06:37 PM] Duration was: 5 seconds
[9/28/2005 10:06:37 PM] Speed was: 1035.82 fps.
*************************************
EXCEPTION: Number of frames is very different from expected. Found only 0 frames.
*************************************
[9/28/2005 10:06:37 PM] Job finished. Total time: 4 minutes 7 seconds