Avisynth用自動ロードスクリプト。
ダウンロード:https://github.com/Kesigomon/Avisynth_autoloader/releases/download/v1.1/Autoloader.avsi
動画や音声、その両方を以下の5つの入力プラグインで読み込みます。
・Avisource
・Lsmashsource
・Lwlibavsource
・ffms2
・directshowsource
LoadAll(string FilePath, bool "debug")
動画と音声両方を読み込みます。動画、音声両方無いと使えません。
string FilePath =
ファイルのパス。
bool debug = false
どのプラグインで読み込んだか字幕でわかります。
LoadVideo(string FilePath, bool "debug")
動画のみを読み込みます。パラメーターはLoadAllと同じです。
LoadAudio(string FilePath)
音声のみを読み込みます。パラメーターはLoadAllと同じです。(デバッグのみなし)