From 70d716f23ed59a5e2461282c77f285446d8e6dc4 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 16 Dec 2019 17:35:58 +0100 Subject: Add section Split --- USE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'USE.md') diff --git a/USE.md b/USE.md index edbb429..f1de0df 100644 --- a/USE.md +++ b/USE.md @@ -114,6 +114,23 @@ and finally push your local git and git annex into its new public location: git annex sync --content --all +## Split + +Splitting media files is format-specific. + +Many audio formats can be split +with the package shntool and appropriate helper tools, +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. + +[copy]: https://ffmpeg.org/ffmpeg.html#Stream-copy + "FFMpeg copy parameter" + + ## References * [media-master][Source of this document] -- cgit v1.2.3