lua---ffmpeg icon indicating copy to clipboard operation
lua---ffmpeg copied to clipboard

Load video from frame dump

Open jtbates opened this issue 13 years ago • 4 comments

Adds the ability to load a video from a frame dump. We've been using this for a while with the TLD videos (info.ee.surrey.ac.uk/Personal/Z.Kalal/TLD/TLD_dataset.pdf), so it's had some testing.

jtbates avatar Jun 18 '12 17:06 jtbates

Cool idea, thanks. Just one bug before I merge: the self.path should not be checked/changed before the existence of self.tensor is tested. If a tensor is provided, then no path is provided, I had moved the self.path change after the self.tensor one in a recent commit.

clementfarabet avatar Jun 19 '12 13:06 clementfarabet

Fixed

jtbates avatar Jun 19 '12 17:06 jtbates

Is this okay to be merged? Let me know if there is anything else I need to do

jtbates avatar Nov 09 '12 21:11 jtbates

it looks like the frame dump load option is gone?

culurciello avatar Apr 18 '13 19:04 culurciello