Forensic
30th May 2018, 18:11
I need to execute a ffmpeg command (it has a lot of parameters) from within my Avisynth script. Is this possible?
If not, then one alternative is for my script to call a BAT file by passing a variable. My failed syntax attempt was:
LoadPlugin("CALL_25.dll")
Call("test.bat", "MyVariable")
I am open to any suggestions. Thank you.
If not, then one alternative is for my script to call a BAT file by passing a variable. My failed syntax attempt was:
LoadPlugin("CALL_25.dll")
Call("test.bat", "MyVariable")
I am open to any suggestions. Thank you.