Reddit Programming
199 subscribers
1.22K photos
126K links
I will send you newest post from subreddit /r/programming
Download Telegram
Tiny one day project - minipic.app converts your images locally in your browser to multiple formats at once. Was trying to learn worker offloading and thought I should build something with it
https://www.reddit.com/r/programming/comments/1f2gzce/tiny_one_day_project_minipicapp_converts_your/

submitted by /u/fayazara (https://www.reddit.com/user/fayazara)
[link] (https://minipic.app/) [comments] (https://www.reddit.com/r/programming/comments/1f2gzce/tiny_one_day_project_minipicapp_converts_your/)
HLS video from Opencv program using FFmpeg
https://www.reddit.com/r/programming/comments/1f336xn/hls_video_from_opencv_program_using_ffmpeg/

<!-- SC_OFF -->Opencv is capable to create transport stream segment .ts file by video writer. The playlist is easy to create. The problem of such an approach is generated time stamps that makes this option irrelevant. The proper way is to use FFmpeg that creates HLS from Opencv Mat frame. Check this implementation on medium and let me some Claps here. Have a great day. <!-- SC_ON --> submitted by /u/-ok-vk-fv- (https://www.reddit.com/user/-ok-vk-fv-)
[link] (https://medium.com/@vladakuc/hls-video-streaming-from-opencv-and-ffmpeg-828ca80b4124) [comments] (https://www.reddit.com/r/programming/comments/1f336xn/hls_video_from_opencv_program_using_ffmpeg/)