mirror of https://github.com/FFmpeg/FFmpeg.git
Fix below error message when timecode packet is written. "Application provided duration: -9223372036854775808 / timestamp: -9223372036854775808 is out of range for mov/mp4 format" try to reproduce by: ffmpeg -y -f lavfi -i color -metadata "timecode=00:00:00:00" -t 1 test.mov Note although error message is printed, the timecode packet will be written anyway. So the patch 2/2 will try to change the log level to warning. Fixes ticket #9488 Signed-off-by: Limin Wang <lance.lmwang@gmail.com>release/5.1
parent
e78173557d
commit
fc8a6a6f4c
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue