You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
ExampleHtml.cpp updates
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user