TechBlog: All things software development, tech, or programming.
Output audio from Chrome to QuickTime for recording using BlackHole
November 22, 2024
Likes: 0
BlackHole is a free, open-source virtual audio driver for macOS that allows you to route audio between applications.
Building a Typing Code Animation Component
October 31, 2024
Likes: 0
This article will guide you through building a typing code animation component in React/Next.js.
Formatting a drive in Linux using the EXT2 filesystem for DCP distribution
September 20, 2024
Likes: 0
This article should guide you through formatting a drive with the EXT2 filesystem specifically for DCP distribution.
Automating Video Metadata Extraction with Bash: A Step-by-Step Guide
September 19, 2024
Likes: 0
FFmpeg’s ffprobe tool, you can automate this process and store the metadata in a JSON file. In this post, I’ll...
Extracting Metadata from a Video File Using FFprobe
September 18, 2024
Likes: 1
A quick and effective way to gather this information is by using `ffprobe`, a tool included with FFmpeg.
Preparing MP4s for Cinema Surround and DCP with DCP-O-Matic
September 18, 2024
Likes: 0
When preparing video content for projection on a surround sound system in theaters, it’s essential to ensure the resolution, aspect...
Understanding Video and Audio Bitrates for Encoding
September 16, 2024
Likes: 0
This guide should help you understand bitrate standards for different video and audio formats, including MP4, MKV, WebM, and more.
Essential ffmpeg and ffprobe Commands for Video and Audio Processing
September 15, 2024
Likes: 0
Whether you're extracting metadata or converting video formats, these commands are versatile and crucial for handling media files.
Speech Synthesis Markup Language for Google Text-to-Speech
August 11, 2024
Likes: 0
Google's Text-to-Speech (TTS) service supports a variety of SSML (Speech Synthesis Markup Language) tags that allow you to control the...
Create a GIF file from jpegs
June 16, 2024
Likes: 0
Create a GIF file running at 5 frames per second from a series of JPEG images using ffmpeg.