OverZerg
26th March 2020, 20:26
In a guide for encoding I found info that if i put strings
selectTotal1=framecount()/100
selectTotal2=selectTotal1*2
selectrangeevery(selectTotal2,50)
at the end of avisynth script, then it gives an output file containing frames from different parts of source file, so I could encode resulting file with different parameters and see how it goes. But the problem is I completely new to avisynth, so I read that I can do a text file with strings in it and rename it to .avs, but what to do with it and is everything should go before those strings? How to make it work as intended?
selectTotal1=framecount()/100
selectTotal2=selectTotal1*2
selectrangeevery(selectTotal2,50)
at the end of avisynth script, then it gives an output file containing frames from different parts of source file, so I could encode resulting file with different parameters and see how it goes. But the problem is I completely new to avisynth, so I read that I can do a text file with strings in it and rename it to .avs, but what to do with it and is everything should go before those strings? How to make it work as intended?