Logo
Login
Tech Posts 31207
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

Convert Video to Animated WebP Using FFmpeg

Recently I had a need to clip a compilation video into a series of short looping animations. I could have used trusty ole gif format for this, but I wanted to use the more modern WebP, sister to the p...
17.03.2025 0 Read More

Make profitable web app - Using ffmpeg.wasm to build a web app for Add Background Music To Video

It's very easy to create the web app with ffmpeg.wasm Demo here ⛶const { createFFmpeg, fetchFile } = FFmpeg; const ffmpeg = createFFmpeg({ corePath: "./ffmpeg-core.js", log: true, }); (as...
19.03.2025 0 Read More

Master Audio Extraction in Three Minutes | Elegant Video-to-Audio Processing in Rust

Introduction In multimedia development, extracting audio from video is a common task. Whether you want to isolate background music for enjoyment, pull dialogue for speech analysis, or generat...
22.03.2025 0 Read More

Video Watermarking with Rust and FFmpeg: A Deep Dive into Techniques and Applications

Introduction In fields like short-form video platforms, live streaming, and filmmaking, watermarks play a vital role. They safeguard copyright, boost brand visibility, and ensure compliance w...
26.03.2025 0 Read More

Simplify Video Frame Rate Adjustment in Rust: A Practical Guide for Developers

Introduction Adjusting video frame rates (FPS) is a common task in video processing, whether to ensure smooth playback or meet specific platform requirements. For instance, converting a 60 FP...
28.03.2025 0 Read More

Mastering Video Effects in Rust: Unleashing FFmpeg and OpenGL Like a Pro

Introduction: The Video Effects Struggle Is Real Video effects are everywhere—think short-form video filters, live-stream beauty enhancements, cinematic color grading, or even AI-generated ...
31.03.2025 0 Read More

Efficient Video Processing in Rust: Leveraging Hardware Acceleration for High-Resolution Content

Introduction In the world of video processing, the rise of 4K, 8K, and even higher-resolution content has pushed traditional CPU-based approaches to their limits. Whether it’s video editing...
02.04.2025 0 Read More

How to Easily Implement RTMP Live Streaming in Rust: A Practical Guide

Introduction With the rapid growth of live streaming, RTMP (Real-Time Messaging Protocol) has become a standard choice for broadcasting real-time media content. However, directly working with...
04.04.2025 0 Read More

Implementing FFmpeg Filters with Rust: A New Approach to Video and Audio Processing

Hey there, fellow developers! If you’ve ever wrestled with FFmpeg’s C API in Rust—or shuddered at the thought of memory leaks and unsafe blocks—this one’s for you. Today, we’re diving into...
09.04.2025 0 Read More

Unlock the Power of SPARCS: Signal Processing and Reliable Compression Solutions👾🔥

Unlock the Power of SPARCS: Signal Processing and Reliable Compression Solutions👾🔥
This article was co-authored by @carlosdon Article Guide Introduction Prerequisites: Installation of FFmpeg Simple Implementation and Application using FFmpeg Conclusion Smooth is ...
24.04.2025 0 Read More
Loading...
#reading
6 Stunning WebGL & Three.js Portfolios
0
What's the point of a rockstar developer?
0
ChampSoft Insights: Mirth Connect & HL7 in Healthcare Integration
0
The Ultimate Guide to DNS: What It Is, How It Works, and How to Manage It
0
Mastering API Testing with Mocking in TypeScript: An Intro to Mock Service Worker
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0