clementfarabet / lua---ffmpeg

An interface between ffmpeg and Lua/Torch
21 stars 17 forks source link

Add Theora support #16

Closed lvdmaaten closed 7 years ago

lvdmaaten commented 7 years ago

We are working on support for converting tensors to videos that can be played in visdom. Chrome doesn't support HTML5 videos in the motion-JPEG format, which is why I would like to add the option to use Theora (and the ability to specify my own extension --- it needs to be .ogv, not .avi).

The extension removal is a breaking change, but I think it is a change for the better.