Log in

View Full Version : About Average


Neroldy
14th February 2015, 15:14
I have a video is double-deblending, so I want to use
srestore(frate=25.000, omode="pp3")
decimate(cycle=5, quality=0) to deblending. But when I add this into my avs, I got error: Average: all clips must be have same or greater number of frames as the first one.
I'm confused and don't know how to solve this problem. So please help me and :thanks:

The media info
Video
ID : 4113 (0x1011)
Menu ID : 1 (0x1)
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.1
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Format settings, GOP : M=3, N=24
Codec ID : 27
Duration : 2h 7mn
Bit rate mode : Variable
Maximum bit rate : 33.0 Mbps
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate : 29.970 fps
Standard : NTSC
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : MBAFF
Color primaries : BT.709
Transfer characteristics : BT.709
Matrix coefficients : BT.709

Reel.Deel
14th February 2015, 15:27
You must be using tp7's updated Average, unlike the original it has a few sanity checks (it's the correct thing to do but it can potentially break compatibility with some scripts in certain situations). I encountered this not too long ago, try trimming or adding a frame, if that doesn't work then use the original Average (http://avisynth.nl/index.php/Average#Download) (bottom of the page).

Neroldy
14th February 2015, 16:04
You must be using tp7's updated Average, unlike the original it has a few sanity checks (it's the correct thing to do but it can potentially break compatibility with some scripts in certain situations). I encountered this not too long ago, try trimming or adding a frame, if that doesn't work then use the original Average (http://avisynth.nl/index.php/Average#Download) (bottom of the page).

I change to use mg262's Average and my avs script works!! Thank you!
:thanks:

Reel.Deel
16th February 2015, 15:46
Just for future reference: srestore v2.7h (http://forum.doom9.org/showpost.php?p=1674765&postcount=668) was updated to be compatible with the updated Average.