MichaIng
MichaIng
And regarding bandwidth, did you try out with a single camera added only?
> ``` > [ERR] [ENC] ffmpeg_set_codec: Could not open codec Encoder not found > ``` Could you try to change the movies format? I think it's H.264/OMX by default, probably...
We need to change the default to `H.264` (without OMX), at least for non-DSI/`vcgencmd`-detected RPi camera modules.
Many thanks for your request. Could you go more into detail, which kind of video do you mean, for locally attached cameras which have a microphone, or remote/IP cameras or...
> My cameras all record sound - to the SD card. You mean via motionEye as well? I.e. you mean recording via motionEye to a local directory contains sound and...
Generally, `/dev/video0` and alike seem to provide an audio stream as well, when provided by the camera. So if FFmpeg is used, it should be possible have it just included...
A reasonable feature indeed, I would find it helpful for testing as well.
I need some help guys, the mapping currently contains some dummy conversion functions which need to be finished: - `motion` v4.3 to/from v4.4 options mapping is a little tricky. -...
That would be great. Take your time, of course. I'm also busy in new job right now, so don't have the time to look deeper into Python depths for this....
Btw, I'm much appreciating your motionEye contributions. Great to have someone which loops through open issues and has good Python knowledge 🙂👍.