Skip to content

Commit c6e54e8

Browse files
authored
Merge pull request #465 from AllenNeuralDynamics/refactor-reduce-ffmpeg-verbosity
Reduce ffmpeg verbosity
2 parents 6bfb173 + fb24bd5 commit c6e54e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Extensions/TriggeredCameras.bonsai

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<WorkflowBuilder Version="2.8.5"
2+
<WorkflowBuilder Version="2.9.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xmlns:rx="clr-namespace:Bonsai.Reactive;assembly=Bonsai.Core"
55
xmlns:p1="clr-namespace:AindVrForagingDataSchema;assembly=Extensions"
@@ -142,7 +142,7 @@
142142
<VideoExtension>mp4</VideoExtension>
143143
<OutputArguments>-vf "scale=out_color_matrix=bt709:out_range=full" -c:v h264_nvenc -pix_fmt nv12 -color_range full -colorspace bt709 -color_trc linear -tune hq -preset p4 -rc vbr -cq 12 -b:v 0M -maxrate 700M -bufsize 350M</OutputArguments>
144144
<InputArguments>-colorspace rgb -color_primaries bt709 -color_trc linear</InputArguments>
145-
<Verbosity>Verbose</Verbosity>
145+
<Verbosity>Warning</Verbosity>
146146
<FrameRate>0</FrameRate>
147147
</Expression>
148148
</Nodes>

0 commit comments

Comments
 (0)