Mounir
10th July 2021, 12:14
I'm trying to use the subtitle filter with applyrange to use the filter onto only a few frames of the video but i get a "align" argument does not exist
this works:
Subtitle("My Video", align=2,text_color = color_white,halo_color=color_black)
This don't:
ApplyRange(300,500,"Subtitle","My Video",align=2)
Perhaps a syntax problem, i'm not sure
Thanks for your help and time
source: http://avisynth.nl/index.php/Subtitle
Edit: stupid me! subtitle got a first frame/last_frame aswell.
But still, it'd be good to know for applyrange
this works:
Subtitle("My Video", align=2,text_color = color_white,halo_color=color_black)
This don't:
ApplyRange(300,500,"Subtitle","My Video",align=2)
Perhaps a syntax problem, i'm not sure
Thanks for your help and time
source: http://avisynth.nl/index.php/Subtitle
Edit: stupid me! subtitle got a first frame/last_frame aswell.
But still, it'd be good to know for applyrange