View Full Version : Unsupported input format (DIB)?
PiPPoNe92
18th October 2009, 15:47
My "VTS_01_1_Source(RisoluzioneBassa)5.avs" script is:
DirectShowSource("A.mkv", fps=23.976215)
Spline64Resize(544,228)
LoadPlugin("AutoCrop.dll")
LoadPlugin("RemoveDirtS.dll")
LoadPlugin("RemoveGrainS.dll")
LoadPlugin("RepairS.dll")
LoadPlugin("TTempSmooth.dll")
Import("BlindDeHalo3_mt2.avsi")
Import("Deblock_QED_MT2.avsi")
Import("GradFun2DBmod.v1.3.avsi")
Import("LSFmod.v1.9.avsi")
Import("MCTemporalDenoise.v1.3.09.avsi")
Import("FstLineDarkenMOD.avsi")
Import("LimitedSharpenFaster.avsi")
Import("MC_Spuds.avs")
Import("MC_Spuds_mvt.avs")
Import("FastLineDarken 1.3 MT MOD.avsi")
RemoveGrain(mode=5)
ttempsmooth()
limitedsharpenfaster(ss_x=1.0, ss_y=1.0, smode=4, strength=20)
MCTemporalDenoise(settings="HIGH")
fastlinedarkenmod(thinning=0, strength=25)
mc_spuds(frames=2,strength=4)
GradFun2DBmod(show=true)
BlindDeHalo()
ConvertToYV12()
AutoCrop(0)
My x264 script is:
http://i34.tinypic.com/25ahkko.jpg
It don't work. Why? Which are the requirements for filters (i.e. Masktools that I haven't.) ?
P.S. I would ripping a movie with max quality!! :D
neuron2
18th October 2009, 16:17
Three things:
1. Fix your thread title ASAP or you will get a rule 9 strike.
2. Tell us in what way it did not work. That will also give you a strong clue about how to fix your thread title. :)
3. You have a severe case of filteritis.
PiPPoNe92
18th October 2009, 16:27
done!!
neuron2
18th October 2009, 16:33
Where did you get the input MKV file?
PiPPoNe92
18th October 2009, 16:36
I downloaded it from a forum...
Avinaptic INFO:
[ Info sul file ]
Nome: A.mkv
Data: 17/10/2009 16:03:10
Dimensione: 2,895,738,721 bytes (2761.592 MB)
[ Info generiche ]
Durata: 02:29:53 (8993.026 s)
Tipo di contenitore: matroska
Data creazione: 17/10/2009 14:01:34 UTC
Streams totali: 1
Tipo stream n. 1: video (V_MPEG4/ISO/AVC)
Audio streams: 0
Muxing Application: Haali DirectShow Matroska Muxer 1.9.42.1
Writing Application: gdsmux
[ Dati rilevanti ]
Risoluzione: 1280 x 534
Larghezza: multipla di 32
Altezza: multipla di 2
[ Traccia video ]
Codec ID: V_MPEG4/ISO/AVC
Risoluzione: 1280 x 534
Frame aspect ratio: 640:267 = 2.397003
Pixel aspect ratio: 1:1 = 1
Display aspect ratio: 640:267 = 2.397003
[ Info sulla codifica H.264 ]
User data: x264
User data: core 68 r1183M f21daff
User data: H.264/MPEG-4 AVC codec
User data: Copyleft 2003-2009
User data: http://www.videolan.org/x264.html
User data: cabac=1
User data: ref=4
User data: deblock=1:-4:-4
User data: analyse=0x3:0x113
User data: me=umh
User data: subme=9
User data: psy_rd=1.0:0.0
User data: mixed_ref=1
User data: me_range=16
User data: chroma_me=1
User data: trellis=2
User data: 8x8dct=1
User data: cqm=2
User data: deadzone=21,11
User data: chroma_qp_offset=-2
User data: threads=3
User data: nr=0
User data: decimate=0
User data: mbaff=0
User data: bframes=3
User data: b_pyramid=1
User data: b_adapt=2
User data: b_bias=0
User data: direct=3
User data: wpredb=1
User data: keyint=250
User data: keyint_min=25
User data: scenecut=40
User data: rc=2pass
User data: bitrate=2573
User data: ratetol=1.0
User data: qcomp=0.60
User data: qpmin=10
User data: qpmax=51
User data: qpstep=4
User data: cplxblur=20.0
User data: qblur=0.5
User data: ip_ratio=1.40
User data: pb_ratio=1.30
User data: aq=1:1.00
SPS id: 0
Profile: High@L4.1
Num ref frames: 4
Aspect ratio: Square pixels
Chroma format idc: YUV 4:2:0
PPS id: 0 (SPS: 0)
Codifica entropica: CABAC
Weighted prediction: No
Weighted bipred idc: B slices - implicit weighted prediction
8x8dct: Sė
Custom intra4X4 luma:
6 9 13 19
9 14 20 27
13 20 28 35
19 27 35 42
Custom intra4X4 chromau:
6 10 15 20
10 16 21 27
15 21 28 33
20 27 33 42
Custom inter4X4 luma:
8 11 15 20
11 16 21 27
15 21 28 35
20 27 35 42
Custom inter4X4 chromau:
8 11 16 21
11 17 22 27
16 22 28 35
21 27 35 42
Custom intra8X8 luma:
6 7 8 10 12 14 16 18
7 9 11 13 15 16 18 20
8 11 14 16 17 19 21 22
10 13 16 18 20 22 24 26
12 15 17 20 23 25 28 30
14 16 19 22 25 29 34 38
16 18 21 24 28 34 46 52
18 20 22 26 30 38 52 72
Custom inter8X8 luma:
8 9 10 12 14 16 19 21
9 11 13 15 17 19 21 23
10 13 16 18 20 22 23 25
12 15 18 21 23 24 26 32
14 17 20 23 25 27 33 40
16 19 22 24 27 34 41 52
19 21 23 26 33 41 53 64
21 23 25 32 40 52 64 80
neuron2
18th October 2009, 16:37
Closed for rule 6 violation.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.