diff options
-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] |