AiDz0r
29th October 2012, 16:12
Hi there, these are the filters i'm using in avisynth:
video = ffvideosource("D:\Downloads\anime.ts")
audio = ffaudiosource("D:\Downloads\anime.ts")
AudioDub(video, audio)
TFM(order=1,slow=2)
TDecimate(mode=1)
Trim(20848,20948)
FastLineDarkenMOD2(strength=66,luma_cap=225,thinning=0)
MSharpen(strength=60)
LSFmod(strength=150, dest_x=1280, dest_y=720)
dfttest (sigma=2, lsb=true)
DitherPost ()
Some info about the raw .ts file:
Format : MPEG-TS
Format : MPEG Video
Format version : Version 2
Format profile : Main@High
Format settings, BVOP : Yes
Format settings, Matrix : Custom
Format settings, GOP : M=3, N=15
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Interlaced
Scan order : Top Field First
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.199
Stream size : 1.97 GiB (93%)
Color primaries : BT.709
Transfer characteristics : BT.709
Matrix coefficients : BT.709
This is my result:
http://i.cubeupload.com/auWWFj.png
When comparing it with others encoding, it should be looking like this:
http://i.cubeupload.com/CtAgA2.png
You can also compare from here: 'screenshotcomparison (http://screenshotcomparison.com/comparison/154827)'
If you take closer look at the white's near the bottom, you can still see the green color patch all over the video.
how may I remove this and resolve my issue?
video = ffvideosource("D:\Downloads\anime.ts")
audio = ffaudiosource("D:\Downloads\anime.ts")
AudioDub(video, audio)
TFM(order=1,slow=2)
TDecimate(mode=1)
Trim(20848,20948)
FastLineDarkenMOD2(strength=66,luma_cap=225,thinning=0)
MSharpen(strength=60)
LSFmod(strength=150, dest_x=1280, dest_y=720)
dfttest (sigma=2, lsb=true)
DitherPost ()
Some info about the raw .ts file:
Format : MPEG-TS
Format : MPEG Video
Format version : Version 2
Format profile : Main@High
Format settings, BVOP : Yes
Format settings, Matrix : Custom
Format settings, GOP : M=3, N=15
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Interlaced
Scan order : Top Field First
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.199
Stream size : 1.97 GiB (93%)
Color primaries : BT.709
Transfer characteristics : BT.709
Matrix coefficients : BT.709
This is my result:
http://i.cubeupload.com/auWWFj.png
When comparing it with others encoding, it should be looking like this:
http://i.cubeupload.com/CtAgA2.png
You can also compare from here: 'screenshotcomparison (http://screenshotcomparison.com/comparison/154827)'
If you take closer look at the white's near the bottom, you can still see the green color patch all over the video.
how may I remove this and resolve my issue?