use copy for ffmpeg frame counting

This commit is contained in:
Zen 2021-05-14 23:03:50 +03:00
parent 50b195b0a4
commit 27821bc889

View file

@ -23,6 +23,8 @@ def frame_probe_ffmpeg(source: Path):
source.as_posix(),
"-map",
"0:v:0",
"-c",
"copy",
"-f",
"null",
"-",