PDA

View Full Version : convert HRHD


tipsypenguin
8th August 2005, 15:17
autogk is producing a 56MB avi that is unplayable.



[8/7/2005 10:50:10 PM] AutoGK 2.13b
[8/7/2005 10:50:10 PM] OS: WinXP (5.1.2600).2
[8/7/2005 10:50:10 PM] Job started.
[8/7/2005 10:50:10 PM] Input file: Haunted01.avi
[8/7/2005 10:50:10 PM] Input codec: XviD
[8/7/2005 10:50:10 PM] Source duration: 39mn 6s 600ms
[8/7/2005 10:50:10 PM] Output file: C:\Documents and Settings\tipsy\Desktop\shows\Haunted\Haunted01_agk.avi
[8/7/2005 10:50:10 PM] Output codec: XviD
[8/7/2005 10:50:10 PM] Audio1: 256 Kbps AC3 2ch
[8/7/2005 10:50:10 PM] Subtitles: none
[8/7/2005 10:50:10 PM] Format: .AVI
[8/7/2005 10:50:10 PM] Target size: 350Mb
[8/7/2005 10:50:10 PM] Custom resolution settings: fixed width of 640 pixels
[8/7/2005 10:50:10 PM] Standalone support enabled: ESS
[8/7/2005 10:50:10 PM] Started encoding.
[8/7/2005 10:50:10 PM] Source resolution: 960x528
[8/7/2005 10:50:10 PM] Source fps: 25
[8/7/2005 10:50:10 PM] Analyzing source.
[8/7/2005 11:23:59 PM] Source has percentage of interlacing in motion areas: 0.90
[8/7/2005 11:23:59 PM] Source is considered to be progressive.
[8/7/2005 11:23:59 PM] Output will contain 58665 frames
[8/7/2005 11:23:59 PM] Demuxing audio.
[8/7/2005 11:24:43 PM] Decoding audio.
[8/7/2005 11:25:48 PM] Normalizing audio.
[8/7/2005 11:27:18 PM] Encoding audio.
[8/7/2005 11:31:14 PM] Audio1 size: 37,961,088 bytes (36.20 Mb)
[8/7/2005 11:31:14 PM] Overhead: 2,346,624 bytes (2.24 Mb)
[8/7/2005 11:31:14 PM] Video size: 326,693,888 bytes (311.56 Mb)
[8/7/2005 11:31:14 PM] Running compressibility test.
[8/7/2005 11:31:14 PM] Writing the following script to C:\Documents and Settings\tipsy\Desktop\shows\Haunted\agk_tmp\Haunted01_agk_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")

movie = DirectShowSource("C:\Documents and Settings\tipsy\Desktop\shows\Haunted\Haunted01.avi",25).KillAudio()
movie = isRGB(movie) ? ConvertToYUY2(movie) : movie
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=0,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)
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=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[8/7/2005 11:40:57 PM] Duration was: 9 minutes 42 seconds
[8/7/2005 11:40:57 PM] Speed was: 5.04 fps.
[8/7/2005 11:40:57 PM] Compressibility percentage is: 97.48
[8/7/2005 11:40:57 PM] Using sharper matrix
[8/7/2005 11:40:57 PM] Chosen resolution is: 640x352 ( AR: 1.82 )
[8/7/2005 11:40:57 PM] Predicted comptest value is: 88.02
[8/7/2005 11:40:57 PM] Running first pass.
[8/7/2005 11:40:57 PM] Writing the following script to C:\Documents and Settings\tipsy\Desktop\shows\Haunted\agk_tmp\Haunted01_agk_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")

movie = DirectShowSource("C:\Documents and Settings\tipsy\Desktop\shows\Haunted\Haunted01.avi",25).KillAudio()
movie = isRGB(movie) ? ConvertToYUY2(movie) : movie
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=0,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)
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=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
===========================================================
[8/8/2005 1:42:15 AM] Duration was: 2 hours 1 minute, 17 seconds
[8/8/2005 1:42:15 AM] Speed was: 8.06 fps.
[8/8/2005 1:42:15 AM] Expected quality of first pass size: 100.97
[8/8/2005 1:42:15 AM] Trying to adjust settings.
[8/8/2005 1:42:15 AM] Switching b-frames off
[8/8/2005 1:42:15 AM] Chosen resolution is: 640x352 ( AR: 1.82 )
[8/8/2005 1:42:15 AM] Predicted comptest value is: 75.62
[8/8/2005 1:42:15 AM] Re-running first pass.
[8/8/2005 1:42:15 AM] Writing the following script to C:\Documents and Settings\tipsy\Desktop\shows\Haunted\agk_tmp\Haunted01_agk_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")

movie = DirectShowSource("C:\Documents and Settings\tipsy\Desktop\shows\Haunted\Haunted01.avi",25).KillAudio()
movie = isRGB(movie) ? ConvertToYUY2(movie) : movie
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=0,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)
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=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
===========================================================
[8/8/2005 2:29:39 AM] Duration was: 47 minutes 23 seconds
[8/8/2005 2:29:39 AM] Speed was: 20.63 fps.
[8/8/2005 2:29:39 AM] Expected quality of first pass size: 76.13
[8/8/2005 2:29:39 AM] Running second pass.
[8/8/2005 2:38:13 AM] Duration was: 8 minutes 33 seconds
[8/8/2005 2:38:13 AM] Speed was: 114.20 fps.
[8/8/2005 2:38:13 AM] Job finished. Total time: 3 hours 48 minutes 3 seconds

len0x
9th August 2005, 00:19
what is HRHD ?

tipsypenguin
9th August 2005, 00:38
1) source is digital, often the raw HD broadcast, encoded in Xvid (avi).
2) resolution is 960x528 : this is basically 1080i but progressive (ie 540p) which can be viewed on a HD set because the timing are the same. Most of the rip in this format are quite impressive and the difference with the hdtv rips can be seen immediatly.
3) sound is AC3 untouched from the broadcast : this is the same quality of sound that you get from a DVD.
4) 700Mo for a standard 41-42min (1 hour minus the ads), hdtv is 350Mo.

that's the info I found about it. all I know is my dvp 642 doesn't support the resolution. there are a lot of new tv shows being recorded like that. I usualy stay away from them because I can't play them but there is no other format for this show.

Backflip
9th August 2005, 02:39
Hhmm, interesting. It's capture from high definition television done to XviD + AC3. My opinion is that the AC3 isn't the quality of that which you'll get in a DVD btw, maybe I'm wrong about that though (because of added noise?) :P

tipsypenguin
9th August 2005, 21:35
dr. divx couldn't handle it either. the output was similar to the autogk file.

len0x
9th August 2005, 22:06
as far as I can see second pass crashed (see fps) and left unplayable file. Either source is broken or hardware problem or particular codec issue on a given source.

tipsypenguin
9th August 2005, 23:32
the source is fine as far as I can tell. the files play fine on my pc. could be a hardware issue but everthing else I try to convert works perfectly. it's only the hrhd files that have problems. my guess would be it's a codec issue but I'm not really sure.