motioneye icon indicating copy to clipboard operation
motioneye copied to clipboard

Save video files as webm files

Open giff1000 opened this issue 4 years ago • 1 comments

Hi there, sorry I'm not sure how to label this properly , it should be a feature request.

Would it be at all possible to add the ability to save video files as webm files?

Thank you very much

Kind regards

Paul

giff1000 avatar Apr 11 '22 18:04 giff1000

Many thanks for your request.

Generally it is possible to convert to webm via FFmpeg, but it requires additional libraries, which AFAIK are not compile into most distribution's FFmpeg packages: https://stackoverflow.com/questions/6954845/how-to-create-a-webm-video-file ... although, on Debian: https://packages.debian.org/bullseye/libavcodec58 libvorbis0a and libvpx6 are dependencies of the FFmpeg codec library.

Probably we can ask FFmpeg about supported video codecs and offer those. I've actually not have a look at if/how video formats can be selected right now. There is a setting in motionEye camera configs with a file extension > format mapping, in current dev code since #2110.

MichaIng avatar Apr 12 '22 21:04 MichaIng