Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
Registered User
Join Date: Jun 2009
Location: UK
Posts: 269
|
Setting filenames and opening files
Hi all, I have a few questions for anyone who is familiar with the internals of AVIsynth. Not urgent. Consider this a moment of light relief from your intensive hacking and modding duties.
![]() Q1) If I write a script such as: Code:
Filename = "text" + ".avi" AVIsource(Filename) Q2) What I'm working around to is the following idea: Suppose I (or someone else) wrote a function or a plug-in that prompts the user for a filename/path (via a standard Windows-style file selector) and then returns that filename/path, and used it as follows: Code:
Filename = SelectFile() AVIsource(Filename) Q3) Has anyone ever written such a file-selector plug-in, or thought of adding such a function to Avisynth itself? Cheers.
|
|
|
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|