From ccb4257b7d1117b6fb285680c948697a40040536 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 16 Dec 2019 17:42:54 +0100 Subject: add example for FFMpeg --- USE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'USE.md') 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" -- cgit v1.2.3