catalystneuro / vame-desktop

A desktop application for the Variational Animal Motion Encoding project.
GNU General Public License v3.0
1 stars 0 forks source link

Cannot render videos #7

Closed garrettmflynn closed 3 weeks ago

garrettmflynn commented 3 weeks ago

.avi is not a supported video format for the HTML5 <video> element. We will need to convert videos to an alternative format after creation by VAME or at the core of the package.

This is a companion issue to https://github.com/EthoML/VAME/issues/31

garrettmflynn commented 3 weeks ago

Fixed in https://github.com/EthoML/VAME/pull/33 and added to main.