NSanity
23rd May 2003, 02:27
using koepi's 14052003 build...
AVS file
SetWorkingDir("C:\Program Files\AviSynth 2.5\")
LoadPlugin("C:\PROGRA~1\Gordian Knot\mpeg2dec3.dll")
#
# SOURCE
mpeg2source("C:\work\romeo_must_die.d2v")
# CROPPING
crop(0,76,718,424)
# RESIZING
LanczosResize(672,272)
gknot log
// $job "Xvid First Pass"
// $input "C:\work\romeo_must_die.avs"
// $output "C:\work\romeo_must_die_1_Movie.avi"
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script
VirtualDub.Open("C:\\work\\romeo_must_die.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.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("C:\\work\\romeo_must_die_1_Movie.avi");
VirtualDub.Close();
// $endjob
//
//--------------------------------------------------
// $done
11:12:53 AM: Started Xvid - First Pass: C:\work\romeo_must_die.avs
8:53:18 PM: Finished Xvid - First Pass. Duration: 9 hours, 40 minutes, 25 seconds.
8:53:18 PM: Trying to open Log-file.
8:53:18 PM: Success: Log-file open.
8:53:18 PM: Encoded: 165508 Frames.
8:53:18 PM: Speed: 4.753 Frames per Second.
8:53:18 PM: New target size = 1119425Kb
Adding this script to C:\PROGRA~1\Gordian Knot\VirtualDubMod\LastJob.vcf:
// $job "Xvid Second Pass"
// $input "C:\work\romeo_must_die.avs"
// $output "C:\work\romeo_must_die_1_Movie.avi"
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script
VirtualDub.Open("C:\\work\\romeo_must_die.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.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("C:\\work\\romeo_must_die_1_Movie.avi");
VirtualDub.Close();
// $endjob
//
//--------------------------------------------------
// $done
xvid settings used were
Motion Search 6, MPEG, VHQ4, Chroma Me, Chroma Optimiser, B-frames -1, hvs-best picture matrix, payback proportionally, no alt curve..
now my problem is this... all the edges of things have tons of noise around them... however this is only when i'm viewing it through wmp6.4
just looking through the movie in Virtual dub... there is no noise... in fact it looks VERY sharp...
I haven't got ffdshow... lst time i tryed to install it it didn't work (well xvid was still decoding it, and divx was for divx movies...)
any thoughts?
AVS file
SetWorkingDir("C:\Program Files\AviSynth 2.5\")
LoadPlugin("C:\PROGRA~1\Gordian Knot\mpeg2dec3.dll")
#
# SOURCE
mpeg2source("C:\work\romeo_must_die.d2v")
# CROPPING
crop(0,76,718,424)
# RESIZING
LanczosResize(672,272)
gknot log
// $job "Xvid First Pass"
// $input "C:\work\romeo_must_die.avs"
// $output "C:\work\romeo_must_die_1_Movie.avi"
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script
VirtualDub.Open("C:\\work\\romeo_must_die.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.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("C:\\work\\romeo_must_die_1_Movie.avi");
VirtualDub.Close();
// $endjob
//
//--------------------------------------------------
// $done
11:12:53 AM: Started Xvid - First Pass: C:\work\romeo_must_die.avs
8:53:18 PM: Finished Xvid - First Pass. Duration: 9 hours, 40 minutes, 25 seconds.
8:53:18 PM: Trying to open Log-file.
8:53:18 PM: Success: Log-file open.
8:53:18 PM: Encoded: 165508 Frames.
8:53:18 PM: Speed: 4.753 Frames per Second.
8:53:18 PM: New target size = 1119425Kb
Adding this script to C:\PROGRA~1\Gordian Knot\VirtualDubMod\LastJob.vcf:
// $job "Xvid Second Pass"
// $input "C:\work\romeo_must_die.avs"
// $output "C:\work\romeo_must_die_1_Movie.avi"
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script
VirtualDub.Open("C:\\work\\romeo_must_die.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.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("C:\\work\\romeo_must_die_1_Movie.avi");
VirtualDub.Close();
// $endjob
//
//--------------------------------------------------
// $done
xvid settings used were
Motion Search 6, MPEG, VHQ4, Chroma Me, Chroma Optimiser, B-frames -1, hvs-best picture matrix, payback proportionally, no alt curve..
now my problem is this... all the edges of things have tons of noise around them... however this is only when i'm viewing it through wmp6.4
just looking through the movie in Virtual dub... there is no noise... in fact it looks VERY sharp...
I haven't got ffdshow... lst time i tryed to install it it didn't work (well xvid was still decoding it, and divx was for divx movies...)
any thoughts?