mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 10:40:51 +00:00
use copy for ffmpeg frame counting
This commit is contained in:
parent
50b195b0a4
commit
27821bc889
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ def frame_probe_ffmpeg(source: Path):
|
|||
source.as_posix(),
|
||||
"-map",
|
||||
"0:v:0",
|
||||
"-c",
|
||||
"copy",
|
||||
"-f",
|
||||
"null",
|
||||
"-",
|
||||
|
|
Loading…
Reference in a new issue