lisztfr9
20th October 2012, 17:31
Hi,
it seems that i miss something obvious..
I cannot make a subtitle with a line break :
newline = "Chr(13) + Chr(10)"
script = "Subtitle(String(AverageLuma))" + newline + """subtitle("frame = " + string(current_frame))"""
Scriptclip(last, script)
http://avisynth.org/mediawiki/The_script_execution_model/Scope_and_lifetime_of_variables#A_variables_scope_and_lifetime_example
script = "th1 = " + String(th1) + Chr(13) + Chr(10) + \
"th2 = " + String(th2)
According to this, Scriptclip could evaluate the carriage return and line feed, and maybe it does but it's not printed ?
It is for debugging purpose, to have more variables on screen.
Thanks, L
it seems that i miss something obvious..
I cannot make a subtitle with a line break :
newline = "Chr(13) + Chr(10)"
script = "Subtitle(String(AverageLuma))" + newline + """subtitle("frame = " + string(current_frame))"""
Scriptclip(last, script)
http://avisynth.org/mediawiki/The_script_execution_model/Scope_and_lifetime_of_variables#A_variables_scope_and_lifetime_example
script = "th1 = " + String(th1) + Chr(13) + Chr(10) + \
"th2 = " + String(th2)
According to this, Scriptclip could evaluate the carriage return and line feed, and maybe it does but it's not printed ?
It is for debugging purpose, to have more variables on screen.
Thanks, L