Tag Archives: video

A simple way to read and write audio and video files in C using FFmpeg (part 2: video)

In my previous post, I demonstrated how FFmpeg can be used to pipe raw audio samples in and out of a simple C program to or from media files such as WAV files (based on something similar for Python I … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , , , , , , , , , , | 82 Comments

A simple way to read and write audio and video files in C using FFmpeg (part 1: audio)

C is my favourite programming language and the one I use most often. However, I have tended to shy away from using it for quick one-off signal processing tasks where I needed to read or write audio or video files … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , , , , , , , , , , , | 8 Comments

Vision: a DirectShow machine vision engine

For the last few weeks, I’ve been working sporadically on a DirectShow reimplementation of the simple machine vision engine I wrote for my Robotics class. The original version used the old Video For Windows API, which is relatively simple, but … Continue reading

Posted in Uncategorized | Tagged , , , , , , , | Leave a comment