From 5e1bb1fd002a10dc1e91caa3f440fb801fffb8b3 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Sun, 29 Mar 2026 23:51:51 +0800 Subject: [PATCH] Add 'reverse' to list of unsupported features --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index d55e3f41..de09c5ba 100644 --- a/docs/index.md +++ b/docs/index.md @@ -21,7 +21,7 @@ Please read the documentation before creating an issue. Thank you 🙏 ## Commonly requested features -- **Q:** Can LosslessCut **crop, resize, stretch, mirror/flip, overlay text/images, watermark, blur, redact, reduce quality/re-encode, create GIF, slideshow, burn subtitles, color grading, fade/transition between video clips, fade/combine/mix/merge audio tracks, mute audio channels or change audio volume**? +- **Q:** Can LosslessCut **crop, resize, stretch, mirror/flip, reverse, overlay text/images, watermark, blur, redact, reduce quality/re-encode, create GIF, slideshow, burn subtitles, color grading, fade/transition between video clips, fade/combine/mix/merge audio tracks, mute audio channels or change audio volume**? - **A:** 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 #372](https://github.com/mifi/lossless-cut/issues/372). Related: [#643](https://github.com/mifi/lossless-cut/issues/643). - **Q:** When will you implement feature X? - **A:** I have limited time and I have a lot of projects to work on, so I cannot promise any timeline. I will usually prioritize the issues with the most likes, [see here for a list of the most popular issues](https://github.com/mifi/lossless-cut/issues/691).