aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPascal Dulieu <pascal@dulieu.uk>2026-03-24 16:52:00 +0000
committerPascal Dulieu <pascal@dulieu.uk>2026-03-24 16:52:00 +0000
commit7732450be95eca4840a05346988c42f3c3511004 (patch)
treefcc4b9f8cb539a3569667ad21a1bee2dc0366dd4 /README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 24 insertions, 0 deletions
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
+```