Shivanshu Semwaltotoro.hashnode.dev·Nov 17, 2024Fix "Adding File Not Supported" Error in WhatsApp WebIn what's app web when you upload some video, it shows that "1 file you tried adding is not supported". This is because the video file you are trying to upload does not have correct audio or video codecs. What's app support, AAC or AC3 audio stream...DiscussFFmpeg
Erioifpuderio.hashnode.dev·Nov 16, 2024记录和 ffmpeg 与 LLM 搏斗的两天要做的 最近在写一个制作视频的功能,就是把 N 个视频合并,然后把对应的 N 张图片,在视频开始的前 5 秒叠加显示出来。 第一口 - diffusion studio 本来我用的是 diffusion studio,这是一个 JS 库,但这玩意性能太差了,因为他要把视频每一帧都读到 canvas 里,数据一多页面就卡住了(为啥要折腾 DOM 呢?) 而且他的 API 十分不好用,作为浏览器脚本你无法读本地数据也就算了,你起码给一个接受纯数据的参数吧,比如 HTML 类型接受源代码,Image ...DiscussThinking
Mohamed Mayallomayallo.hashnode.dev·Nov 5, 2024How I Improved Video Streaming with FFmpeg and Node.jsIntroduction Nowadays, videos are everywhere. If you think to entertain yourself, you would more likely watch a movie, if you want to learn a new thing, you would more likely go with a visual tutorial, and so on … But is dealing with videos as easy a...Discuss·11 likesNode.js
Snehangshu Bhattacharyablogs.snehangshu.dev·Oct 6, 2024Distributed Computing with Python: Unleashing the Power of Celery for Scalable ApplicationsHave you ever wondered about when you upload an 8K Ultra HD video to YouTube and immediately YouTube starts to process and optimize that video and make multiple copies of it in 1080p, 720p, 480p, 360p and 144p so that your content can be streamed to ...Discuss·109 readsPython
Anzal Husain Abidianzal.hashnode.dev·Sep 15, 2024A Beginner’s Guide to RTSP Streaming with WebSockets Using Node.js and FFmpegReal-Time Streaming Protocol (RTSP) is widely used for controlling media streams in surveillance systems, IP cameras, and more. However, interacting with RTSP streams directly in web applications can be challenging since browsers don’t natively suppo...Discuss·196 readsNode.js
No Bullshit Codernobullshit.hashnode.dev·Sep 8, 2024No Bullshit Guide to Youtube shorts automation in NodeJS, OpenAI, Ollama, ElevanLabs & ffmpegWe all have seen tutorials on YouTube that promise YouTube faceless shorts automation using some tools that use drag-drop or “No/low code” and all seems too easy, but as a developer you know “No/Low code” is not really “no/low code” it’s just hiding ...Discussautomation
Chandan Debsinghachandan1.hashnode.dev·Jul 31, 2024How Video Streaming WorksVideo streaming works by sending video data over the internet in small packets. These packets are then put back together on the user's device and played in real-time. It helps us to watch video without downloading the entire video, which provides a s...Discuss·5 likes·35 readsvideo streaming
ritiksharmaaaritiksharmaaa.hashnode.dev·Jul 28, 2024Unlocking the Secrets of Video Transcoding: A Comprehensive Guide to FFmpeg1. Introduction to Industry Transcoding Practices In the ever-evolving world of video streaming, transcoding is a crucial process that ensures content can be viewed seamlessly across a multitude of devices and network conditions. Transcoding involve...Discuss·43 readsVideo StreamingFFmpeg
Siddharthazm0.hashnode.dev·Jul 5, 2024FFmpeg 6.0 Released! How to Install in Ubuntu 22.04There are also QSV and NVenc AV1 encoding, VAAPI and QSV decoding and encoding for 10/12bit 422, 10/12bit 444 HEVC and VP9. Other changes FFmpeg 6.0 include: New audio and video filters, such as adrc, afdelaysrc, corr, showcwt, backgroundkey, a3dsco...Discuss·33 readsFFmpeg
Kaurani Divya D.divyakaurani.hashnode.dev·Jun 12, 2024Building StreamIt! with Docker, FFmpeg, and RTMPIn this blog, I will share my journey of creating a streaming application called StreamIt! The project uses Docker, FFmpeg, and RTMP protocols to enable users to live stream directly to YouTube, manage the stream, and download the recorded sessions. ...Discuss·1 like·43 readsdivya kaurani