mifi / lossless-cut

The swiss army knife of lossless video/audio editing
https://losslesscut.app/
GNU General Public License v2.0
28k stars 1.36k forks source link

Custom output/working directory for different file types #2115

Open mifi opened 2 months ago

mifi commented 2 months ago

Currently LosslessCut allows saving output, temp files and project file all together, either:

Some people have asked for more granularity:

klaernie commented 1 month ago

I would also like to ask for another option than the mentioned two: relative to the input file, but in a subfolder.

Ideally I would like the project file (the .llc) to be stored next to the input file, which then can store were the temporary files were put to (e.g. a llc-temp subfolder in the same directory as the input file) and where the outputs went to (like llc-output). This way I could quickly reopen a project and easily tell what files were input and which were generated and can be thrown out in a month, while not accidentally deleting the output files.

Maybe I get the time to look at implementing this myself.