Skip to content

Commit

Permalink
Add note about rotate/merge
Browse files Browse the repository at this point in the history
Closes #1805
  • Loading branch information
mifi authored Dec 5, 2023
1 parent aa1958c commit 5df1269
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,11 @@ When exporting, LosslessCut may be unable to process certain proprietary tracks.

## Multiple LosslessCut instances

By default, only a single running instance of LosslessCut is allowed. If you start a new LosslessCut instance from the command line, it will instead pass the list of files onto the already running instance. You can override this behavior inside settings Note that this is **(experimental)**, because Electron doesn't seem to support this. [More info](https://github.com/electron/electron/issues/2493) [#1641](https://github.com/mifi/lossless-cut/issues/1641)
By default, only a single running instance of LosslessCut is allowed. If you start a new LosslessCut instance from the command line, it will instead pass the list of files onto the already running instance. You can override this behavior inside settings Note that this is **(experimental)**, because Electron doesn't seem to support this. [More info](https://github.com/electron/electron/issues/2493) [#1641](https://github.com/mifi/lossless-cut/issues/1641)

## Rotation and merging

A video’s rotation is just metadata stored in its file. A file can only have a single rotation across the whole file, so if you have two video files and you rotate only one file and then concatenate them, there will be only one output rotation.

# Still cannot find an answer?

Expand Down

0 comments on commit 5df1269

Please sign in to comment.