You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Improved ChunkWriter to create chunk folder and write JSON meta data
This commit is contained in:
@@ -19,6 +19,10 @@ void FrameReady(int number)
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
// Create a chunkwriter
|
||||
FFmpegReader *r3 = new FFmpegReader("/home/jonathan/Videos/sintel_trailer-720p.mp4");
|
||||
ChunkWriter cw1("/home/jonathan/apps/chunks/chunk1/", r3);
|
||||
|
||||
// Qt Test Code
|
||||
if (argc == 2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user