mozzle
18th June 2008, 21:00
[SOLVED]
Hello.
I'm having a problem trying to do a compressibility check using enc.
Here's the procedure that produces the error:
1) Open enc and enter path to VirtualDub
2) Enter path to test.avs
3) Select "Compressibility Test"; 5%; Normal Method
4) Configure XviD using single pass method explained in the XviD presets thread under ("How do I choose the correct preset?") http://forum.doom9.org/showthread.php?t=119399
5) Enter target bitrate of 1250 kbps
6) Click "New Job" to enter job into the jobs list
7) Click "Start all Jobs"
After a pause, VirtualDub launches but immediately stops and displays the following error: "Command line error: unknown switch log"
I have searched both this forum and found one post referencing the same problem but the user apparently solved it on his/her own and didn't bother to explain how(?!?)
Version Info:
enc v1.03
VirtualDub 1.7.8.0 (build 28346)
Xvid-1.1.3-27042008 _Final Release_
Here's my AVS script:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MaskTools\MaskTools.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MaskTools2\mt_masktools-26.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\RemoveGrain.dll")
Import("C:\Program Files\AviSynth 2.5\plugins\LimitedSharpenFaster.avs")
Import("C:\Program Files\AviSynth 2.5\plugins\Soothe.avs")
DGDecode_mpeg2source("C:\Documents and Settings\tb\Desktop\TESTS\dvdtest.d2v",info=3)
ColorMatrix(hints=true)
crop( 2, 60, -2, -64)
Lanczos4Resize(704,288,0,0.5)
dull = last
sharp = dull.LimitedSharpenFaster( ss_x=1.25, ss_y=1.25, strength=60, overshoot=1 )
Soothe( sharp, dull, 20 )
I hope that's enough info and that somebody out there has some insight into this.
Thanks for taking the time.
System Info:
OS: WinXP Pro SP2
CPU: Intel Core Duo T7300 2GHz
Memory: 2GB RAM
Graphics: NVIDIA Quadro NVS 135M
Hello.
I'm having a problem trying to do a compressibility check using enc.
Here's the procedure that produces the error:
1) Open enc and enter path to VirtualDub
2) Enter path to test.avs
3) Select "Compressibility Test"; 5%; Normal Method
4) Configure XviD using single pass method explained in the XviD presets thread under ("How do I choose the correct preset?") http://forum.doom9.org/showthread.php?t=119399
5) Enter target bitrate of 1250 kbps
6) Click "New Job" to enter job into the jobs list
7) Click "Start all Jobs"
After a pause, VirtualDub launches but immediately stops and displays the following error: "Command line error: unknown switch log"
I have searched both this forum and found one post referencing the same problem but the user apparently solved it on his/her own and didn't bother to explain how(?!?)
Version Info:
enc v1.03
VirtualDub 1.7.8.0 (build 28346)
Xvid-1.1.3-27042008 _Final Release_
Here's my AVS script:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MaskTools\MaskTools.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MaskTools2\mt_masktools-26.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\RemoveGrain.dll")
Import("C:\Program Files\AviSynth 2.5\plugins\LimitedSharpenFaster.avs")
Import("C:\Program Files\AviSynth 2.5\plugins\Soothe.avs")
DGDecode_mpeg2source("C:\Documents and Settings\tb\Desktop\TESTS\dvdtest.d2v",info=3)
ColorMatrix(hints=true)
crop( 2, 60, -2, -64)
Lanczos4Resize(704,288,0,0.5)
dull = last
sharp = dull.LimitedSharpenFaster( ss_x=1.25, ss_y=1.25, strength=60, overshoot=1 )
Soothe( sharp, dull, 20 )
I hope that's enough info and that somebody out there has some insight into this.
Thanks for taking the time.
System Info:
OS: WinXP Pro SP2
CPU: Intel Core Duo T7300 2GHz
Memory: 2GB RAM
Graphics: NVIDIA Quadro NVS 135M