View Single Post
Old 7th June 2020, 19:02   #14  |  Link
bruno321
Registered User
 
Join Date: Oct 2018
Posts: 133
Thanks, that was useful. I've the three text files now (they look legit, with many lines of data), but when I try to preview the second pass I get (in avspmod):

MDEC2: incompatible number of frames.

script:
Code:
MPEGSource("file.d2v",cpu=0)
tfm()
MDec2(create=false, rate=20,dir="mypath")
(I used Decimation mode: remove duplicates, global, protect static scenes, threshold 1.0, run length 5)

FWIW I want to get rid of dupes in this file which are distributed haphazardly, in some sections I think a TDecimate(0,7,12) would do, but in others it has another repetition pattern which I suspect to be TDecimte(0,33,199) but I'm only 95% sure.

Last edited by bruno321; 7th June 2020 at 19:33.
bruno321 is offline   Reply With Quote