Etienne Baudry
Etienne Baudry
There is [a `-q` option to use _fixed quality scale_](https://ffmpeg.org/ffmpeg.html). And if I remember right `1` is the best quality, and `31` the worst. ```shell ffmpeg -i source.mp4 -f mpegts...
Hi ! Sorry for the late reply. I'm not quite sure... It uses the `raspivid` command (https://github.com/WebMaestroFr/rpi-mpeg-ts/blob/master/camera/index.js), but maybe this can be changed to work with more devices. I won't...
https://www.raspberrypi.org/documentation/usage/webcams True. When I get some time I'll try it out.
Hi ! Well it could be tricky. The class needs to apply the settings before `admin_init`. Have you tried during `wp_loaded` ? I don't have time to run tests right...
Hi Alimir, Are you using the last stable release (v1.3.1) ? I am currently working on major updates, development branches may react unexpectedly.
It works with `var camera = new RaspiCam({ vflip: true, ... });`.