Skip to content

Commit

Permalink
Merge pull request #99 from AllenNeuralDynamics/feat-ffmpeg-input-arg…
Browse files Browse the repository at this point in the history
…uments

Add ffmpeg input arguments to video writer
  • Loading branch information
bruno-f-cruz authored Sep 30, 2024
2 parents b952f49 + 8190d93 commit 5a7c276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aind_behavior_services/rig/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class VideoWriterFfmpeg(BaseModel):
default="-c:v hevc_nvenc -pix_fmt x2rgb10le -color_range full -tune hq -preset p3 -rc vbr -cq 16 -rc-lookahead 56 -temporal-aq 1 -qmin 0 -qmax 10", # E501
description="Output arguments",
)
input_arguments: str = Field(default="", description="Input arguments")


class VideoWriterOpenCv(BaseModel):
Expand Down

0 comments on commit 5a7c276

Please sign in to comment.