Fixed, used exiftool
os.system(fr'{exiftool_exe} -overwrite_original "-CreateDate<FileCreateDate" "videos/{video}"')
was what I figured out.