✏️ 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 third episode of the series where we will learn how to make a command-line video conversion and, then make the header file so we can include it inside of the main.cpp file. You will need to install the FFmpeg library 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 #cpp #code
0:00 Introduction
0:30 Setup Script
2:44 FFmpeg
3:56 video_converter.cpp
30:19 video_converter.h
36:21 Subscribe