ExampleHtml.cpp updates

This commit is contained in:
FeRD (Frank Dana)
2019-08-12 11:54:13 -04:00
parent 140b5fdad3
commit b2942f4125

View File

@@ -33,6 +33,7 @@
#include <memory>
#include "../../include/OpenShot.h"
//#include "../../include/CrashHandler.h"
#include <QGuiApplication>
using namespace openshot;
@@ -49,8 +50,7 @@ int main(int argc, char* argv[]) {
);
r.Open(); // Open the reader
// XXX: Not implemented
// r.DisplayInfo();
r.DisplayInfo();
/* WRITER ---------------- */
FFmpegWriter w9("/var/tmp/metadata.mp4");