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.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs

Reply
 
Thread Tools Search this Thread Display Modes
Old 13th May 2020, 14:56   #1  |  Link
wthreex
Registered User
 
Join Date: Oct 2015
Posts: 97
How to get full path of current file as string In MeGui?

I do encode with One Click Encoder in MeGui, I usually putting files in a folder and encode them with "Select Folder" as input of Megui.

My question is how can i get full path of current file?

In Avisynth pane there is some sort of variable i think :

<input>
<deinterlace>
<crop>
<resize>
<denoise>


I tried this in script:

Code:
path = <input>

// my logic..
But it doesnt return path of file, I'm looking for some method that return something like this;

Code:
path = getDir(<input>)

// output: "C:\Users\Downloads\Video\file.mkv"

Last edited by wthreex; 14th May 2020 at 09:39.
wthreex is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 13:18.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.