wolf23b
26th December 2005, 17:08
Hi there,
hope this question hasnt been asked yet, at least i could find nothing using the search. Sorry if i missed it.
I bought a DVD series lately and wish to watch it on my notebook when travelling. The mpeg-2 uses way too much disk space, so i converted it to XVid (mp3 for audio). As i dont know much about encoding, i used AutoGK to do it.
I've chosen two audio stream to be encoded (language1 and language2). According to the AutoGK logfiles, they were both encoded without errors.
The problem is: when i play the encoded file, picture is great. I can also hear language1. But i cant find a way to tell my video player to select the second language in playback. This happens both with zoom player (old version & newest version) as well as with the windows media player.
Zoom player's "stream selection" menu only offers me "Audio track 1", as if there was no other one. I know it's there.
Any suggestions?
Thanks in advance!
wolf23b
26th December 2005, 18:12
To rule out encoding mistakes, this is the AutoGK-log:
[06.12.2005 19:59:36] AutoGK 2.20
[06.12.2005 19:59:36] OS: WinXP (5.1.2600).2
[06.12.2005 19:59:36] Job started.
[06.12.2005 19:59:36] Input file: C:\dvd\VTS_01_1.VOB
[06.12.2005 19:59:36] Output file: C:\temp\XXX.avi
[06.12.2005 19:59:36] Output codec: XviD
[06.12.2005 19:59:36] Audio 1: Audio Stream 0 AC3
[06.12.2005 19:59:36] Audio 2: Audio Stream 1 AC3
[06.12.2005 19:59:36] Subtitles: none
[06.12.2005 19:59:36] Format: .AVI
[06.12.2005 19:59:36] Target size: 250Mb
[06.12.2005 19:59:36] Started encoding.
[06.12.2005 19:59:36] Demuxing and indexing.
[06.12.2005 20:00:31] Processing file: C:\dvd\VTS_01_1.VOB
[06.12.2005 20:00:31] Source resolution: 720x576
[06.12.2005 20:00:31] Found PAL source.
[06.12.2005 20:00:31] Source aspect ratio: 4:3
[06.12.2005 20:00:31] Color correction enabled.
[06.12.2005 20:00:31] Analyzing source.
[06.12.2005 20:01:45] Source has percentage of interlacing in motion areas: 57,98
[06.12.2005 20:01:45] Source is considered to be interlaced.
[06.12.2005 20:01:45] Output will contain 34284 frames
[06.12.2005 20:01:45] Decoding audio.
[06.12.2005 20:02:17] Normalizing audio.
[06.12.2005 20:02:31] Encoding audio.
[06.12.2005 20:04:19] Decoding audio.
[06.12.2005 20:04:51] Normalizing audio.
[06.12.2005 20:05:05] Encoding audio.
[06.12.2005 20:06:45] Audio1 size: 22,530,720 bytes (21.49 Mb)
[06.12.2005 20:06:45] Audio2 size: 22,740,192 bytes (21.69 Mb)
[06.12.2005 20:06:45] Overhead: 2,742,784 bytes (2.62 Mb)
[06.12.2005 20:06:45] Video size: 214,130,304 bytes (204.21 Mb)
[06.12.2005 20:06:45] Running compressibility test.
[06.12.2005 20:06:45] Writing the following script to c:\agk_tmp\XXX_comptest.avs
===========================================================
LoadPlugin("H:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("H:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("H:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("H:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")
LoadPlugin("H:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("c:\agk_tmp\XXX.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.06666666666667
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
KernelDeInt(movie,order=1,sharp=true)
autocrop(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(250,15)
===========================================================
[06.12.2005 20:09:48] Duration was: 3 minutes 2 seconds
[06.12.2005 20:09:48] Speed was: 11,26 fps.
[06.12.2005 20:09:48] Compressibility percentage is: 49,06
[06.12.2005 20:09:48] Chosen resolution is: 528x400 ( AR: 1,32 )
[06.12.2005 20:09:48] Predicted comptest value is: 71,36
[06.12.2005 20:09:48] Running first pass.
[06.12.2005 20:09:48] Writing the following script to c:\agk_tmp\XXX_movie.avs
===========================================================
LoadPlugin("H:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("H:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("H:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("H:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")
LoadPlugin("H:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("c:\agk_tmp\XXX.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.06666666666667
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 = 528
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
KernelDeInt(movie,order=1,sharp=true)
autocrop(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)
===========================================================
[06.12.2005 20:31:12] Duration was: 21 minutes 24 seconds
[06.12.2005 20:31:12] Speed was: 26,69 fps.
[06.12.2005 20:31:12] Expected quality of first pass size: 73,23
[06.12.2005 20:31:12] Running second pass.
[06.12.2005 21:03:25] Duration was: 32 minutes 13 seconds
[06.12.2005 21:03:25] Speed was: 17,74 fps.
[06.12.2005 21:03:25] Job finished. Total time: 1 hour, 3 minutes 48 seconds
setarip_old
26th December 2005, 20:48
Hi!
1) Try playing it using the "VLC" player (formerly "VideoLan" player) - see if it reflects the existence of two audiostreams (under the "Audio" tab)
2) Try installing the "Morgan Stream Switcher"
wolf23b
26th December 2005, 21:38
Thanks a lot!
Hi!
1) Try playing it using the "VLC" player (formerly "VideoLan" player) - see if it reflects the existence of two audiostreams (under the "Audio" tab)
2) Try installing the "Morgan Stream Switcher"
I started with the Morgan Stream Switcher, hoping that i can use my beloved zoom player still. Didnt work, that switcher seems to have no effect at all in regards to my problem.
Installed the VLC player then, that one is recognizing the second audio track and plays it just fine!
So the most severe problem is solved - if anyone has an idea how i can teach my zoom player to do that as well, any help is appreciated.
Thanks again and greetings,
Wolf
setarip_old
26th December 2005, 23:24
Installed the VLC player then, that one is recognizing the second audio track and plays it just fine!
Glad to hear you now have at least one way to playback your creation ;>}
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.