PDA

View Full Version : Sylia Script Error


Joe_Bloggs
15th June 2003, 16:30
As far as I know i have the latest GKnot and VirualdubMod. I check every day and download if I am out of date.
I get the error, Member audio2 not found, when using GordianKnot to recode from digital TV mp2 to divx5.05. (after ds.jar demultiplex and succesful TMPGEnc mpegtools multiplex).
If I edit Lastjob.vcf in my Gordian Knot folder and take out with //
all references to audio2 then I can use virtualdubmod to do the original job as intended via job control. It is a minor bug but, irritating as I have turned off audio processing in Gordian Knot in the first place.
I know the answer lies in the interpretation of the .vcf file. Perhaps the old interpretation of .vcf files lingers on despite uninstalling the previous version of VirtualDubMod.

len0x
15th June 2003, 17:39
please state exactly which versions of GK and vdubmod are you using...
It seems to me you're trying to use latest GK with VDubMod 1.4.xxx that won't work. Install latest full rippack instead.

*edit*
actually I meant GK 0.28 and latest VDubMod, sorry

Joe_Bloggs
15th June 2003, 21:40
I am trying to use Gordian Knot 0.28 beta2 and VirtualDubMod 1.5.1.1.a. What I end up using is unclear. It appears that numerous programs are generating scripts but non of them are leaving behind version details in these scripts. The names used for these scripts tend to be re-used so a history of what worked and what did not becomes difficult to fathom.
So put the version of whatever it is in your error message.Perhaps even the directory from where configuration files were used.
PS the log file was of the Gordian Knot session was terse to the point of being useless. However I would recomend Gordian Knot to all of my friends as I know it can work flawlessly.

len0x
15th June 2003, 22:31
Now that I think of it - "audio2" was used in 0.28
Since then we moved to new VDubMod and now you cannot actually download just exe of later versions. We have full rippack 0.28.3 and 0.28.4 update, which has to be installed fully.
Please update to 0.28.4 and try again.
(coz physically this version of GK cannot produce script with "audio2" in it...)

jggimi
15th June 2003, 22:32
Joe,

If nothing else, please copy and paste the _Gknot.log here for review.

Joe_Bloggs
16th June 2003, 01:42
16/06/2003 00:25:11: Job "Movie 5" started.

o DivX5-First Pass: I:\BBC_News_24\BBC NEWS 24.mpg.avs
o DivX5 - Pass 2 :I:\BBC_News_24\BBC NEWS 24.mpg.avs
x Mux Audio (disabled).
End of Job 1 (Movie 5).
_______________________________________________________________________________________________________________________

Gordian Knot 0.2.8.1367
Encoding Job Data:

Type: EncD5_Both
Number: 1
Name: Movie 5
Platform: Win2000 (5.0.2195).2

Files:
VirtualDubModExe: C:\VirtdubMod\VirtualDubMod.exe
NandubExe: C:\PROGRA~1\GORDIA~1\nandub\Nandub.exe
AviFinal: I:\BBC_News_24\BBC NEWS 24.mpg.avi
AviMovie: I:\BBC_News_24\BBC NEWS 24.mpg_Movie.avi
AviCredits: I:\BBC_News_24\BBC NEWS 24.mpg_Credits.avi
MovieFS: I:\BBC_News_24\BBC NEWS 24.mpg.avs
CreditsFS:
Log : I:\BBC_News_24\BBC NEWS 24.mpg.log
Stats: I:\BBC_News_24\BBC NEWS 24.mpg.stats
Ecf : I:\BBC_News_24\BBC NEWS 24.mpg.ecf

Options:
Quality/DRF: 0
CreditsStart: 0
UseEcf: 1
CreditsIVTC: 0
CreditsAppend: 0
DeleteInterm.: 0
EnforceBitrate:0
AntiShit: 0

Calculator:
VideoSize: 716761 kbyte.
Audio1Size: 0 kbyte.
Audio2Size: 0 kbyte.
Overhead: 39 kbyte.
AviSize: 716800 kbyte (700 mbyte).
FilesSize: 0 kbyte.
TotalSize: 716800 kbyte (700 mbyte).
Interleaving: disabled
Bitrate: 97149 k(=1000)Bits/s
Frames: 1511
FPS: 25.000
Duration: 0:1:0
Quality: 19.746 bits/(pixel*frame).
CompCheck3: 0.000 bits/(pixel*frame).
CompCheck5: 0.000 bits/(pixel*frame).
Resolution: 600 x 328

Audio 1:
none.

Audio 2:
none.


Adding this script to C:\VirtdubMod\LastJob.vcf:

// $job "DivX5 First Pass"
// $input "I:\BBC_News_24\BBC NEWS 24.mpg.avs"
// $output "I:\BBC_News_24\BBC NEWS 24.mpg.avi"
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script

VirtualDub.Open("I:\\BBC_News_24\\BBC NEWS 24.mpg.avs",0,0);
VirtualDub.audio.SetSource(0);
VirtualDub.audio.SetMode(0);
VirtualDub.audio.SetInterleave(1,0,0,0,0);
VirtualDub.audio.SetClipMode(1,1);
VirtualDub.audio.SetConversion(0,0,0,0,0);
VirtualDub.audio.SetVolume();
VirtualDub.audio.SetCompression();
VirtualDub.audio2.SetSource(0);
VirtualDub.audio2.SetMode(0);
VirtualDub.audio2.SetInterleave(1,0,0,0,0);
VirtualDub.audio2.SetClipMode(1,1);
VirtualDub.audio2.SetConversion(0,0,0,0,0);
VirtualDub.audio2.SetVolume();
VirtualDub.audio2.SetCompression();
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("I:\\BBC_News_24\\BBC NEWS 24.mpg.avi");
VirtualDub.Close();

// $endjob
//
//--------------------------------------------------
// $done

00:25:11: Started DivX5-First Pass: I:\BBC_News_24\BBC NEWS 24.mpg.avs
00:25:13: Finished DivX5-First Pass. Duration: 1 second.
00:25:13: Trying to open Log-file.
00:25:13: Error: Could not open I:\BBC_News_24\vdenc.log
00:25:13: Error: Could not count encoded Frames.
00:25:13: Speed: 11443172.121 Frames per Second.
00:25:13: WARNING: Number of counted frames differs from settings!
00:25:13: WARNING: Settings: 1511
00:25:13: WARNING: Counted: 0
00:25:13: WARNING: Difference: 1511
00:25:13: Correcting Bitrate...
00:25:13: Original Bitrate = 97149 k(=1000)Bits/s
00:25:13: ERROR: Correction impossible.
00:25:13: Now encoding at 97149 k(=1000)Bits/s

Adding this script to C:\VirtdubMod\LastJob.vcf:

// $job "DivX5 Second Pass"
// $input "I:\BBC_News_24\BBC NEWS 24.mpg.avs"
// $output "I:\BBC_News_24\BBC NEWS 24.mpg.avi"
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script

VirtualDub.Open("I:\\BBC_News_24\\BBC NEWS 24.mpg.avs",0,0);
VirtualDub.audio.SetSource(0);
VirtualDub.audio.SetMode(0);
VirtualDub.audio.SetInterleave(1,0,0,0,0);
VirtualDub.audio.SetClipMode(1,1);
VirtualDub.audio.SetConversion(0,0,0,0,0);
VirtualDub.audio.SetVolume();
VirtualDub.audio.SetCompression();
VirtualDub.audio2.SetSource(0);
VirtualDub.audio2.SetMode(0);
VirtualDub.audio2.SetInterleave(1,0,0,0,0);
VirtualDub.audio2.SetClipMode(1,1);
VirtualDub.audio2.SetConversion(0,0,0,0,0);
VirtualDub.audio2.SetVolume();
VirtualDub.audio2.SetCompression();
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("I:\\BBC_News_24\\BBC NEWS 24.mpg.avi");
VirtualDub.Close();

// $endjob
//
//--------------------------------------------------
// $done

00:25:13: Started DivX5 - Pass: 2: I:\BBC_News_24\BBC NEWS 24.mpg.avs
00:25:14: Finished DivX5 - Pass: 2. Duration: 1 second.
00:25:14: Speed: 0.000 Frames per Second.

00:25:14: Done.
00:25:14: Movie = I:\BBC_News_24\BBC NEWS 24.mpg.avi
Total Encoding Time: 2 seconds.
16/06/2003 00:25:14: Job "Movie 5" finished.
_______________________________________________________________________________________________________________________

Joe_Bloggs
16th June 2003, 01:54
I think you will find the file useless. Maybe the problem lies
elsewhere. Perhaps it is a matter of what is allready installed affecting what should be installed. I am running W2K and would only
use XP if someone paid me to be a guinie pig.
I should say that the last log file is 1 Minute of news from the BBC which I enjoy paying for. It does not carry ads but it did a very entertaining job of SuperBike and Moto GP racing with Tennis by an
obvious android, Roddick (Serve 149MPH!).
Don't loose sleep or hair, as I fixed my problem in my original post.:o

len0x
16th June 2003, 11:23
as I said - try using latest GK (0.28.4)

Joe_Bloggs
16th June 2003, 12:50
I downloaded Gknot 0.28.3 and patched to 0.28.4 and everything works. Especially as it comes with its own copy of VirtualdubMod 1.5.1.1a build 1215.
I was using VirtualDubMod 1.5.1.1a build 1639 which I obtained from doom9 in the file:- VirtualDubMod_1_5_1_1a_all_inclusive.zip. There is nothing wrong with either file as both work with GordianKnot 0.28.4
Thanks for your advice.


:)