diff options
author | Jonas Smedegaard <dr@jones.dk> | 2019-12-16 17:35:58 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2019-12-16 17:35:58 +0100 |
commit | 70d716f23ed59a5e2461282c77f285446d8e6dc4 (patch) | |
tree | d308146086017114c1e69410aa98dbd84537d9cb | |
parent | 739b0a685432bd6a0765b7a231d5188046538691 (diff) |
Add section Split
-rw-r--r-- | USE.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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] |