Oliver Wolfson
ProjectsContact

Development Services

SaaS apps · AI systems · MVP builds · Technical consulting

Services·Blog
© 2026 O. Wolf. All rights reserved.

Blog

Articles, tutorials, and insights about web development and technology.

Search Posts
Find posts by title, description, author, tags, or categories.
Formatting a drive in Linux using the EXT2 filesystem for DCP distribution
This article should guide you through formatting a drive with the EXT2 filesystem specifically for DCP distribution.
September 20, 2024•O. Wolfson•
Video Production
Automating Video Metadata Extraction with Bash: A Step-by-Step Guide
FFmpeg’s ffprobe tool, you can automate this process and store the metadata in a JSON file. In this post, I’ll walk you through a custom script I deve...
September 19, 2024•O. Wolfson•
Video Production
Extracting Metadata from a Video File Using FFprobe
A quick and effective way to gather this information is by using `ffprobe`, a tool included with FFmpeg.
September 18, 2024•O. Wolfson•3•
Video Production
Preparing MP4s for Cinema Surround and DCP with DCP-O-Matic
When preparing video content for projection on a surround sound system in theaters, it’s essential to ensure the resolution, aspect ratio, and audio c...
September 18, 2024•O. Wolfson•
Video Production
Understanding Video and Audio Bitrates for Encoding
This guide should help you understand bitrate standards for different video and audio formats, including MP4, MKV, WebM, and more.
September 16, 2024•O. Wolfson•1•
Video Production
Essential ffmpeg and ffprobe Commands for Video and Audio Processing
Whether you're extracting metadata or converting video formats, these commands are versatile and crucial for handling media files.
September 15, 2024•O. Wolfson•1•
Video Production
Managing Form Submissions in a Next.js Project with useFormState and useFormStatus
Handling form submissions in a modern web application often involves providing feedback to the user, letting them know when their input is being proce...
September 12, 2024•O. Wolfson•
Web Development
Create a Dynamic Noisy Logo Using Canvas and SVG in React
This effect generates random noise on a canvas and reveals the noise through an SVG logo using a mask.
September 11, 2024•O. Wolfson•
Design
Implementing a Scroll-to-Top Feature in a Next.js App
Providing a seamless user experience when navigating between pages by ensuring scroll is reset to the top of the page.
August 15, 2024•O Wolfson•1•
Web Development
What is React vs Vanilla Javascript?
React is a JavaScript library that helps you build user interfaces, especially for web apps, more easily and efficiently.
August 15, 2024•O Wolfson•
Web Development