X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=testingArea%2FaudioOffset.cpp;h=8629cb8a745332996b277c7ff7f4e6e5e5386573;hb=5aa35dcbf590cefca46d82ff0c2a2c29bb374853;hp=842096aa61c4113c0748925197730f352760f474;hpb=753c45e28c73b1366b08ff846d27cba897881420;p=kdenlive diff --git a/testingArea/audioOffset.cpp b/testingArea/audioOffset.cpp index 842096aa..8629cb8a 100644 --- a/testingArea/audioOffset.cpp +++ b/testingArea/audioOffset.cpp @@ -23,17 +23,19 @@ #include #include -#include "audioInfo.h" -#include "audioStreamInfo.h" -#include "audioEnvelope.h" -#include "audioCorrelation.h" +#include "../src/lib/audio/audioInfo.h" +#include "../src/lib/audio/audioStreamInfo.h" +#include "../src/lib/audio/audioEnvelope.h" +#include "../src/lib/audio/audioCorrelation.h" void printUsage(const char *path) { - std::cout << "Usage: " << path << "
" << std::endl - << "\t-h, --help\tDisplay this help" << std::endl - << "\t--profile=\tUse the given profile for calculation (run: melt -query profiles)" << std::endl - << "\t--no-images\tDo not save envelope and correlation images" << std::endl + std::cout << "This executable takes two audio/video files A and B and determines " << std::endl + << "how much B needs to be shifted in order to be synchronized with A." << std::endl << std::endl + << path << "
" << std::endl + << "\t-h, --help\n\t\tDisplay this help" << std::endl + << "\t--profile=\n\t\tUse the given profile for calculation (run: melt -query profiles)" << std::endl + << "\t--no-images\n\t\tDo not save envelope and correlation images" << std::endl ; }