I am using the following commands to save the annotated video file:
To save it as an mp4 file.
python3 deepstream_lpr_app.py 1 2 0 /vol/btown.mp4 /vol/town.mp4
This command does not save the output file at all.
To save it as an h264 file.
python3 deepstream_lpr_app.py 1 1 0 /vol/btown.mp4 /vol/town.mp4
This way I am getting an H264 file but it's corrupt.
I am using the following commands to save the annotated video file:
To save it as an mp4 file.
To save it as an h264 file.