flow-dev / CopyTimecodeAtoB

Copy the time code of A file to B file and write it out with ffmpeg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CopyTimecodeAtoB

Copy the timecode of file A to file B and export it in h265 or ProResHQ with ffmpeg. (Bit depth is 10bit).

Run Test Code

  1. Install dependencies
pip install -r requirements.txt
  1. run
python3 copy_timecode.py \
    --video-src "PATH_TO_VIDEO_SRC" \
    --video-out "PATH_TO_VIDEO_OUT" \
    --codec h265 \  #h265 or proreshq
    --copy-tc \

About

Copy the time code of A file to B file and write it out with ffmpeg

License:MIT License


Languages

Language:Python 100.0%