snooper601
9th December 2002, 14:20
Hi Guys,
Just upgraded my PC to XP Pro from 98, clean install. Now when I try to rip a DVD I get the following error at the end of the first pass.
10:50:35: Started DivX5-First Pass: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.avs
11:39:00: Finished DivX5-First Pass. Duration: 48 minutes, 24 seconds.
11:39:00: Trying to open Log-file.
11:39:00: Error: Could not open D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.log
11:39:00: Error: Could not count encoded Frames.
11:39:00: Speed: 0.000 Frames per Second.
11:39:00: WARNING: Number of counted frames differs from settings!
11:39:00: WARNING: Settings: 43710
11:39:00: WARNING: Counted: 0
11:39:00: WARNING: Difference: 43710
11:39:00: Correcting Bitrate...
11:39:00: Original Bitrate = 1501 k(=1000)Bits/s
11:39:00: ERROR: Correction impossible.
11:39:00: Now encoding at 1501 k(=1000)Bits/s
The movie comes out at just over 100Mb and is really bad quality.
I can still rip OK with my laptop, XP Home, but I need to fix this on my main home machine.
Have I made some dumb mistake when I re-installed everything?
Cheers
Snooper601
PS Check this series out, Coupling, I have never laughed so much for ages :o)
Full Log file dump:-
09/12/2002 10:50:35: Job "Movie 1" started.
o DivX5-First Pass: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.avs
o DivX5-Second Pass: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.avs
o Mux Audio.
End of Job 1 (Movie 1).
_______________________________________________________________________________________________________________________
Gordian Knot 0.26.1.8
Encoding Job Data:
Type: EncD5_Both
Number: 1
Name: Movie 1
Platform: WinXP (5.1.2600).2
Files:
VirtualDubExe: D:\PROGRA~1\GORDIA~1\virtualdub\Virtualdub.exe
NandubExe: D:\PROGRA~1\GORDIA~1\nandub\Nandub.exe
AviFinal: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.avi
AviMovie: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs_Movie_1.avi
AviCredits: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs_Credits.avi
MovieFS: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.avs
CreditsFS:
Log : D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.log
Stats: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.stats
Ecf : D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.ecf
Options:
Quality/DRF: 0
CreditsStart: 0
UseEcf: 1
CreditsIVTC: 0
CreditsAppend: 1
DeleteInterm.: 0
EnforceBitrate:0
AntiShit: 0
Calculator:
VideoSize: 318091 kbyte.
Audio1Size: 27312 kbyte.
Audio2Size: 0 kbyte.
Overhead: 2756 kbyte.
AviSize: 348160 kbyte (340 mbyte).
FilesSize: 0 kbyte.
TotalSize: 348160 kbyte (340 mbyte).
Interleaving: vbrmp3
Bitrate: 1490 k(=1000)Bits/s
Frames: 43710
FPS: 25.000
Duration: 0:29:8
Quality: 0.220 bits/(pixel*frame).
CompCheck3: 0.000 bits/(pixel*frame).
CompCheck5: 0.000 bits/(pixel*frame).
DivX5BiDirect: 0
DivX5GMC: 0
DivX5QuartPel: 0
DivX5PsyVis: 0
Resolution: 704 x 384
Audio 1:
mode: Just Mux Source File.
sourceFile: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs AC3 T01 2_0ch 224Kbps DELAY 0ms.mp3
wavFile: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs AC3 T01 2_0ch 224Kbps DELAY 0ms.wav
mp3File: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs AC3 T01 2_0ch 224Kbps DELAY 0ms_1.mp3
azid: ""
lame: ""
delay: 0
interval: 2
preload: 500
mux: 1
recalc: 1
deleteWav: 1
Audio 2:
none.
10:50:35: Audio 1, determined: 24923 kb
10:50:35: Audio 1, calc: 27312 kb
10:50:35: New Bitrate for Movie = 1501 k(=1000)Bits/s
Adding this script to D:\PROGRA~1\GORDIA~1\virtualdub\VirtualDub.jobs:
// $job "DivX4 First Pass"
// $input "D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.avs"
// $output "D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs_Movie_1.avi"
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script
VirtualDub.Open("D:\\Documents and Settings\\John\\My Documents\\DIVX DVD rips\\coupling 2-1 - The Man With Two Legs.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.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.SetCompData(490,"GAEAAEjnFgDQBwAACgAAABQAAAAsAQAADAAAAAIAAAAFAAAAAgAAAJABAAAAAAAAAAAAAB4AAABkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAyAAAAAAAAAAAQAACamZmZmZnJP5qZmZmZmck/QAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAIACAADgAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOA/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAEAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAD/////BAAAAEQ6XERvY3VtZW50cyBhbmQgU2V0dGluZ3NcSm9oblxNeSBEb2N1bWVudHNcRElWWCBEVkQgcmlwc1xjb3VwbGluZyAyLTEgLSBUaGUgTWFuIFdpdGggVHdvIExlZ3MubG9nAGM6XHRlc3QuZGl2eABEOlxEb2N1bWVudHMgYW5kIFNldHRpbmdzXEpvaG5cTXkgRG9jdW1lbnRzXERJVlggRFZEIHJpcHNcY291cGxpbmcgMi0xIC0gVGhlIE1hbiBXaXRoIFR3byBMZWdzLm12AG0=");
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\Documents and Settings\\John\\My Documents\\DIVX DVD rips\\coupling 2-1 - The Man With Two Legs_Movie_1.avi");
VirtualDub.Close();
// $endjob
//
//--------------------------------------------------
// $done
10:50:35: Started DivX5-First Pass: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.avs
11:39:00: Finished DivX5-First Pass. Duration: 48 minutes, 24 seconds.
11:39:00: Trying to open Log-file.
11:39:00: Error: Could not open D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.log
11:39:00: Error: Could not count encoded Frames.
11:39:00: Speed: 0.000 Frames per Second.
11:39:00: WARNING: Number of counted frames differs from settings!
11:39:00: WARNING: Settings: 43710
11:39:00: WARNING: Counted: 0
11:39:00: WARNING: Difference: 43710
11:39:00: Correcting Bitrate...
11:39:00: Original Bitrate = 1501 k(=1000)Bits/s
11:39:00: ERROR: Correction impossible.
11:39:00: Now encoding at 1501 k(=1000)Bits/s
Adding this script to D:\PROGRA~1\GORDIA~1\virtualdub\VirtualDub.jobs:
// $job "DivX4 Second Pass"
// $input "D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.avs"
// $output "D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs_Movie_1.avi"
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script
VirtualDub.Open("D:\\Documents and Settings\\John\\My Documents\\DIVX DVD rips\\coupling 2-1 - The Man With Two Legs.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.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.SetCompData(490,"GAEAAEjnFgDQBwAACgAAABQAAAAsAQAADAAAAAIAAAAFAAAAAwAAAJABAAAAAAAAAAAAAB4AAABkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAyAAAAAAAAAAAQAACamZmZmZnJP5qZmZmZmck/QAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAIACAADgAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOA/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAEAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAD/////BAAAAEQ6XERvY3VtZW50cyBhbmQgU2V0dGluZ3NcSm9oblxNeSBEb2N1bWVudHNcRElWWCBEVkQgcmlwc1xjb3VwbGluZyAyLTEgLSBUaGUgTWFuIFdpdGggVHdvIExlZ3MubG9nAGM6XHRlc3QuZGl2eABEOlxEb2N1bWVudHMgYW5kIFNldHRpbmdzXEpvaG5cTXkgRG9jdW1lbnRzXERJVlggRFZEIHJpcHNcY291cGxpbmcgMi0xIC0gVGhlIE1hbiBXaXRoIFR3byBMZWdzLm12AG0=");
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\Documents and Settings\\John\\My Documents\\DIVX DVD rips\\coupling 2-1 - The Man With Two Legs_Movie_1.avi");
VirtualDub.Close();
// $endjob
//
//--------------------------------------------------
// $done
11:39:00: Started DivX5-Second Pass: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.avs
:(
Just upgraded my PC to XP Pro from 98, clean install. Now when I try to rip a DVD I get the following error at the end of the first pass.
10:50:35: Started DivX5-First Pass: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.avs
11:39:00: Finished DivX5-First Pass. Duration: 48 minutes, 24 seconds.
11:39:00: Trying to open Log-file.
11:39:00: Error: Could not open D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.log
11:39:00: Error: Could not count encoded Frames.
11:39:00: Speed: 0.000 Frames per Second.
11:39:00: WARNING: Number of counted frames differs from settings!
11:39:00: WARNING: Settings: 43710
11:39:00: WARNING: Counted: 0
11:39:00: WARNING: Difference: 43710
11:39:00: Correcting Bitrate...
11:39:00: Original Bitrate = 1501 k(=1000)Bits/s
11:39:00: ERROR: Correction impossible.
11:39:00: Now encoding at 1501 k(=1000)Bits/s
The movie comes out at just over 100Mb and is really bad quality.
I can still rip OK with my laptop, XP Home, but I need to fix this on my main home machine.
Have I made some dumb mistake when I re-installed everything?
Cheers
Snooper601
PS Check this series out, Coupling, I have never laughed so much for ages :o)
Full Log file dump:-
09/12/2002 10:50:35: Job "Movie 1" started.
o DivX5-First Pass: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.avs
o DivX5-Second Pass: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.avs
o Mux Audio.
End of Job 1 (Movie 1).
_______________________________________________________________________________________________________________________
Gordian Knot 0.26.1.8
Encoding Job Data:
Type: EncD5_Both
Number: 1
Name: Movie 1
Platform: WinXP (5.1.2600).2
Files:
VirtualDubExe: D:\PROGRA~1\GORDIA~1\virtualdub\Virtualdub.exe
NandubExe: D:\PROGRA~1\GORDIA~1\nandub\Nandub.exe
AviFinal: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.avi
AviMovie: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs_Movie_1.avi
AviCredits: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs_Credits.avi
MovieFS: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.avs
CreditsFS:
Log : D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.log
Stats: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.stats
Ecf : D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.ecf
Options:
Quality/DRF: 0
CreditsStart: 0
UseEcf: 1
CreditsIVTC: 0
CreditsAppend: 1
DeleteInterm.: 0
EnforceBitrate:0
AntiShit: 0
Calculator:
VideoSize: 318091 kbyte.
Audio1Size: 27312 kbyte.
Audio2Size: 0 kbyte.
Overhead: 2756 kbyte.
AviSize: 348160 kbyte (340 mbyte).
FilesSize: 0 kbyte.
TotalSize: 348160 kbyte (340 mbyte).
Interleaving: vbrmp3
Bitrate: 1490 k(=1000)Bits/s
Frames: 43710
FPS: 25.000
Duration: 0:29:8
Quality: 0.220 bits/(pixel*frame).
CompCheck3: 0.000 bits/(pixel*frame).
CompCheck5: 0.000 bits/(pixel*frame).
DivX5BiDirect: 0
DivX5GMC: 0
DivX5QuartPel: 0
DivX5PsyVis: 0
Resolution: 704 x 384
Audio 1:
mode: Just Mux Source File.
sourceFile: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs AC3 T01 2_0ch 224Kbps DELAY 0ms.mp3
wavFile: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs AC3 T01 2_0ch 224Kbps DELAY 0ms.wav
mp3File: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs AC3 T01 2_0ch 224Kbps DELAY 0ms_1.mp3
azid: ""
lame: ""
delay: 0
interval: 2
preload: 500
mux: 1
recalc: 1
deleteWav: 1
Audio 2:
none.
10:50:35: Audio 1, determined: 24923 kb
10:50:35: Audio 1, calc: 27312 kb
10:50:35: New Bitrate for Movie = 1501 k(=1000)Bits/s
Adding this script to D:\PROGRA~1\GORDIA~1\virtualdub\VirtualDub.jobs:
// $job "DivX4 First Pass"
// $input "D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.avs"
// $output "D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs_Movie_1.avi"
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script
VirtualDub.Open("D:\\Documents and Settings\\John\\My Documents\\DIVX DVD rips\\coupling 2-1 - The Man With Two Legs.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.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.SetCompData(490,"GAEAAEjnFgDQBwAACgAAABQAAAAsAQAADAAAAAIAAAAFAAAAAgAAAJABAAAAAAAAAAAAAB4AAABkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAyAAAAAAAAAAAQAACamZmZmZnJP5qZmZmZmck/QAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAIACAADgAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOA/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAEAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAD/////BAAAAEQ6XERvY3VtZW50cyBhbmQgU2V0dGluZ3NcSm9oblxNeSBEb2N1bWVudHNcRElWWCBEVkQgcmlwc1xjb3VwbGluZyAyLTEgLSBUaGUgTWFuIFdpdGggVHdvIExlZ3MubG9nAGM6XHRlc3QuZGl2eABEOlxEb2N1bWVudHMgYW5kIFNldHRpbmdzXEpvaG5cTXkgRG9jdW1lbnRzXERJVlggRFZEIHJpcHNcY291cGxpbmcgMi0xIC0gVGhlIE1hbiBXaXRoIFR3byBMZWdzLm12AG0=");
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\Documents and Settings\\John\\My Documents\\DIVX DVD rips\\coupling 2-1 - The Man With Two Legs_Movie_1.avi");
VirtualDub.Close();
// $endjob
//
//--------------------------------------------------
// $done
10:50:35: Started DivX5-First Pass: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.avs
11:39:00: Finished DivX5-First Pass. Duration: 48 minutes, 24 seconds.
11:39:00: Trying to open Log-file.
11:39:00: Error: Could not open D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.log
11:39:00: Error: Could not count encoded Frames.
11:39:00: Speed: 0.000 Frames per Second.
11:39:00: WARNING: Number of counted frames differs from settings!
11:39:00: WARNING: Settings: 43710
11:39:00: WARNING: Counted: 0
11:39:00: WARNING: Difference: 43710
11:39:00: Correcting Bitrate...
11:39:00: Original Bitrate = 1501 k(=1000)Bits/s
11:39:00: ERROR: Correction impossible.
11:39:00: Now encoding at 1501 k(=1000)Bits/s
Adding this script to D:\PROGRA~1\GORDIA~1\virtualdub\VirtualDub.jobs:
// $job "DivX4 Second Pass"
// $input "D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.avs"
// $output "D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs_Movie_1.avi"
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script
VirtualDub.Open("D:\\Documents and Settings\\John\\My Documents\\DIVX DVD rips\\coupling 2-1 - The Man With Two Legs.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.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.SetCompData(490,"GAEAAEjnFgDQBwAACgAAABQAAAAsAQAADAAAAAIAAAAFAAAAAwAAAJABAAAAAAAAAAAAAB4AAABkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAyAAAAAAAAAAAQAACamZmZmZnJP5qZmZmZmck/QAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAIACAADgAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOA/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAEAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAD/////BAAAAEQ6XERvY3VtZW50cyBhbmQgU2V0dGluZ3NcSm9oblxNeSBEb2N1bWVudHNcRElWWCBEVkQgcmlwc1xjb3VwbGluZyAyLTEgLSBUaGUgTWFuIFdpdGggVHdvIExlZ3MubG9nAGM6XHRlc3QuZGl2eABEOlxEb2N1bWVudHMgYW5kIFNldHRpbmdzXEpvaG5cTXkgRG9jdW1lbnRzXERJVlggRFZEIHJpcHNcY291cGxpbmcgMi0xIC0gVGhlIE1hbiBXaXRoIFR3byBMZWdzLm12AG0=");
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\Documents and Settings\\John\\My Documents\\DIVX DVD rips\\coupling 2-1 - The Man With Two Legs_Movie_1.avi");
VirtualDub.Close();
// $endjob
//
//--------------------------------------------------
// $done
11:39:00: Started DivX5-Second Pass: D:\Documents and Settings\John\My Documents\DIVX DVD rips\coupling 2-1 - The Man With Two Legs.avs
:(