Ebobtron
13th July 2007, 06:53
I offer the following aviSynth script.
IfMyMotherWoreShoes = "she could walk to the park"
info()
Somewhere in the ether of a ScriptEnvironment
GetVar("IfMyMotherWoreShoes") returns
AsString("she could walk to the park")
Is there a reason why a Script header cannot pass a block of data directly to an application? Other than no one is doing it.
As the loading application, if I don't look for the data it should not hurt anything. :confused:
Is there a reason that I should not teach FilmCutter to take packaged data from the script and pass it to the command line for HC or QuEnc? Other than no one would ever use it.
Better still why couldn't Hank replace his ini settings with script based settings.
Either I am missing something or maybe I need new pills.
IfMyMotherWoreShoes = "she could walk to the park"
info()
Somewhere in the ether of a ScriptEnvironment
GetVar("IfMyMotherWoreShoes") returns
AsString("she could walk to the park")
Is there a reason why a Script header cannot pass a block of data directly to an application? Other than no one is doing it.
As the loading application, if I don't look for the data it should not hurt anything. :confused:
Is there a reason that I should not teach FilmCutter to take packaged data from the script and pass it to the command line for HC or QuEnc? Other than no one would ever use it.
Better still why couldn't Hank replace his ini settings with script based settings.
Either I am missing something or maybe I need new pills.