Initial implementation of MultiFileRecorder

Generate a video from a sequence of images.
This commit is contained in:
Bruno Herbelin
2022-07-02 11:34:04 +02:00
parent f1e75d8593
commit cef7379c07
5 changed files with 543 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ public:
protected:
GstElement *src_ ;
void execute_open() override;
};
class MultiFileSource : public StreamSource