I\'m trying to write a C++ class handling MP4 movies via ffmpeg.
First I created a couple of functions to use with std::unique<>() so that way thin
std::unique<>()