Thread: Avisynth+
View Single Post
Old 10th January 2018, 09:02   #3848  |  Link
pinterf
Registered User
 
Join Date: Jan 2014
Posts: 2,309
There was no change, what happens when you call Eval with the clip as the first parameter? (not tried, I hope syntax is OK)
Code:
  AVSValue eval_args[] = { clip, env->SaveString("Subtitle(\"Hello world!\")") };
  AVSValue val = env->Invoke("Eval", AVSValue(eval_args, 2));
pinterf is offline