Hello all, I am trying to generate a video raw buffer from the .m3u8 file. I have used the following commands to generate the raw buffer as well as to view the raw buffer, To generate raw buffer, *ffmpeg -ss 00:00:05 -i https://mnmedias.api.telequebec.tv/m3u8/29880.m3u8 <https://mnmedias.api.telequebec.tv/m3u8/29880.m3u8> -s 640X360 -t 00:00:30 -map 0:0 -vcodec rawvideo -pix_fmt rgb24 -f rawvideo -an video.raw* To view the generated one, *ffplay -video_size 640X360 -framerate 29.97 -pixel_format rgb24 -f rawvideo video.raw*
While playing a raw file, I could see that for initial 1 or 2 seconds, frame stalls and for remaining seconds, it plays normally. Why does it happen? How to resolve the issue? Thanks, Kamalasubha _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
