From 65d674f51a691ecbfd811c1f08b2a6b91249c40f Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Sat, 16 Sep 2023 21:51:50 +0200 Subject: [PATCH] Update issues.md --- issues.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/issues.md b/issues.md index c8fc6dc6..4e3a9176 100644 --- a/issues.md +++ b/issues.md @@ -1,7 +1,9 @@ # FAQ -- **Can LosslessCut crop, resize, stretch, mirror, overlay text/images, watermark, blur, redact, re-encode, speed-up/slow-down, create GIF, slideshow, burn subtitles, color grading, fade/transition between video clips, fade/combine/mix/merge audio tracks or change audio volume?** +- **Can LosslessCut crop, resize, stretch, mirror, overlay text/images, watermark, blur, redact, re-encode, create GIF, slideshow, burn subtitles, color grading, fade/transition between video clips, fade/combine/mix/merge audio tracks or change audio volume?** - No, these are all lossy operations (meaning you *have* to re-encode the file), but in the future I may start to implement such features. [See this issue for more information.](https://github.com/mifi/lossless-cut/issues/372) +- Can i speed-up/slow-down video? + - Not yet, but see this issue: [#1712](https://github.com/mifi/lossless-cut/issues/1712) - Can LosslessCut be batched/automated using a CLI or API? - While it was never designed for advanced batching/automation, it does have a [basic CLI](./cli.md), and there are a few feature requests regarding this: [#980](https://github.com/mifi/lossless-cut/issues/980) [#868](https://github.com/mifi/lossless-cut/issues/868). - Is there a keyboard shortcut to do X?