tyrhs - 2022-12-19

First I want to congratulate the developer for this excellent tool and thank you for adding the option to filter null files in the last update, you took ffmpeg to another level!

I am using a lot the option of filtering null files that you implemented in the last release, basically I leave a .bat in my model folder that loads all the .mp4 files from that folder into your software, so I double click on it and my files are already starting to render, it's great!

Going to the question, I would like to know if there is currently a way to make the output files be in a folder before the source files.

For example:

Source files:
C:\Project 01\Raw Videos

Output Folder:
C:\Project 01\Proxy

I know that to make the files output be in a folder inside the source files folder just type .\Folder in the output path, so I tested something like cd..\Proxy and the files output folder was C: \Project 01\Raw Videoscd\Proxy.

That is, it created a folder named "Raw Videoscd" in the parent folder of the source files and inside it created the "Proxy" folder.

Is there any current way of doing what I'm looking for?

It's a minor detail, but it would make my flow 100% automated.