I have noticed that the length that you specify with -start="" and -end="" differs with the length of the video that get outputted. Normally starting with -start="0 0 0"-end="1 0 0" should result in an one hour long video.
I think this happens when the duration of the chunks downloaded from twitch is not the same as the TARGETDURATION in the m3u8 file.
I have noticed that the length that you specify with
-start=""
and-end=""
differs with the length of the video that get outputted. Normally starting with-start="0 0 0"
-end="1 0 0"
should result in an one hour long video.I think this happens when the duration of the chunks downloaded from twitch is not the same as the
TARGETDURATION
in the m3u8 file.