View Single Post
Old 14th September 2019, 16:43   #7  |  Link
zappa
Registered User
 
zappa's Avatar
 
Join Date: Sep 2018
Posts: 23
Quote:
Originally Posted by StainlessS View Post
Pretty much all you can do.
Code:
FN="d:\GetSeq_Test\TEST\tears_of_steel_1080pwebm.webm"
FFVideosource(FN)

SSS=""" Subtitle(String(current_frame,"%.0f] ")+Chr(FFPICT_TYPE)) """

Scriptclip(SSS,After_Frame=True)
Only source filter can ever know the frame type, above FFVideosource exposes this [so that it could be used Programmatically].
thanks so much
zappa is offline   Reply With Quote