Audionut
8th September 2005, 01:35
x264.exe version 291
megui-x264 v0.2.2.3a
Script:
import("g:\x\ltsmc.avs")
import("g:\x\soothe.avs")
import("g:\x\blinddehalo3.avs")
import("g:\x\lsharpen2.avs")
video = mpeg2source("D:\BAND_OF_BROTHERS_DISC1\VIDEO_TS\test.d2v")
video = video.crop(8,8,-8,-8)
video = video.ltsmc(apmode=4,blcksze=4,chromame=true)
video = video.lanczos4resize(704,384)
video = video.BlindDeHalo3(rx=3.0, ry=3.0, strength=40,
\ lodamp=0.0, hidamp=0.0, sharpness=1.0, tweaker=0.0,
\ PPmode=0, PPlimit=0, interlaced=false)
video2= video.LimitedSharpen(ss_x=1.5, ss_y=1.5,
\ Smode=3, strength=200, radius=3,
\ Lmode=1, wide=false, overshoot=1,
\ soft=false, edgemode=0, special=false,
\ exborder=0 )
soothe(video2,video,10)
Command line, pass 1:
"x264.exe" --pass 1 --bitrate 900 --stats "2pass.log" --ref 8 --bframes 2 --b-pyramid --subme 6 --weightb --analyse all --8x8dct --pbratio 1.5 --chroma-qp-offset 2 --me esa --threads 2 --cqmfile "G:\hvs2.cfg" --progress --no-psnr --output NUL "D:\new.avs"
pass 2:
"x264.exe" --pass 2 --bitrate 900 --stats "2pass.log" --ref 8 --bframes 2 --b-pyramid --subme 6 --weightb --analyse all --8x8dct --pbratio 1.5 --chroma-qp-offset 2 --me esa --threads 2 --cqmfile "G:\hvs2.cfg" --progress --no-psnr --output "D:\test.mkv"
Problem:
I can only play the resulting file with ffdshow. No other decoder seems to want to accept it.
Custom Matrix so the video output with ffdshow is borked but atleast the filter will accept input.
Virtualdubmod produces this error message:
These are numerous, all at different (ms)
MKV: A frame of strem 1 (at *** ms) had only a forward reference (maybe broken file).
Also This.
MKV: Video frames seems to be weirdly ordered.
megui-x264 v0.2.2.3a
Script:
import("g:\x\ltsmc.avs")
import("g:\x\soothe.avs")
import("g:\x\blinddehalo3.avs")
import("g:\x\lsharpen2.avs")
video = mpeg2source("D:\BAND_OF_BROTHERS_DISC1\VIDEO_TS\test.d2v")
video = video.crop(8,8,-8,-8)
video = video.ltsmc(apmode=4,blcksze=4,chromame=true)
video = video.lanczos4resize(704,384)
video = video.BlindDeHalo3(rx=3.0, ry=3.0, strength=40,
\ lodamp=0.0, hidamp=0.0, sharpness=1.0, tweaker=0.0,
\ PPmode=0, PPlimit=0, interlaced=false)
video2= video.LimitedSharpen(ss_x=1.5, ss_y=1.5,
\ Smode=3, strength=200, radius=3,
\ Lmode=1, wide=false, overshoot=1,
\ soft=false, edgemode=0, special=false,
\ exborder=0 )
soothe(video2,video,10)
Command line, pass 1:
"x264.exe" --pass 1 --bitrate 900 --stats "2pass.log" --ref 8 --bframes 2 --b-pyramid --subme 6 --weightb --analyse all --8x8dct --pbratio 1.5 --chroma-qp-offset 2 --me esa --threads 2 --cqmfile "G:\hvs2.cfg" --progress --no-psnr --output NUL "D:\new.avs"
pass 2:
"x264.exe" --pass 2 --bitrate 900 --stats "2pass.log" --ref 8 --bframes 2 --b-pyramid --subme 6 --weightb --analyse all --8x8dct --pbratio 1.5 --chroma-qp-offset 2 --me esa --threads 2 --cqmfile "G:\hvs2.cfg" --progress --no-psnr --output "D:\test.mkv"
Problem:
I can only play the resulting file with ffdshow. No other decoder seems to want to accept it.
Custom Matrix so the video output with ffdshow is borked but atleast the filter will accept input.
Virtualdubmod produces this error message:
These are numerous, all at different (ms)
MKV: A frame of strem 1 (at *** ms) had only a forward reference (maybe broken file).
Also This.
MKV: Video frames seems to be weirdly ordered.