File Converter: Implementing Image Conversion Script

Опубликовано: 04 Апрель 2026
на канале: Eraldo Programming
84
2

✏️ 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 second episode of the series where we will learn how to make a command-line image conversion and, then make the header file so we can include it inside of the main.cpp file. You will need to install the OpenCV 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:33 Starting Script
3:19 OpenCV
5:15 image_converter.cpp
34:57 image_converter.h
38:05 Subscribe