From cf9497d5a3eeb6be47d0cc48d417548c45ca9e90 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Mon, 12 Aug 2019 23:36:31 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 269db8a8..6d011757 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,9 @@ Unsupported files can now be remuxed (fast) or encoded (slow) to a friendly form - If you want to re-merge all the selected segments after cutting, toggle the button `nm` (no merge) to `am` (auto merge). This is useful for *cutting away* certain parts of a video (by selecting everything except the parts not needed.) - If you want to export to a certain dir, press the custom output dir button (default: input file dir) - If you want to override orientation metadata, press the rotation button -- Press the scissors button (or E) to export the slice -- Press the camera button (or C) to take a snapshot +- By default, all streams from input file will be exported to output. If you like to only export primary streams (1video&1audio) (pre-2.0 behaviour), toggle the button `all` to `ps`. +- Press the scissors button (or E) to export the slice(s) +- Press the camera button (or C) to take a JPEG/PNG snapshot from the current time - If you want to move the original file to trash, press the trash button Note: The original video files will not be modified. Instead it creates a lossless export in the same directory as the original file with from/to timestamps. Note that the cut is currently not precise around the cutpoints, so video before/after the nearest keyframe will be lost. EXIF data is preserved.