View Single Post
Old 18th August 2019, 14:32   #1312  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Quote:
Maybe can do multiple encodes at once instead of MT
MakeMultiPartScripts & FFMS_MakeMultiPartScripts:- http://forum.doom9.org/showthread.ph...ltiPartScripts

Code:
# FFMS_MakeMultiPartScripts.avsi

Function FFMS_MakeMultiPartScript(String FnList,String "OutPath",Int "Parts") {
/*
    FFMS_MakeMultiPartScripts v0.04  :::  Requires RT_Stats, Avs+ OR GScript.

    FFMS_MakeMultiPartScript(String FnList,String "OutPath"="",Int "Parts"=4)
        FnList,   No default. Multi-line string of avs filenames(1 or more).
                  Source scripts to split must use FFMS2 source filter.
                  Source scripts clip length must be at least (20 * Parts) frames else error abort.
                  This function sets a Global FFMS_MakeMultiPartScript_Glb variable, can be detected in source
                    avs scripts so as to determine if called by this function (for whatever reason).
        OutPath,  Default "", Same Directory as source file directory. Path (must exist) where output scripts written.
                  Where OutPath = default "", and multiple input files with different directories given in FnList, OutPath will use input file directory
                  for each input file (even when different directories, will not be different paths where fileSelector client script used).
                  Use "." for current directory.
        Parts,    Default 4. Number of parts that source script is split into.
*/
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 18th August 2019 at 14:34.
StainlessS is offline   Reply With Quote