This tutorial's main focus is how to run external executable from Qt application. In this example, we usedQProcesson Windows 8. The external executables such asffmpeg.exeandffplay.exe The first step is to creating a QProcess object. Then, setup signals and slots in the constructor of FFmpe...
Since this tutorial is the extension of the previous tutorial: FFmpeg Converter using QProcess, and not much changes made to the converter itself, we'll start directly from the video player.I'm using Qt5.1.1.The player we're using in this tutorial is not a real standalone play but it'...