summaryrefslogtreecommitdiff
path: root/USE.md
diff options
context:
space:
mode:
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]