1 = AVC (H.264)
2 = HEVC (H.265)
v4l2h265enc encodes the decoded H.264 video into H.265 format.
h265parse parses the H.265 video stream.
mp4mux multiplexes the stream into an MP4 container.
filesink writes the stream data to a file.
v4l2h264enc encodes the decoded H.265 video into H.264 format.
h264parse parses the H.264 video stream.
mp4mux multiplexes the stream into an MP4 container.
filesink writes the stream data to a file.