# 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 ```