summaryrefslogtreecommitdiff
path: root/USE.md
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2019-12-16 17:35:58 +0100
committerJonas Smedegaard <dr@jones.dk>2019-12-16 17:35:58 +0100
commit70d716f23ed59a5e2461282c77f285446d8e6dc4 (patch)
treed308146086017114c1e69410aa98dbd84537d9cb /USE.md
parent739b0a685432bd6a0765b7a231d5188046538691 (diff)
Add section Split
Diffstat (limited to 'USE.md')
-rw-r--r--USE.md17
1 files changed, 17 insertions, 0 deletions
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]