User User name Password  
   
Friday 10.1.2025 / 17:54
Search AfterDawn Forums:        In English   Suomeksi   På svenska
afterdawn.com > forums > archived forums > divx / xvid > problem with gordian knot (log file inside)
Show topics
 
Forums
Forums
Problem with Gordian Knot (log file inside)
  Jump to:
 
Posted Message
uigrad
Newbie
_
1. March 2005 @ 07:19 _ Link to this message    Send private message to this user   
I'm not sure, but I think that Gordian Knot is using my AviSynth script as the video file. In any case, the output avi is only about 10k, when it should be about 700k, and doesn't play.

Here's a portion of the log from GK:
Quote:
9:04:15 PM: Audio 1, determined: 42601 kb
9:04:15 PM: Audio 1, calc: 42601 kb
9:04:15 PM: New Bitrate for Movie = 1887 k(=1000)Bits/s

Adding this script to C:\PROGRA~1\GORDIA~1\VirtualDubMod\LastJob.vcf :

// $job "XviD First Pass"
// $input "G:\DVD\Projects\ALIAS_SEASON_1_VTS_01_PGC2\ALIAS_SEASON_1.avs"
// $output "G:\DVD\Projects\ALIAS_SEASON_1_VTS_01_PGC2\ALIAS_SEASON_1_Movie.avi"
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script

VirtualDub.Open("G:\\DVD\\Projects\\ALIAS_SEASON_1_VTS_01_PGC2\\ALIAS_SEASON_1.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(0x64697678,0,10000,0);
VirtualDub.video.SetCompData(1124,"AAAAAKC7DQCQsggAXHZpZGVvLnN0YXRzAABzAHQAYQB0AHMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABVAAAABQAAABAAAABkAAAAZAAAAAMAAAABAAAAAAAAACwBAAABAAAAAAAAAAAAAAABAAAAHwAAAAEAAAAfAAAACBESExUXGRsREhMVFxkbHBQVFhcYGhweFRYXGBocHiAWFxgaHB4gIxcYGhweICMmGRocHiAjJikbHB4gIyYpLRAREhMUFRYXERITFBUWFxgSExQVFhcYGRMUFRYXGBobFBUWFxkaGxwVFhcYGhscHhYXGBobHB4fFxgZGxweHyEUAAAAAQAAAAAAAAAZAAAACgAAAAAAAAABAAAAMgAAAAEAAAAyAAAAAQAAACwBAAAsAQAAMgAAAICWmAA8AAAAPAAAAPAAAAAAAAAAAAAAAFxoaW50ZmlsZS5tdmgAbABlAC4AbQB2AGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXHZpZGVvZ2suc3RhdHMAAC4AcwB0AGEAdABzAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABQAAAAUAAAAECcAABAnAAAAAAAAAAAAAAAAAAA=");
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("G:\\DVD\\Projects\\ALIAS_SEASON_1_VTS_01_PGC2\\ALIAS_SEASON_1_Movie.avi");
VirtualDub.Close();

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

9:04:15 PM: Started Xvid - First Pass: G:\DVD\Projects\ALIAS_SEASON_1_VTS_01_PGC2\ALIAS_SEASON_1.avs
9:06:41 PM: Finished Xvid - First Pass: Duration: 2 minutes, 25 seconds.
9:06:41 PM: Trying to open Log-file.
9:06:41 PM: Success: Log-file open.
9:06:41 PM: Encoded: 4046 Frames.
9:06:41 PM: Speed: 27.790 Frames per Second.
9:06:41 PM: WARNING: Number of counted frames differs from settings!
9:06:41 PM: WARNING: Settings: 64567
9:06:41 PM: WARNING: Counted: 4046
9:06:41 PM: WARNING: Difference: 60521
9:06:41 PM: Correcting Bitrate...
9:06:41 PM: Original Bitrate = 1887 k(=1000)Bits/s
9:06:41 PM: Error: Correction impossible.
9:06:41 PM: Now encoding at 1887 k(=1000)Bits/s
9:06:41 PM: New target size = 620476 Kb

Adding this script to C:\PROGRA~1\GORDIA~1\VirtualDubMod\LastJob.vcf :

// $job "XviD Second Pass"
// $input "G:\DVD\Projects\ALIAS_SEASON_1_VTS_01_PGC2\ALIAS_SEASON_1.avs"
// $output "G:\DVD\Projects\ALIAS_SEASON_1_VTS_01_PGC2\ALIAS_SEASON_1_Movie.avi"
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script
Here's the first few lines from the .d2v file:
Quote:
DGIndexProjectFile08
2
51 G:\DVD\Rips\ALIAS_SEASON_1_VTS_01_PGC2\VTS_01_1.VOB
51 G:\DVD\Rips\ALIAS_SEASON_1_VTS_01_PGC2\VTS_01_2.VOB
I used robot4rip to create the .d2v file (using DGIndex), and the loaded it into GK with the button on the bottom left. I also used r4r to convert the audio to mp3, and then loaded that mp3 file from the bitrate page.

I picked "MPEG" instead of H.264 for the xvid encoding, because my file is just 44 minutes, and I have 650MB to use. (I'm not sure if that's important)

I really feel bad asking strangers for help, but I really can't think of anything else to try. I'm still a newbie to all these tools, and can't detect what is wrong. If you need more information, let me know, and I'll try to respond as soon as possible.
afterdawn.com > forums > archived forums > divx / xvid > problem with gordian knot (log file inside)
 

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