Log in

View Full Version : Gavino's: Delete frames satisfying user-defined condition


Pages : 1 [2]

StainlessS
28th March 2016, 21:16
for the info, watching Windsor in the threatening pose, you can actually sort of hear the coarse Welsh accent when reading his lips (no audio).
'Mike Sammes Singers' that name rings a bell, just not sure which bell it is.

You could try this mod below (untested, but ensure Global REPLACE_DROPC=False, EDIT: Actually commented that line out so dont matter).


if(T1 || (T2 && T3)) {
Stat = 4
nStat = 5
RT_DBaseSet(DB,n,True,Stat)
(n < FrameCount-2) ? RT_DBaseSet(DB,n+2,True,6) : NOP
RT_WriteFile(FN,"CP %d",n,Append=True)
RT_WriteFile(FN,"CN %d",n+1,Append=True)
#(REPLACE_DROPC) ? RT_WriteFile(FN,"CN %d",n+2,Append=True) : NOP
}


Good luck, "lovely boy" :)

StainlessS
28th March 2016, 22:15
Moved below from above post EDIT to here, thought I might better point out the QTGMC stuff below.

Yes, I guess cutting out two frames duration may make missing audio noticeable especially if audio was intended to be
continuous over video shot change.

By the way, I dont use QTGMC too much (its just a bit slow), but I think I noticed some weeks back that one of the
settings does a BLEND over scene changes (maybe is source of your problem to begin with), if you are using QTGMC then
look up the setting and switch the blend thing OFF, no more problem (maybe, maybe not).
EDIT: Ignore this, just remembered you problem is quite often switching mid frame and so would still be nasty,