Code: Select all
-vf drawtext="fontsize=15:fontfile=%s_ffastrans_dir%\DejaVuSans.ttf:\
timecode='%i_stc_hh%\:%i_stc_mm%\:%i_stc_ss%\:%i_stc_ff%':rate=%f_frame_rate%:text='TCR\:':fontsize=72:fontcolor='white':\
boxcolor=0x000000AA:box=1:x=(w-text_w)/2:y=h-th-10" -b:v 1500k -b:a 128k -c:v h264_nvenc
-vf "scale=iw/3:ih/3" - has worked fine when I do not have drawtext
-s %i_width%:%i_height% also works at the end of my script - but I cannot adjust it by the "/3" or even a minimum width/height for some reason. I'd love to be able to do that if possible!
I've done the built-in AviSynth/Frame resize/Timecode - but nvenc is so much faster on our sytems (4-5x vs 13-14x!) so I'd love to keep it that fast if at all possible.
Also - not totally sure I'm getting the proper font for BITC - it does jump around quite a bit with the letters - I can't seem to find it when I search on the forums but does anyone have any tips/tricks to having clean BITC?!?
Thanks - this software is a literal life saver!