mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Added flags for ffmpeg not skipping some frames because DTS
This commit is contained in:
parent
40e3b5d088
commit
ba80b3b9b4
1 changed files with 3 additions and 1 deletions
|
|
@ -829,7 +829,9 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
|||
ffmpeg_input_args.extend([
|
||||
"-f", "concat",
|
||||
"-safe", "0",
|
||||
"-i", path_to_subprocess_arg(explicit_frames_path)
|
||||
"-fflags", "+genpts+igndts",
|
||||
"-i", path_to_subprocess_arg(explicit_frames_path),
|
||||
"-r", "25"
|
||||
])
|
||||
|
||||
# Add audio arguments if there are any. Skipped when output are images.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue