User User name Password  
   
Sunday 9.11.2025 / 12:09
Search AfterDawn Forums:        In English   Suomeksi   På svenska
afterdawn.com > forums > archived forums > divx / xvid > no sound
Show topics
 
Forums
Forums
No Sound
  Jump to:
 
Posted Message
Tadaen
Suspended due to non-functional email address
_
28. December 2005 @ 10:10 _ Link to this message    Send private message to this user   
I ripped with DVD Decrypter, then Made .avi. with Auto GK. I followed same procedure as always, but the 3 rips i did last night... none have sound? Bottom of my Win amp 5.03 says this "DShow (AVI): Video 624*336 Audio: 48khz 16bps Stereo (1:31:29) 1452 kbps 24.03fps " Here is AGK File. Anyone see prooblem?



[12/28/2005 5:48:53 AM] AutoGK 1.96
[12/28/2005 5:48:53 AM] OS: WinXP (5.1.2600).2
[12/28/2005 5:48:53 AM] Job started.
[12/28/2005 5:48:53 AM] Input dir: C:\Documents and Settings\Tadaen Sylvermane\My Documents\Friday
[12/28/2005 5:48:53 AM] Output file: C:\Documents and Settings\Tadaen Sylvermane\Desktop\Friday.avi
[12/28/2005 5:48:53 AM] Audio: English
[12/28/2005 5:48:53 AM] Subtitles: none
[12/28/2005 5:48:53 AM] Codec: XviD
[12/28/2005 5:48:53 AM] Target size: 950Mb
[12/28/2005 5:48:53 AM] Started encoding.
[12/28/2005 5:48:53 AM] Demuxing and indexing.
[12/28/2005 5:50:18 AM] Processing file: C:\Documents and Settings\Tadaen Sylvermane\My Documents\Friday\VTS_02_1.VOB
[12/28/2005 5:50:18 AM] Processing file: C:\Documents and Settings\Tadaen Sylvermane\My Documents\Friday\VTS_02_2.VOB
[12/28/2005 5:50:18 AM] Processing file: C:\Documents and Settings\Tadaen Sylvermane\My Documents\Friday\VTS_02_3.VOB
[12/28/2005 5:50:18 AM] Processing file: C:\Documents and Settings\Tadaen Sylvermane\My Documents\Friday\VTS_02_4.VOB
[12/28/2005 5:50:18 AM] Processing file: C:\Documents and Settings\Tadaen Sylvermane\My Documents\Friday\VTS_02_5.VOB
[12/28/2005 5:50:18 AM] Source aspect ratio: 16:9
[12/28/2005 5:50:18 AM] Source resolution: 720x480
[12/28/2005 5:50:18 AM] Found NTSC source.
[12/28/2005 5:50:18 AM] Source seems to be pure FILM.
[12/28/2005 5:50:19 AM] Output will contain 131608 frames
[12/28/2005 5:50:19 AM] Audio size: 131,739,648 bytes (125.64 Mb)
[12/28/2005 5:50:19 AM] Overhead: 914,816 bytes (0.87 Mb)
[12/28/2005 5:50:19 AM] Video size: 863,492,736 bytes (823.49 Mb)
[12/28/2005 5:50:19 AM] Running compressibility test.
[12/28/2005 5:50:19 AM] Writing the following script to C:\Documents and Settings\Tadaen Sylvermane\Desktop\agk_tmp\Friday_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\DVDRIP~1\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\DVDRIP~1\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\DVDRIP~1\filters\RemoveGrainSSE2.dll")

movie = mpeg2source("C:\Documents and Settings\Tadaen Sylvermane\Desktop\agk_tmp\Friday.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.18518518518519
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 : (4.0/3.0)
out_width = 704
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)
===========================================================
[12/28/2005 5:55:52 AM] Duration was: 5 minutes 32 seconds
[12/28/2005 5:55:52 AM] Speed was: 19.78 fps.
[12/28/2005 5:55:52 AM] Compressibility percentage is: 56.19
[12/28/2005 5:55:52 AM] Chosen resolution is: 624x336 ( AR: 1.86 )
[12/28/2005 5:55:52 AM] Predicted comptest value is: 72.46
[12/28/2005 5:55:52 AM] Running first pass.
[12/28/2005 5:55:52 AM] Writing the following script to C:\Documents and Settings\Tadaen Sylvermane\Desktop\agk_tmp\Friday_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\DVDRIP~1\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\DVDRIP~1\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\DVDRIP~1\filters\RemoveGrainSSE2.dll")

movie = mpeg2source("C:\Documents and Settings\Tadaen Sylvermane\Desktop\agk_tmp\Friday.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.18518518518519
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 : (4.0/3.0)
out_width = 624
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)
===========================================================
[12/28/2005 6:54:17 AM] Duration was: 58 minutes 25 seconds
[12/28/2005 6:54:17 AM] Speed was: 37.54 fps.
[12/28/2005 6:54:17 AM] Expected quality of first pass size: 70.86
[12/28/2005 6:54:17 AM] Running second pass.
[12/28/2005 8:06:27 AM] Duration was: 1 hour, 12 minutes 9 seconds
[12/28/2005 8:06:27 AM] Speed was: 30.40 fps.
[12/28/2005 8:06:27 AM] Job finished. Total time: 2 hours 17 minutes 33 seconds
Advertisement
_
__
Member

1 product review
_
2. January 2006 @ 18:29 _ Link to this message    Send private message to this user   
What was the format that the resulting audio? Check and see if the file works with another player. Use AVIcodec to see if it recognises the audio stream. Get back to me on that.

If Im online, Im usually on Steam:
http://steamcommunity.com/id/Rikorage
aldaco12
AfterDawn Addict
_
3. January 2006 @ 03:21 _ Link to this message    Send private message to this user   
Load the file with VirtualDubMod and do Stream____Stream List.
It should display which audio it has. It could be an audio you don't have the decompressor, as AC3, if you don't have an AC3 decoder.
The_OGS
Senior Member
_
4. January 2006 @ 16:36 _ Link to this message    Send private message to this user   
Quote:
Audio size: 131,739,648 bytes (125.64 Mb)
So it has 'found' audio of this size (which could be AC3 2.0, it's almost the right size, but I doubt it.) AC3 2.0 has 1536Kb/s (192KB/s).
What audio did you instruct it to use? Only you know that :^) LoL
Does AutoGK take AC3 direct, or, does it convert to MP3? (unlikely without specific instructions).
You are asking 'what have I done?'
We're not sure...
Quote:
What was the format that the resulting audio?
(LoL :^) Rikoshay WTF is this - a sentence!?
Yeesh - I thought I typed badly...
L8R

ABit AB9 Pro
Intel Core 2 Duo E6420 @ 2.4GHz
2GB OCZ PC2-6400 Platinum XTC R2
ATI Radeon X1900XT 512MB
Enermax Liberty 620W
320GB/16MB WD, 150GB/16MB Raptor
Plextor PX-755SA DVD (SATA)
Advertisement
_
__
 
_
Member

1 product review
_
4. January 2006 @ 18:49 _ Link to this message    Send private message to this user   
Whoops! :) I guess it must have slipped my mind. The "that" in that sentence should have been "of", I think that would have made more sense;).

If Im online, Im usually on Steam:
http://steamcommunity.com/id/Rikorage
afterdawn.com > forums > archived forums > divx / xvid > no sound
 

Digital video: AfterDawn.com | AfterDawn Forums
Music: MP3Lizard.com
Gaming: Blasteroids.com | Blasteroids Forums | Compare game prices
Software: Software downloads
Blogs: User profile pages
RSS feeds: AfterDawn.com News | Software updates | AfterDawn Forums
International: AfterDawn in Finnish | AfterDawn in Swedish | AfterDawn in Norwegian | download.fi
Navigate: Search | Site map
About us: About AfterDawn Ltd | Advertise on our sites | Rules, Restrictions, Legal disclaimer & Privacy policy
Contact us: Send feedback | Contact our media sales team
 
  © 1999-2025 by AfterDawn Ltd.

  IDG TechNetwork