I would like to use QSTranscode to transcode an RTSP stream to HLS which seems to work reasonably well. Unfortunately, QSTranscode doesn't accept the hls_time, hls_list_size and hls_wrap parameters (like FFMPEG). Is it possible to access these parameters or is it something that's not in libavformat, but in FFMPEG itself?
I don't know enough about Ffmpeg to say for sure where this feature is implemented, but I would expect that it would be handled at the library level so it should be pretty easy to extend QSTranscode to accept these parameters on its command line and configure Ffmpeg accordingly (most likely it's done the same way as empty_moov, rtphint, etc.). If you get stuck LMK.