How save output inference video on hourly basis?

Hi hope you doing good

Again with the new post,
I am using the following Deepstream reference app

source8_1080p_dec_infer-resnet_tracker_tiled_display_fp16_nano.txt

Currently, I save recorded video when I stop the Deepstream reference app by using [Sink1]

[sink1]
enable=1
type=3
#1=mp4 2=mkv
container=1
#1=h264 2=h265
codec=1
#encoder type 0=Hardware 1=Software
enc-type=0
sync=0
#iframeinterval=10
bitrate=2000000
#H264 Profile - 0=Baseline 2=Main 4=High
#H265 Profile - 0=Main 1=Main10
profile=0
output-file=out.mp4  # here is my output file
source-id=0

problem

but the problem is I must stop deepstream reference app before copying or opening the recorded video.
so I want to save output video on an hourly basis so I can copy video without stopping deepstream app.

kindly help me with this issue with how to modify the above file for the application.

We do not support this function at present. Maybe you can try to implement it with splitmuxsink by yourself.

1 Like

Thank you very much for your kind reply @yingliu

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.