View Full Version : AutoGK - no audio
dap_werewolf
21st July 2005, 15:58
I've been having a problem with AutoGK since version 2.09. Every so often I've been getting no audio on my resulting avi encode. This is not with all encodes, maybe once in every 5. I installed 2.13 the other day and the first encode came out fine, the third had no audio again. This is very strange to me because the encodes I have been doing are not different in procedure, all the sources are captures that I have done to dvd quality mpeg2 (to be more specific they are higher than dvd quality, 10000 KBits/sec video bitrate CBR), the audio of the source captures is 384 KBits/sec, 48000 Hz sample rate. I have been capturing with the same stats for over a year. I encode using AutoGK and GKnot intermittently (I guess you could say depending on my mood and the quality of the original, etc.). If I try to encode the same file again (one that I had gotten no audio on) with AutoGK, I still get no audio. If I encode the same file with GKnot - it's fine. I'm wondering if anyone else has encountered this problem and any possible solutions. I'm not good at reading logs, but from what I can tell it's as if AutoGK simply thinks there is no audio (the original mpeg2 does have audio, I can assure you).
Here's the log from the last encode I did that had no audio:
[7/17/2005 9:56:07 PM] AutoGK 2.13b
[7/17/2005 9:56:07 PM] OS: WinXP (5.1.2600).2
[7/17/2005 9:56:07 PM] Job started.
[7/17/2005 9:56:07 PM] Input file: The Frogmen.mpg
[7/17/2005 9:56:07 PM] Output file: D:\info\captures\The Frogmen\The Frogmen.avi
[7/17/2005 9:56:07 PM] Output codec: DivX
[7/17/2005 9:56:07 PM] Subtitles: from external file D:\info\captures\dap-js capture.srt
[7/17/2005 9:56:07 PM] Format: .AVI
[7/17/2005 9:56:07 PM] Target size: 700Mb
[7/17/2005 9:56:07 PM] Started encoding.
[7/17/2005 9:56:07 PM] Demuxing and indexing.
[7/17/2005 9:58:58 PM] Processing file: D:\info\captures\The Frogmen\The Frogmen.mpg
[7/17/2005 9:58:58 PM] Source resolution: 720x576
[7/17/2005 9:58:58 PM] Found PAL source.
[7/17/2005 9:58:58 PM] Source aspect ratio: 4:3
[7/17/2005 9:58:58 PM] Analyzing source.
[7/17/2005 10:03:42 PM] Source has percentage of interlacing in motion areas: 1.13
[7/17/2005 10:03:42 PM] Source is considered to be progressive.
[7/17/2005 10:03:42 PM] Output will contain 138594 frames
[7/17/2005 10:03:42 PM] Preparing subtitles.
[7/17/2005 10:03:42 PM] Overhead: 3,398,528 bytes (3.24 Mb)
[7/17/2005 10:03:42 PM] Video size: 730,604,672 bytes (696.76 Mb)
[7/17/2005 10:03:42 PM] Target bitrate is: 1054kbps
[7/17/2005 10:03:42 PM] Running compressibility test.
[7/17/2005 10:03:42 PM] Writing the following script to D:\info\captures\The Frogmen\agk_tmp\The Frogmen_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")
movie = mpeg2source("D:\info\captures\The Frogmen\agk_tmp\The Frogmen.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)
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)
TextSub("D:\info\captures\dap-js capture.srt")
SelectRangeEvery(280,14)
===========================================================
[7/17/2005 10:08:54 PM] Duration was: 5 minutes 11 seconds
[7/17/2005 10:08:54 PM] Speed was: 22.27 fps.
[7/17/2005 10:08:54 PM] Compressibility percentage is: 24.07
[7/17/2005 10:08:54 PM] Using softer resizer.
[7/17/2005 10:08:54 PM] Chosen resolution is: 416x320 ( AR: 1.30 )
[7/17/2005 10:08:54 PM] Predicted comptest value is: 61.58
[7/17/2005 10:08:54 PM] Running first pass.
[7/17/2005 10:08:54 PM] Writing the following script to D:\info\captures\The Frogmen\agk_tmp\The Frogmen_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")
movie = mpeg2source("D:\info\captures\The Frogmen\agk_tmp\The Frogmen.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)
out_width = 416
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)
BicubicResize(out_width,out_height,0,0.5)
RemoveGrain(mode=2)
TextSub("D:\info\captures\dap-js capture.srt")
===========================================================
[7/17/2005 10:56:19 PM] Duration was: 47 minutes 25 seconds
[7/17/2005 10:56:19 PM] Speed was: 48.71 fps.
[7/17/2005 10:56:19 PM] Running second pass.
[7/17/2005 11:40:18 PM] Duration was: 43 minutes 57 seconds
[7/17/2005 11:40:18 PM] Speed was: 52.54 fps.
[7/17/2005 11:40:18 PM] Job finished. Total time: 1 hour, 44 minutes 10 seconds
BigDid
21st July 2005, 17:19
I've been having a problem with AutoGK since version 2.09. Every so often I've been getting no audio on my resulting avi encode. This is not with all encodes, maybe once in every 5. I installed 2.13 the other day and the first encode came out fine, the third had no audio again. This is very strange to me because the encodes I have been doing are not different in procedure, all the sources are captures that I have done to dvd quality mpeg2 (to be more specific they are higher than dvd quality, 10000 KBits/sec video bitrate CBR), the audio of the source captures is 384 KBits/sec, 48000 Hz sample rate. ... I'm not good at reading logs, but from what I can tell it's as if AutoGK simply thinks there is no audio (the original mpeg2 does have audio, I can assure you). ...
Hi dap_werewolf,
I have no problem with audio, the only recent problem I had was oversized, my fault installed new xvid rev without uninstall. A clean uninstall/reinstall got rid of it :)
Your log states it's a file source, what is the kind of audio mpa (mp2) or ac3?
Basic inquiry: did you check the audio box had an audio stream selected?
Other funny thing in the log is you have an overhead, because when I deselect audio and encode video only I have overhead =0 which is not your case.
One more thing you may try (besides clean uninstall, reinstall) is to encode without subs ...
OT: what capture prog do you use? I'm searching one which can use ac3 audio and the video8 studio I use cannot (and I have problems with the video9 trial, I cannot use mpg2 for capture)
Did
dap_werewolf
21st July 2005, 18:34
Your log states it's a file source, what is the kind of audio mpa (mp2) or ac3?
Basic inquiry: did you check the audio box had an audio stream selected?
Other funny thing in the log is you have an overhead, because when I deselect audio and encode video only I have overhead =0 which is not your case.
Did
The source of the audio is the mpg itself, and it should extract it as an mpa. Is there an audio stream selected? Well yes, in a sense. It's "Audio Stream 0 MPeg", like I said, the mpeg itself.
One more thing you may try (besides clean uninstall, reinstall) is to encode without subs ...
Did
I did install and reinstall, don't worry it was the first thing I did. I remind you that I'm no newbie and I use the same settings all the time. I have encoded about 100 movies with AutoGK and probably about 400 with GKnot. ANd all of them have subs because I place my own logo on them, which is in the form of an external subtitle, and that can't possibly have anything to do with the audio.
OT: what capture prog do you use? I'm searching one which can use ac3 audio and the video8 studio I use cannot (and I have problems with the video9 trial, I cannot use mpg2 for capture) Did
I use an external capture device called AverMedia EZ DVDMaker Pro, and the software I use with it is Ulead DVD Movie Factory. Even though DVD is mentioned on both, I always capture to dvd quality mpeg2, not dvd format (vobs).
And just for more info, I just encoded the same source file with GKnot (and it came out fine, as mentioned above). Here is the log:
7/21/2005 6:18:43 PM: Job " 1 - The Frogmen.avi" started.
o Transcode source -> MP3: D:\info\captures\The Frogmen\GK\The Frogmen MPA T01 DELAY 0ms.mpa
o DivX5-First Pass: D:\info\captures\The Frogmen\GK\The Frogmen.avs
o DivX5 - Pass 2: D:\info\captures\The Frogmen\GK\The Frogmen.avs
o Mux Audio.
End of Job 1 ( 1 - The Frogmen.avi).
_______________________________________________________________________________________________________________________
Gordian Knot
Encoding Job Data:
Type: EncD5_All
Container: Audio-Video Interleave (AVI)
Number: 1
Name: 1 - The Frogmen.avi
Platform: WinXP (5.1.2600).2
Files:
VirtualDubModExe: C:\PROGRA~1\GORDIA~1\VirtualDubMod\VirtualDubMod.exe
NandubExe: C:\PROGRA~1\GORDIA~1\nandub\Nandub.exe
AviFinal: D:\info\captures\The Frogmen\GK\The Frogmen.avi
AviMovie: D:\info\captures\The Frogmen\GK\The Frogmen_Movie.avi
AviCredits: D:\info\captures\The Frogmen\GK\The Frogmen_Credits.avi
MovieFS: D:\info\captures\The Frogmen\GK\The Frogmen.avs
CreditsFS:
Log : D:\info\captures\The Frogmen\GK\The Frogmen.log
Stats: D:\info\captures\The Frogmen\GK\The Frogmen.stats
Ecf : D:\info\captures\The Frogmen\GK\The Frogmen.ecf
Options:
Quality/DRF: 0
CreditsStart: 0
UseEcf: 1
CreditsIVTC: 0
CreditsAppend: 0
DeleteInterm.: 0
EnforceBitrate: 0
AntiShit: 0
Calculator:
VideoSize: 643006 kbyte.
Audio1Size: 64968 kbyte.
Audio2Size: 0 kbyte.
Overhead: 8732 kbyte.
AviSize: 716707 kbyte (699 mbyte).
FilesSize: 0 kbyte.
TotalSize: 716707 kbyte (699 mbyte).
Interleaving: vbrmp3
Bitrate: 950 k(=1000)Bits/s
Frames: 138594
FPS: 25.000
Duration: 132:24
Quality: 0.215 bits/(pixel*frame).
CompCheck3: 0.000 bits/(pixel*frame).
CompCheck5: 0.000 bits/(pixel*frame).
Resolution: 480 x 368
Audio 1:
Mode: ac3 -> mp3
SourceFile: D:\info\captures\The Frogmen\GK\The Frogmen MPA T01 DELAY 0ms.mpa
WavFile: D:\info\captures\The Frogmen\GK\The Frogmen MPA T01 DELAY 0ms.wav
Mp3File: D:\info\captures\The Frogmen\GK\The Frogmen MPA T01 DELAY 0ms.mp3
OggFile: D:\info\captures\The Frogmen\GK\The Frogmen MPA T01 DELAY 0ms.ogg
OggQuality: 0.200
OggLanguage: English
Azid: -L -3db -s stereo -c normal
Lame: --alt-preset 96
Delay: 0
Interval: 1
Preload: 500
Mux: 1
Recalc: 1
DeleteWav: 1
Audio 2:
none.
6:18:43 PM: Started Transcoding Audio.
6:18:43 PM: Using "BeSweet" to transcode D:\info\captures\The Frogmen\GK\The Frogmen MPA T01 DELAY 0ms.mpa
CommandLine: "C:\PROGRA~1\GORDIA~1\BeSweet\BeSweet.exe" -core( -input "D:\info\captures\The Frogmen\GK\The Frogmen MPA T01 DELAY 0ms.mpa" -output "D:\info\captures\The Frogmen\GK\The Frogmen MPA T01 DELAY 0ms.mp3" -logfile "D:\info\captures\The Frogmen\GK\The Frogmen MPA T01 DELAY 0ms.log" ) -ota( -hybridgain ) -azid( -L -3db -s stereo -c normal ) -lame( --alt-preset 96 )
6:27:52 PM: Finished. Duration: 9 minutes, 8 seconds.
6:27:52 PM: Audio Done.
6:27:52 PM: MP3-File-Size is 68528 kb.
6:27:52 PM: Audio 1, determined: 68528 kb
6:27:52 PM: Audio 1, calc: 64968 kb
6:27:52 PM: New Bitrate for Movie = 945 k(=1000)Bits/s
Adding this script to C:\PROGRA~1\GORDIA~1\VirtualDubMod\LastJob.vcf :
// $job "DivX5 First Pass"
// $input "D:\info\captures\The Frogmen\GK\The Frogmen.avs"
// $output "D:\info\captures\The Frogmen\GK\The Frogmen_Movie.avi"
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script
VirtualDub.Open("D:\\info\\captures\\The Frogmen\\GK\\The Frogmen.avs",0,0);
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(1);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.SetCompression(0x78766964,0,10000,0);
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\info\\captures\\The Frogmen\\GK\\The Frogmen_Movie.avi");
VirtualDub.Close();
// $endjob
//
//--------------------------------------------------
// $done
6:27:52 PM: Started DivX5-First Pass: D:\info\captures\The Frogmen\GK\The Frogmen.avs
7:27:18 PM: Finished DivX5-First Pass: Duration: 59 minutes, 25 seconds.
7:27:18 PM: Trying to open Log-file.
7:27:18 PM: Success: Log-file open.
7:27:18 PM: Encoded: 138594 Frames.
7:27:18 PM: Speed: 38.869 Frames per Second.
Adding this script to C:\PROGRA~1\GORDIA~1\VirtualDubMod\LastJob.vcf :
// $job "DivX5 Second Pass"
// $input "D:\info\captures\The Frogmen\GK\The Frogmen.avs"
// $output "D:\info\captures\The Frogmen\GK\The Frogmen_Movie.avi"
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script
VirtualDub.Open("D:\\info\\captures\\The Frogmen\\GK\\The Frogmen.avs",0,0);
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(1);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.SetCompression(0x78766964,0,10000,0);
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\info\\captures\\The Frogmen\\GK\\The Frogmen_Movie.avi");
VirtualDub.Close();
// $endjob
//
//--------------------------------------------------
// $done
7:27:18 PM: Started DivX5 - Pass: 2: D:\info\captures\The Frogmen\GK\The Frogmen.avs
8:22:12 PM: Finished DivX5 - Pass: 2: Duration: 54 minutes, 53 seconds.
8:22:12 PM: Speed: 42.076 Frames per Second.
Adding this script to C:\PROGRA~1\GORDIA~1\VirtualDubMod\LastJob.vcf :
// $job "DivX5 Append"
// $input "D:\info\captures\The Frogmen\GK\The Frogmen_Movie.avi"
// $output "D:\info\captures\The Frogmen\GK\The Frogmen.avi"
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script
VirtualDub.Open("D:\\info\\captures\\The Frogmen\\GK\\The Frogmen_Movie.avi",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource("D:\\info\\captures\\The Frogmen\\GK\\The Frogmen MPA T01 DELAY 0ms.mp3",0x00000202,1);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,1,0,0);
VirtualDub.stream[0].SetClipMode(1,1);
VirtualDub.stream[0].SetConversion(0,0,0,0,0);
VirtualDub.stream[0].SetVolume();
VirtualDub.stream[0].SetCompression();
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(0);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.SetCompression();
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\info\\captures\\The Frogmen\\GK\\The Frogmen.avi");
VirtualDub.Close();
// $endjob
//
//--------------------------------------------------
// $done
8:22:12 PM: Started Muxing Audio.: D:\info\captures\The Frogmen\GK\The Frogmen_Movie.avi
8:23:01 PM: Finished Muxing Audio.: Duration: 49 seconds.
8:23:01 PM: Done.
8:23:01 PM: Movie = D:\info\captures\The Frogmen\GK\The Frogmen.avi
Total Encoding Time: 2 hours, 4 minutes, 18 seconds.
7/21/2005 8:23:01 PM: Job " 1 - The Frogmen.avi" finished.
_______________________________________________________________________________________________________________________
BigDid
21st July 2005, 19:44
Ok,
Tks for the answers, hope it will help someone else for further advice. The only thing I see for error tracking is:
1/ same source other prog -> you made it with Gknot ok
2/ other source same prog
2a/ source: dvd
2b/ source: capture
->to see if you can replicate your problem with other conditions
Good luck
Did
dap_werewolf
23rd July 2005, 21:04
Btw it does "seem" to occur mostly when i choose my own audio bitrate in Advanced Settings and not "auto" - I can't be sure because I really haven't paid enough attention to it, the only reason I'm guessing is because I always use the "auto" setting for tv episodes I capture, while I usually use a vbr bitrate of my own choosing for movies. And I've never had a tv episode come out without sound, only movies.
(P.S. I do hope someone's reading this, I highly doubt this is the result of user error)
manono
24th July 2005, 09:27
Hi dap_werewolf-
Nice to see you again. I only wish you were visiting to answer people's questions, rather than asking a really hard one yourself. So, I'll guess a little bit to try and help, but I'll tell you up front that I haven't a clue about what the problem could be.
Is there any useful information to be gleaned from the BeSweet log in the agk_tmp directory, or is no log even created? So, you think these failed attempts may occur when you change from the default 128 bitrate? Are all these failed attempts at bitrates below 128? The reason I ask is that BeSweet switches to a 44,100 Hz Sample Rate from 48,000 Hz at bitrates below 128 (I think). Perhaps it's related to that somehow. Since you're using low bitrate audio, you might go into the Hidden Options (CTRL-F9) and, as a test, force 96 Mono and see if that gives you audio. Remember, though, to force 96 Mono, set it for 192 in the Advanced Settings, as the bitrate will get cut in half. Or maybe set it for 160 (=80 Mono). Or, perhaps as a workaround (as I'm sure you've already figured out) keep it at the default 128 or higher.
I think this is a question for len0x.
niamh
24th July 2005, 17:35
I have a question. does the mpa get extracted at all in the AGK process? If it doesn't, do you use the same DGindex in GK and AGK? What other app got updated starting at version 2.09? (the changelog on the site stops at ver 2.08)
Does the AGK final filesize take into account the non-existing audio, or does it think it's a mute movie (according to the logfile, as far as it's concerned there is no audio, actually)?
Basically, you need to know what craps out, and when exactly :)
dap_werewolf
24th July 2005, 20:10
Hi dap_werewolf-
Nice to see you again. I only wish you were visiting to answer people's questions, rather than asking a really hard one yourself.
Hi Manono, point well taken but I always think that mods here can answer questions a lot better than me, I'm no pro and usually stick to the newbie ones, but will try and do my part on the easy ones :)
Is there any useful information to be gleaned from the BeSweet log in the agk_tmp directory, or is no log even created?
I don't see any BeSweet log, but then again I don't see any BeSweet log in the GKnot folder either. Unless I don't know what it looks like...lol
So, you think these failed attempts may occur when you change from the default 128 bitrate? Are all these failed attempts at bitrates below 128?
Yes I do but it's only an educated guess and hasn't been researched thoroughly. I almost never do encodes at above 128 because most of my captures are old films and it's not worth it, I usually use 96, 112 or 128. I'll give it a go to try forcing it to 96 Mono and let you know what happens.
Or, perhaps as a workaround (as I'm sure you've already figured out) keep it at the default 128 or higher.
Sure I've thought of that, but for one thing I'm a nitpicker and it pains me to have to increase the audio size of a black and white old flick, taking away from the video quality for no need. For another, even if I solve the problem by doing that I think the problem still needs to be addressed and solved in future. But like I said I'll try your suggestion on forcing mono 96 in hidden options and let you know what happens.
Does the AGK final filesize take into account the non-existing audio, or does it think it's a mute movie (according to the logfile, as far as it's concerned there is no audio, actually)?
No it doesn't take the audio size into account, it considers it (as far as I can tell) to be a mute movie and doesn't extract an mpa file at all from the mpeg. There is simply nothing to be found anywhere about audio at all.
[QUOTE=niamh] I have a question. does the mpa get extracted at all in the AGK process? If it doesn't, do you use the same DGindex in GK and AGK? What other app got updated starting at version 2.09? (the changelog on the site stops at ver 2.08)
As I said it doesn't extract the mpa at all. I use the DGindex's in both that came with the apps by default:
AutoGK 2.13: DGIndex 1.4.0
GKnot 0.35: 1.2.1
(I don't remember which DGIndex came with 2.09, I just remember that I never had a problem with no audio before AutoGK version 2.09)
len0x
29th July 2005, 22:09
Log in the first post clearly indicates that audio was NOT selected at all. This happens sometimes when you select source with no audio and then that choice is remembered across ALL the sources that you open in the same session (unless you explicitely change it).
superfish8
30th July 2005, 14:17
Hi,
I have got a similair problem with no audio in the completed job (.avi).
The whole system is a clean install with no issues. XP Pro sp2, 1.4ghz athlon, 512mb crucial and using this old machine as a multimedia setup and would like to use AutoGk for my .mpg streams to .avi
The selected file input for the demo is a 100mb stream and saved as .mpg (which is a clip of a pvr recording and plays perfectly).
AutoGK shows there is an audio stream, it goes on and demuxes and creates the .d2v file and corresponding audo file .mpa and a .mp3 file is created which also plays perfectly.
In the log it shows that audio and video muxing never occured, I looked to do this manually but couldnt find nandub (i used to use gordiankot).
Could you please help,
Thx
AutoGK Log
[30/07/2005 12:02:19] AutoGK 1.96
[30/07/2005 12:02:19] OS: WinXP (5.1.2600).2
[30/07/2005 12:02:19] Job started.
[30/07/2005 12:02:19] Input file: Front Row 248+1 - 30-07-05_09-50.mpg
[30/07/2005 12:02:19] Output file: C:\Documents and Settings\Fozzy\My Documents\My Video's\Front Row 248+1 - 30-07-05_09-50.avi
[30/07/2005 12:02:19] Audio: Audio Stream 0
[30/07/2005 12:02:19] Subtitles: none
[30/07/2005 12:02:19] Codec: XviD
[30/07/2005 12:02:19] Target quality: 50%
[30/07/2005 12:02:19] Started encoding.
[30/07/2005 12:02:19] Demuxing and indexing.
[30/07/2005 12:02:27] Processing file: C:\Documents and Settings\Fozzy\My Documents\My Video's\Front Row 248+1 - 30-07-05_09-50.mpg
[30/07/2005 12:02:27] Source aspect ratio: 16:9
[30/07/2005 12:02:27] Source resolution: 704x576
[30/07/2005 12:02:27] Found PAL source.
[30/07/2005 12:02:27] Analyzing source.
[30/07/2005 12:03:43] Source has percentage of interlacing in motion areas: 0.00
[30/07/2005 12:03:43] Source is considered to be progressive.
[30/07/2005 12:03:43] Output will contain 6202 frames
[30/07/2005 12:03:43] Encoding audio.
[30/07/2005 12:04:12] Running single pass encoding.
[30/07/2005 12:04:12] Writing the following script to C:\Documents and Settings\Fozzy\My Documents\My Video's\agk_tmp\Front Row 248+1 - 30-07-05_09-50_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
movie = mpeg2source("C:\Documents and Settings\Fozzy\My Documents\My Video's\agk_tmp\Front Row 248+1 - 30-07-05_09-50.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.45454545454545
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)
===========================================================
[30/07/2005 12:11:28] Duration was: 7 minutes 15 seconds
[30/07/2005 12:11:28] Speed was: 14.25 fps.
[30/07/2005 12:11:28] Job finished. Total time: 9 minutes 9 seconds
len0x
30th July 2005, 18:59
There is no separate muxing step - its integrated in the video encoding process. You would have a VDubMod error for audio to be absent. Its likely a playback problem. Check your avi with GSpot.
superfish8
30th July 2005, 22:17
Thanks for the reply lenox,
Please find attached image of gspot and dxdiag.
This is getting stranger by the minute, there are 3 windows media players installed only 1 will play the file but without audio, the other 2 just show a still image of the 1st frame and no audio, also installed is power DVD that is frozen on the first frame without audio too.
I have looked at the device manager but no errors there?
Thanx
len0x
30th July 2005, 22:33
Gspot says mp3 audio is there, so its a playback problem. Try rendering file in GSpot and see what codecs are used for audio/video decoding. Try removing them and use standard ones (if Nero/Cyberlink ones are used). Other than that I can't help you.
superfish8
30th July 2005, 22:45
ok thx,
will let u know when it works :(
dap_werewolf
1st August 2005, 19:47
Log in the first post clearly indicates that audio was NOT selected at all. This happens sometimes when you select source with no audio and then that choice is remembered across ALL the sources that you open in the same session (unless you explicitely change it).
Well if that's all it is then I'll hit myself over the head with a hammer. I never select the audio since the only audio I ever use is that of the original mpeg2 and it sets itself, so I never really look at that option. I never use any sources with no audio, so I can't really see how I could have selected one before that, but from now on I'll make sure the mpeg is selected. As I said lately I have been encoding only mpeg2 captures that I have done. Thanks.
anjin
7th August 2005, 21:07
I also have this same problem occasionally and initially I thought it was just me accidentally selecting No Audio. However, it happens frequently enough that nowadays the first thing I do after processing a file is check the audio (I know I could just look at the log but I'm paranoid). I never process video without audio so I am not sure why Autogk should ever change to no audio, but it does on occasion. I am processing DV-AVI files, not mpg.
len0x
7th August 2005, 21:20
If AutoGK fails to detect audio via MediaInfo then it obviously won't be in the output. If you have logs that indicate "Audio: xxx" and final avi does't have audio, then post them please.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.