diff options
-rw-r--r-- | USE.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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" |