✏️ Welcome to this tutorial series on building a File Converter in C++. In this series, we'll learn how to create a simple command-line file converter that can convert images, videos, and audio files to different formats. This is the first episode of the series where we will setup the main.cpp file that is going to be needed later in the series to finalize the File Conversion Project. You will need to install the OpenCV and FFmpeg libraries as these are the ones we are going to use for this tutorial. I am using the Visual Studio Code editor for this project. Make sure you have C++ installed and configured in your system.
💻 Source code: github.com/Eraldo-Bako/file_converter
🔗YouTube channel: / eraldo.programming
#FileConverter #C++ #code
0:00 Introduction
0:38 Why C++
1:59 File Organization
3:43 Starting Script
23:47 Subscribe