Log in

View Full Version : error during compressability check


colema19
17th September 2003, 02:48
hello,

I hope I'm posting in the right place, Vdub is returning an error when I try a compressibility check, but I suspect it's actually coming from DivX. Anyway, this is the error:

The source image format is not acceptable.

This is the first time I've had this problem, everything has run smooth on my other discs. Any ideas?

Thanks!

jggimi
17th September 2003, 05:57
:logfile: and your .avs script, leaving out all the lines beginning with #, which are comments.

colema19
18th September 2003, 00:27
hmm ok I'll be happy to as soon as I figure out how. I'm doing this from Gordian Knot so it's happening behind the scenes on me.

i.e. if you can tell me how to get that out I'll do it. The only obvious log file I could see was for the audio transcode.
-J

jggimi
18th September 2003, 03:04
The Gordian Knot log will be called <movie name>_Gknot.log.

The .avs script(s) you saved will be named <movie name>.avs, and optionally, <movie_name>_credits.avs.

If you can record the error message you get from VdubMod, that would also be helpful.

In addition, open up your BeSweet log and see if it shows a "CRC error," that would point to a possible VOB problem.

colema19
18th September 2003, 03:37
ok got it...
What confuses me is why this is happening now. I've done a few others before this and it worked fine. My apologies btw, as it appears I am in the wrong forum, as this is happening with XVid as well.

the VDubmod error is "VideoSourceAVI Error: The source image format is not acceptable. (Error code -2)"

AVS:
SetWorkingDir("C:\Program Files\AviSynth2\plugins\")
LoadPlugin("mpeg2dec3.dll")
mpeg2source("D:\DVDRIP\BROTHERHOOD_OF_THE_WOLF\botw.d2v")
crop(0,58,718,360)
LanczosResize(640,272)


GKnot log:
9/17/2003 10:24:13 PM: Job "botw" started.

o DivX5-First Pass: D:\DVDRIP\BROTHERHOOD_OF_THE_WOLF\botw.avs
o DivX5 - Pass 2: D:\DVDRIP\BROTHERHOOD_OF_THE_WOLF\botw.avs
x Mux Audio (disabled).
o Splitting final movie.
End of Job 1 (botw).
_______________________________________________________________________________________________________________________

Gordian Knot -
Encoding Job Data:

Type: EncD5_All
Number: 1
Name: botw
Platform: WinXP (5.1.2600).2

Files:
VirtualDubModExe: C:\Program Files\Gordian Knot\VirtualDubMod\VirtualDubMod.exe
NandubExe: C:\Program Files\Gordian Knot\Nandub\Nandub.exe
AviFinal: D:\DVDRIP\BROTHERHOOD_OF_THE_WOLF\botw.avi
AviMovie: D:\DVDRIP\BROTHERHOOD_OF_THE_WOLF\botw_Movie.avi
AviCredits: D:\DVDRIP\BROTHERHOOD_OF_THE_WOLF\botw_Credits.avi
MovieFS: D:\DVDRIP\BROTHERHOOD_OF_THE_WOLF\botw.avs
CreditsFS:
Log : D:\DVDRIP\BROTHERHOOD_OF_THE_WOLF\botw.log
Stats: D:\DVDRIP\BROTHERHOOD_OF_THE_WOLF\botw.stats
Ecf : D:\DVDRIP\BROTHERHOOD_OF_THE_WOLF\botw.ecf

Options:
Quality/DRF: 0
CreditsStart: 195710
UseEcf: 1
CreditsIVTC: 0
CreditsAppend: 0
DeleteInterm.: 0
EnforceBitrate: 0
AntiShit: 0
Split final file at CD size:700

Calculator:
VideoSize: 570222 kbyte.
Audio1Size: 133602 kbyte.
Audio2Size: 0 kbyte.
Overhead: 12974 kbyte.
AviSize: 716800 kbyte (700 mbyte).
FilesSize: 0 kbyte.
TotalSize: 716800 kbyte (700 mbyte).
Interleaving: vbrmp3
Bitrate: 544 k(=1000)Bits/s
Frames: 205938
FPS: 23.976
Duration: 223:9
Quality: 0.130 bits/(pixel*frame).
CompCheck3: 0.000 bits/(pixel*frame).
CompCheck5: 0.438 bits/(pixel*frame).
Resolution: 640 x 272

Audio 1:
none.

Audio 2:
none.

10:24:13 PM: Audio 1, calc: 133602 kb
10:24:13 PM: Audio 1, disabled, no recalc. - you probably want to add this track later.

Adding this script to C:\Program Files\Gordian Knot\VirtualDubMod\LastJob.vcf :

// $job "DivX5-First Pass"
// $input "D:\DVDRIP\BROTHERHOOD_OF_THE_WOLF\botw.avs"
// $output "D:\DVDRIP\BROTHERHOOD_OF_THE_WOLF\botw.avi"
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script

VirtualDub.Open("D:\\DVDRIP\\BROTHERHOOD_OF_THE_WOLF\\botw.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:\\DVDRIP\\BROTHERHOOD_OF_THE_WOLF\\botw.avi");
VirtualDub.Close();

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

10:24:13 PM: Started DivX5-First Pass: D:\DVDRIP\BROTHERHOOD_OF_THE_WOLF\botw.avs
10:24:15 PM: Finished DivX5-First Pass: Duration: 1 second.
10:24:15 PM: Trying to open Log-file.
10:24:15 PM: Error: Could not open D:\DVDRIP\BROTHERHOOD_OF_THE_WOLF\vdenc.log
10:24:15 PM: Error: Could not count encoded Frames.
10:24:15 PM: Speed: 7267153.747 Frames per Second.
10:24:15 PM: WARNING: Number of counted frames differs from settings!
10:24:15 PM: WARNING: Settings: 205938
10:24:15 PM: WARNING: Counted: 0
10:24:15 PM: WARNING: Difference: 205938
10:24:15 PM: Correcting Bitrate...
10:24:15 PM: Original Bitrate = 544 k(=1000)Bits/s
10:24:15 PM: Error: Correction impossible.
10:24:15 PM: Now encoding at 544 k(=1000)Bits/s

Adding this script to C:\Program Files\Gordian Knot\VirtualDubMod\LastJob.vcf :

// $job "DivX5-Second Pass"
// $input "D:\DVDRIP\BROTHERHOOD_OF_THE_WOLF\botw.avs"
// $output "D:\DVDRIP\BROTHERHOOD_OF_THE_WOLF\botw.avi"
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script

VirtualDub.Open("D:\\DVDRIP\\BROTHERHOOD_OF_THE_WOLF\\botw.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:\\DVDRIP\\BROTHERHOOD_OF_THE_WOLF\\botw.avi");
VirtualDub.Close();

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

10:24:15 PM: Started DivX5 - Pass: 2: D:\DVDRIP\BROTHERHOOD_OF_THE_WOLF\botw.avs
10:24:16 PM: Finished DivX5 - Pass: 2: Duration: 1 second.
10:24:16 PM: Speed: 0.000 Frames per Second.
10:24:16 PM: Error analysing file " "D:\DVDRIP\BROTHERHOOD_OF_THE_WOLF\botw.avi" " for splitting

10:24:16 PM: Done.
10:24:16 PM: Movie = D:\DVDRIP\BROTHERHOOD_OF_THE_WOLF\botw.avi
Total Encoding Time: 2 seconds.
9/17/2003 10:24:16 PM: Job "botw" finished.
_______________________________________________________________________________________________________________________

jggimi
18th September 2003, 03:48
From my FAQ in the Gordian Knot forum: (http://forum.doom9.org/forumdisplay.php?s=&forumid=28)3. If VdubMod fails to encode the first pass with "videosourceavi error: the sourceimage format is not acceptable. (error code -2)" you may have to make a manual change in your Windows registry. See TelemachusMH's comment in http://forum.doom9.org/showthread.php?s=&threadid=51906.Try TelemachusMH's suggestion, and see if the problem goes away.

colema19
18th September 2003, 03:57
That got it, thanks! I wonder what changed it on my system. I haven't run any crap ATI software lately. Could Virtual VCR change it?

well thanks, regardless!!!
-J