From 0d3ab4e9c4f81430bc6df876e81127cc1d0d0c52 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Fri, 19 Feb 2021 13:51:21 +0100 Subject: [PATCH] improve readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb342d91..d4adc64e 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,6 @@ The main feature is lossless trimming and cutting of video and audio files, whic - Quickly change a H264/H265 MKV video to MOV or MP4 for playback on iPhone - Import a list of cut times from other tool as a EDL (edit decision list, CSV) and run these cuts with LosslessCut - Export a list of cut times as a CSV EDL and process these in another tool -- Export cut times as YouTube Chapters - Quickly cut a file by its MP4/MKV chapters - Quickly cut a [YouTube video](https://youtube-dl.org/) by its chapters (or music times from a comment) - Change the language of a file's audio/subtitle tracks @@ -71,6 +70,11 @@ The main feature is lossless trimming and cutting of video and audio files, whic - Loop a video / audio clip X times quickly without re-encoding - See [#284](https://github.com/mifi/lossless-cut/issues/284) +### Export cut times as YouTube Chapters +1. Export with Merge and "Create chapters from merged segments" enabled +2. Open the exported file and select "Import chapters" in the dialog +3. File -> Export project -> YouTube Chapters + ### Re-encode only the audio track, leaving the video track First export each track as individual files. Then use Handbrake or similar to re-encode the audio file. Then use the `Tools->Merge` in LosslessCut to merge the original video stream with your Handbrake output (or drag it into your original LosslessCut video to include it as a new track.)