Am having some issues trying to figure out the correct command line string to stream raw video from camera and transcode to mkv or mp4 container using gstreamer.
I currently can get the live feed using:
I don’t yet know exactly what I need (bitrate etc.) for the output file, I had hoped to just do some trial and error to try and get a filesize that works for my application.
If anyone can point me in the right direction, I would appreciate it!
Thank you that worked well. I had initially setup to do it via ffmpeg, but it was using 100% of all cores as it was not using hardware enc. Is there a way, that you know of to use ffmpeg with nvenc?