TechBlog: All things web design, software development, tech, or programming.
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: 2
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.
Managing Form Submissions in a Next.js Project with useFormState and useFormStatus
September 12, 2024
Likes: 0
Handling form submissions in a modern web application often involves providing feedback to the user, letting them know when their...
Create a Dynamic Noisy Logo Using Canvas and SVG in React
September 11, 2024
Likes: 0
This effect generates random noise on a canvas and reveals the noise through an SVG logo using a mask.
Implementing a Scroll-to-Top Feature in a Next.js App
August 15, 2024
Likes: 1
Providing a seamless user experience when navigating between pages by ensuring scroll is reset to the top of the page....
What is React vs Vanilla Javascript?
August 15, 2024
Likes: 0
React is a JavaScript library that helps you build user interfaces, especially for web apps, more easily and efficiently.
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...