mifi / lossless-cut

The swiss army knife of lossless video/audio editing
GNU General Public License v2.0
24.24k stars 1.21k forks source link

different configuration support for different copys of Losslesscut #1956

Closed kulkatt closed 1 month ago

kulkatt commented 2 months ago

The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first

Description

I use different configuration for many situations, modifying settings every time is very inconvenient. maybe the configuration files could be saved in the same folder as lossless-cut.exe so different configurations is possible. thanks you.

mifi commented 2 months ago

LosslessCut should already (on windows) pick up a config.json if it exists in the same folder as the .exe file, see #645

What you're asking for is a way to specify the config file from the command line, right? e.g.

LosslessCut.exe --config config1.json

or

LosslessCut.exe --config config2.json
kulkatt commented 2 months ago

LosslessCut.exe --config config1.json

thank you for your response, I just tested. seems the config file with version3.59.1.0 on my win10 is C:\Users[username]\AppData\Roaming\LosslessCut\config.json specify the full path, like --config LosslessCut.exe c:/config1.json, not working

mifi commented 2 months ago

LosslessCut.exe --config config1.json

thank you for your response, I just tested. seems the config file with version3.59.1.0 on my win10 is C:\Users[username]\AppData\Roaming\LosslessCut\config.json specify the full path, like --config LosslessCut.exe c:/config1.json, not working

that's because losslesscut doesn't support that yet.

mifi commented 1 month ago

next version will have a new cli arg --config-dir