#ifndef CONVERTER_HPP #define CONVERTER_HPP #include "config.hpp" #include std::string build_ffmpeg_command(const Config& config); int execute_conversion(const std::string& command, bool verbose); #endif // CONVERTER_HPP