From 7732450be95eca4840a05346988c42f3c3511004 Mon Sep 17 00:00:00 2001 From: Pascal Dulieu Date: Tue, 24 Mar 2026 16:52:00 +0000 Subject: init --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..c50ae40 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# XDCAM essence to single MXF + +Combines split XDCAM essence (`*V##.MXF` + matching `*A##.MXF`) into one `*_AV.mxf` using stream copy (`-c copy`, no re-encode) and puts them in the same folder as the clip. + +## Requirements + +- [FFmpeg](https://ffmpeg.org/) on PATH + +## Usage + +```bash +./remux_xdcam_av.py /path/to/media/clip +./remux_xdcam_av.py /path/to/media +``` + +## Options + +```plain +-o /path/to/out.mxf custom output path (single folder mode) +-n print ffmpeg command(s) only +--overwrite replace existing output +--no-follow-symlinks do not traverse symlinked dirs +--scan print folder discovery +``` -- cgit v1.2.3