Please provide the following information when requesting support.
Hardware - GPU (A100/A30/T4/V100)
Hardware - CPU
Operating System
Riva Version
TLT Version (if relevant)
How to reproduce the issue ? (This is for errors. Please share the command and the detailed log here)
Hi, I am trying to give an MP4 file as an input using fakesink in python apps test 3 and save the output to another MP4 file using file sink. How should the pipeline be designed for this?
Thanks
You can refer to c++ code about saving output to file create_encode_file_bin in sources/apps/apps-common/src/deepstream_sink_bin.c
You just need modify it to python style.