Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom output/working directory for different file types #2115

Open
2 tasks
mifi opened this issue Aug 15, 2024 · 1 comment
Open
2 tasks

Custom output/working directory for different file types #2115

mifi opened this issue Aug 15, 2024 · 1 comment

Comments

@mifi
Copy link
Owner

mifi commented Aug 15, 2024

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

  • in the same folder as the input file
  • or in a custom working directory (selectable by the user)

Some people have asked for more granularity:

@mifi mifi changed the title Custom working directory for different file types Custom output/working directory for different file types Aug 15, 2024
@klaernie
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants