Hi
can avisynth add comment (e.g. author, name, date ecc.) so virtualdub include this data into .avi files?
thanks
+ Reply to Thread
Results 1 to 5 of 5
-
-
As a subtitle, yes.
http://avisynth.nl/index.php/Subtitle
Or create a real subtitle file (SRT, SSA, whatever) and add it via the textsub filter. -
I mean comment not to render to video image,
for example:
In virtualdub I open this avisynth script:
DirectShowSource("c:\input.mxf")
Now I would like that Virtualdub recognize in the window called "set text information" in the field "name" the word: hello (that is corresponding to the tag "INAM" internally at virtualdub)
Now I would like modify the script .avs so that virtualdub automatically can recognize "hello" when I open FILE--->"set text information" window