I'm still interested in the ability to specify a video card (especially as a RDP workaround).

For example when using FFMS2 you can display the frametypes like this:neuron2 wrote:Is there any existing example of a filter that does that? I don't know how to display info "inside" a script.
Code: Select all
FFVideoSource("some_video.mkv")
ScriptClip("""subtitle("Frame: "+string(current_frame)+"\nType: "+Chr(ffpict_type),lsp=0)""",after_frame=true)
I'll post this now, but you can read it when MP4 is done...neuron2 wrote:It's all a matter of priorities. [...] When MP4 is done, negotiation can begin on priorities for the remaining ones.
lev wrote:I'm still interested in the ability to specify a video card (especially as a RDP workaround).