1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00

update faq

This commit is contained in:
Mikael Finstad 2024-08-05 01:22:47 +02:00
parent 533074ddae
commit 7eeac349a8
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

View File

@ -11,7 +11,7 @@
- How to *cut away* a middle part of a video?
- Enable "advanced view" and then click the Yin Yang symbol. It will invert the segments.
- Where is application data, settings and temp files stored?
- Electron's [appData](https://www.electronjs.org/docs/api/app#appgetpathname) folder.
- Electron's [appData](https://www.electronjs.org/docs/api/app#appgetpathname) folder: `%APPDATA%/LosslessCut` on Windows. `~/Library/Application Support/LosslessCut` on macOS. `$XDG_CONFIG_HOME/LosslessCut` or `~/.config/LosslessCut` on Linux. See also [portable app?](https://github.com/mifi/lossless-cut/issues/645)
- Can I export and replace the input file in-place?
- No, but you can export and automatically delete the input file.
- Can you publish through [winget](https://github.com/mifi/lossless-cut/issues/1279), [Flatpak](https://github.com/mifi/lossless-cut/pull/1813), [Docker](https://github.com/mifi/lossless-cut/issues/1086) or other software mangers?