summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--USE.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/USE.md b/USE.md
index f1de0df..c053636 100644
--- a/USE.md
+++ b/USE.md
@@ -125,7 +125,10 @@ e.g. like this for a FLAC file with CUE file for splicing hints:
shnsplit -o flac -f CUE_FILE.cue FLAC_FILE.flac
For many other formats, including video content,
-splitting can be done using the [copy] parameter to FFMpeg.
+splitting can be done using the [copy] parameter to FFMpeg,
+e.g. like this:
+
+ ffmpeg -i INFILE -ss 15 -t 60 -acodec copy -vcodec copy OUTFILE
[copy]: https://ffmpeg.org/ffmpeg.html#Stream-copy
"FFMpeg copy parameter"