22:08
I’m creating a timelapse video from a folder of images using FFmpeg, generating two HLS (m3u8) playlists: one at 1080p and another at 2K resolution. The playlists and .ts segments appear to be generated correctly, but when I play the m3u8 files in media players like VLC or PotPlayer, the video does not play seamlessly. Instead, it plays in a segment-by-segment manner (e.g., it stops after each segment and doesn’t automatically continue to the next one). I expect the entire video to play continuously without interruptions. What could be the issue?
I ran these commands on cmd:
for %i (...)