GetProgramName2
From Avisynth wiki
Abstract | |
---|---|
Author | enccc |
Version | v0.3.0 |
Download | AviSynth-GetProgramName2-v0.3.0.7z |
Category | Support filters |
License | MIT |
Discussion |
Contents |
Description
A plugin that returns a program name calling the AviSynth script.
GetProgramName2 is similar to GetProgramName by JM Roelofs, but this plugin is a newly written.
Requirements
- [x86]: AviSynth+ or AviSynth 2.6
- [x64]: AviSynth+
Syntax and Parameters
GetProgramName2.dll
Returns a program name calling the AviSynth script.
- GetProgramName2 (bool "full_path")
- bool full_path = false
- If
false
, returns a program name only. - If
true
, returns a full path.
- If
- bool full_path = false
GetProgramName2_Util.avsi
An alias for GetProgramName2().
- GetProgramName (bool "full_path")
Returns a path excluding a program name from a full path.
- GetProgramDir ()
Examples
Changelog
- See GitHub releases page: https://github.com/enccc/AviSynth-GetProgramName2/releases
External Links
- GitHub - Source code repository.
Back to External Filters ←