Ffmpeg camera no video

I configure ffmpeg camera in configuration.yaml
hass running, error shows below and no video camera shown
I don’t know how to debug this… anybody can help?

error

16-11-16 13:18:43 haffmpeg.core: FFmpeg fails
Traceback (most recent call last):
File “/root/.homeassistant/deps/haffmpeg/core.py”, line 243, in open
stderr=stderr
File “/usr/lib/python3.4/asyncio/subprocess.py”, line 226, in create_subprocess_exec
stderr=stderr, **kwds)
File “/usr/lib/python3.4/asyncio/base_events.py”, line 866, in subprocess_exec
bufsize, **kwargs)
File “/usr/lib/python3.4/asyncio/unix_events.py”, line 174, in _make_subprocess_transport
yield from transp._post_init()
File “/usr/lib/python3.4/asyncio/base_subprocess.py”, line 111, in _post_init
proc.stdout)
File “/usr/lib/python3.4/asyncio/base_events.py”, line 786, in connect_read_pipe
yield from waiter
File “/usr/lib/python3.4/asyncio/futures.py”, line 388, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.4/asyncio/tasks.py”, line 286, in _wakeup
value = future.result()
File “/usr/lib/python3.4/asyncio/futures.py”, line 269, in result
raise CancelledError
concurrent.futures._base.CancelledError

configuration.yaml

camera:

  • platform: ffmpeg
    input: /tmp/zmodo0
    ffmpeg_bin: /usr/bin/ffmpeg
    extra_arguments: -q:v 2

running ffmpeg

~# ffmpeg -i /tmp/zmodo0 -vn -f null -
ffmpeg version c46d22a Copyright © 2000-2016 the FFmpeg developers
built with gcc 4.9.2 (Debian 4.9.2-10)
configuration: --prefix=/usr --extra-version= --build-suffix=-ffmpeg --toolchain=hardened --libdir=/usr/lib/arm-linux-gnueabihf --incdir=/usr/include/arm-linux-gnueabihf --cc=cc --cxx=g++ --enable-gpl --enable-shared --disable-stripping --disable-decoder=libopenjpeg --disable-decoder=libschroedinger --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzvbi --enable-x11grab --enable-libdc1394 --enable-libiec61883 --disable-openal --disable-opengl --disable-htmlpages --disable-podpages --disable-txtpages --enable-vdpau --enable-frei0r --enable-libx264 --enable-libopencv
libavutil 55. 28.100 / 55. 28.100
libavcodec 57. 48.101 / 57. 48.101
libavformat 57. 41.100 / 57. 41.100
libavdevice 57. 0.101 / 57. 0.101
libavfilter 6. 47.100 / 6. 47.100
libavresample 3. 0. 0 / 3. 0. 0
libswscale 4. 1.100 / 4. 1.100
libswresample 2. 1.100 / 2. 1.100
libpostproc 54. 0.100 / 54. 0.100
[h264 @ 0xa69150] non-existing PPS 0 referenced
Last message repeated 1 times
[h264 @ 0xa69150] decode_slice_header error
[h264 @ 0xa69150] no frame!
[h264 @ 0xa69150] non-existing PPS 0 referenced
Last message repeated 2 times
[h264 @ 0xa69150] decode_slice_header error
[h264 @ 0xa69150] no frame!
[h264 @ 0xa69150] non-existing PPS 0 referenced
[h264 @ 0xa69150] decode_slice_header error
[h264 @ 0xa69150] no frame!
[h264 @ 0xa69150] non-existing PPS 0 referenced
Last message repeated 2 times
[h264 @ 0xa69150] decode_slice_header error
[h264 @ 0xa69150] no frame!
[h264 @ 0xa69150] non-existing PPS 0 referenced
[h264 @ 0xa69150] decode_slice_header error
[h264 @ 0xa69150] no frame!
[h264 @ 0xa69150] out of range intra chroma pred mode
[h264 @ 0xa69150] error while decoding MB 9 3
[h264 @ 0xa69150] concealing 304 DC, 304 AC, 304 MV errors in I frame
[h264 @ 0xa69150] sps_id 1 out of range
[h264 @ 0xa69150] sps_id 4 out of range
[h264 @ 0xa69150] sps_id 1 out of range
Input #0, h264, from ‘/tmp/zmodo0’:
Duration: N/A, bitrate: N/A
Stream #0:0: Video: h264 (Constrained Baseline), yuv420p, 352x240, 25 fps, 25 tbr, 1200k tbn, 50 tbc
Output #0, null, to ‘pipe:’:
Output file #0 does not contain any stream

I notice ffmpeg has mjpeg video format
My security camera has h264 output
Anyway to overwrite -c:v mjpeg to -c:v h264?

root 4674 0.2 0.4 76516 5120 ? S 15:33 0:01 ffmpeg -i /tmp/zmodo1 -an -frames:v 1 -c:v mjpeg -f image2pipe -

I issue command line exactly like home-assistant script in console
It seems mjpeg picture being generated but why I can’t see this picture in home-assistant web?
Can anybody help what’s wrong?


ffmpeg -i /tmp/zmodo0 -an -frames:v 1 -c:v mjpeg -f image2pipe -

ffmpeg version c46d22a Copyright © 2000-2016 the FFmpeg developers
built with gcc 4.9.2 (Debian 4.9.2-10)
configuration: --prefix=/usr --extra-version= --build-suffix=-ffmpeg --toolchain=hardened --libdir=/usr/lib/arm-linux-gnueabihf --incdir=/usr/include/arm-linux-gnueabihf --cc=cc --cxx=g++ --enable-gpl --enable-shared --disable-stripping --disable-decoder=libopenjpeg --disable-decoder=libschroedinger --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzvbi --enable-x11grab --enable-libdc1394 --enable-libiec61883 --disable-openal --disable-opengl --disable-htmlpages --disable-podpages --disable-txtpages --enable-vdpau --enable-frei0r --enable-libx264 --enable-libopencv
libavutil 55. 28.100 / 55. 28.100
libavcodec 57. 48.101 / 57. 48.101
libavformat 57. 41.100 / 57. 41.100
libavdevice 57. 0.101 / 57. 0.101
libavfilter 6. 47.100 / 6. 47.100
libavresample 3. 0. 0 / 3. 0. 0
libswscale 4. 1.100 / 4. 1.100
libswresample 2. 1.100 / 2. 1.100
libpostproc 54. 0.100 / 54. 0.100
[h264 @ 0x2065160] non-existing PPS 0 referenced
Last message repeated 1 times
[h264 @ 0x2065160] decode_slice_header error
[h264 @ 0x2065160] no frame!
[h264 @ 0x2065160] non-existing PPS 0 referenced
Last message repeated 3 times
[h264 @ 0x2065160] decode_slice_header error
[h264 @ 0x2065160] no frame!
[h264 @ 0x2065160] non-existing PPS 0 referenced
[h264 @ 0x2065160] decode_slice_header error
[h264 @ 0x2065160] no frame!
[h264 @ 0x2065160] non-existing PPS 0 referenced
[h264 @ 0x2065160] decode_slice_header error
[h264 @ 0x2065160] no frame!
[h264 @ 0x2065160] non-existing PPS 0 referenced
Last message repeated 3 times
[h264 @ 0x2065160] decode_slice_header error
[h264 @ 0x2065160] no frame!
[h264 @ 0x2065160] non-existing PPS 0 referenced
[h264 @ 0x2065160] decode_slice_header error
[h264 @ 0x2065160] no frame!
[h264 @ 0x2065160] non-existing PPS 0 referenced
[h264 @ 0x2065160] decode_slice_header error
[h264 @ 0x2065160] no frame!
[h264 @ 0x2065160] non-existing PPS 0 referenced
Last message repeated 4 times
[h264 @ 0x2065160] decode_slice_header error
[h264 @ 0x2065160] no frame!
[h264 @ 0x2065160] non-existing PPS 0 referenced
[h264 @ 0x2065160] decode_slice_header error
[h264 @ 0x2065160] no frame!
[h264 @ 0x2065160] non-existing PPS 0 referenced
[h264 @ 0x2065160] decode_slice_header error
[h264 @ 0x2065160] no frame!
[h264 @ 0x2065160] non-existing PPS 0 referenced
[h264 @ 0x2065160] decode_slice_header error
[h264 @ 0x2065160] no frame!
[h264 @ 0x2065160] non-existing PPS 0 referenced
Last message repeated 3 times
[h264 @ 0x2065160] decode_slice_header error
[h264 @ 0x2065160] no frame!
[h264 @ 0x2065160] non-existing PPS 0 referenced
[h264 @ 0x2065160] decode_slice_header error
[h264 @ 0x2065160] no frame!
[h264 @ 0x2065160] non-existing PPS 0 referenced
[h264 @ 0x2065160] decode_slice_header error
[h264 @ 0x2065160] no frame!
[h264 @ 0x2065160] luma_log2_weight_denom 12 is out of range
[h264 @ 0x2065160] chroma_log2_weight_denom 9 is out of range
Last message repeated 1 times
[h264 @ 0x2065160] luma_log2_weight_denom 28 is out of range
[h264 @ 0x2065160] chroma_log2_weight_denom 9 is out of range
[h264 @ 0x2065160] luma_log2_weight_denom 20 is out of range
[h264 @ 0x2065160] chroma_log2_weight_denom 9 is out of range
[h264 @ 0x2065160] sps_id 2 out of range
Last message repeated 1 times
Input #0, h264, from ‘/tmp/zmodo0’:
Duration: N/A, bitrate: N/A
Stream #0:0: Video: h264 (Constrained Baseline), yuv420p, 352x240, 25 fps, 25 tbr, 1200k tbn, 50 tbc
[swscaler @ 0x2157a00] deprecated pixel format used, make sure you did set range correctly
[mjpeg @ 0x2103eb0] removing common factors from framerate
[image2pipe @ 0x20fe440] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.
Output #0, image2pipe, to ‘pipe:’:
Metadata:
encoder : Lavf57.41.100
Stream #0:0: Video: mjpeg, yuvj420p(pc), 352x240, q=2-31, 200 kb/s, 25 fps, 25 tbn, 25 tbc
Metadata:
encoder : Lavc57.48.101 mjpeg
Side data:
cpb: bitrate max/min/avg: 0/0/200000 buffer size: 0 vbv_delay: -1
Stream mapping:
Stream #0:0 -> #0:0 (h264 (native) -> mjpeg (native))
Press [q] to stop, [?] for help
▒▒▒▒Lavc57.48.101▒▒C
“”)▒▒▒

}!1AQa"q2▒▒#B▒▒R▒▒$3br▒
%&’()456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒w!1AQaq"2B▒▒▒▒ #3R▒br▒
$4▒%▒&’()56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒"▒▒ ?R\▒I▒w▒8▒O▒޵^▒▒▒▒▒[▒nb{ $*▒V▒▒▒▒ȥp@▒T▒▒猑▒▒▒6 ▒▒5▒▒▒Ī▒▒▒▒▒-f▒m▒▒▒▒▒1▒N>'9j▒:▒▒R▒▒▒t8▒▒L lYf :▒R▒8#▒▒h▒Moj▒▒▒$▒}▒▒▒▒▒▒▒1/▒▒E▒4n=▒▒▒3▒EA▒▒U▒v>▒p▒R▒z▒▒FT▒!▒▒3)▒▒H▒u5▒▒▒{▒▒)bAm▒H<u<▒T▒-▒n▒T▒▒L▒▒▒:▒W▒F▒rZy▒▒E▒'▒▒iu▒▒a▒▒ s7▒}▒T|▒▒r▒Ќ▒▒▒"▒i▒▒▒P▒ ▒?▒%NLIJ▒▒▒ƞKV▒E▒▒zv A ▒▒@▒▒▒▒EE▒ a▒p▒▒:▒▒p9▒{▒k▒▒▒▒▒▒B▒▒ĸd5"JGj▒4▒▒8▒
_#u▒▒▒C8ʞ▒D▒▒▒t▒[-▒|▒▒▒▒g▒▒r!▒
x▒(12▒▒<▒ǟʝ▒▒54v▒2▒▒
▒▒▒▒h▒n
▒w?y{▒v▒▒v▒▒▒▒▒▒}xR▒▒[Ζ▒8▒▒▒▒▒▒˺▒▒s▒▒▒ ▒c▒s▒▒@▒▒̓▒@#▒▒▒3W▒O▒ivyF▒▒ ▒▒I▒▒V/4▒▒▒▒p▒▒▒F? ▒Vj!▒G▒▒▒▒*#k0▒▒T▒N0▒8▒mt}@2=▒▒▒|8▒#?▒▒|ͧԮ+cc▒Ѵ˻单6DSp▒▒▒▒m▒O▒▒▒▒)▒▒▒F ▒ׯz▒uK▒▒k56▒▒▒p▒G▒▒;▒▒▒g▒k▒\▒▒r[▒▒▒h▒▒ǵ▒▒OA▒▒▒w<Wkldq▒▒q▒▒▒▒ۥq▒Y▒+▒?e-▒▒NH▒k▒▒ q▒{ Y\▒#▒E▒y▒E▒R/▒8 xc▒}i▒r1U$▒▒6▒▒l▒▒▒n{▒▒g▒ +9▒▒▒X㑂▒w=▒j▒H▒ ▒Ƞ▒EQE!▒hz▒3B▒ ▒ٗ▒▒▒+F▒▒▒▒ ▒Z1▒▒x=▒▒▒8▒&ojj2▒Z-▒▒ż▒y▒▒n▒"▒aǵx▒p▒▒7▒▒▒CL▒▒▒▒_▒▒f▒▒▒}8F▒▒ @▒▒~▒▒$mzuS▒▒ 1\▒ ▒▒,ѣ▒▒▒▒▒Ow$▒'▒P▒Pq▒@▒3▒ӭ▒▒b▒▒▒sO*▒UD▒QGѺ▒CʚB\▒▒▒▒▒▒@▒▒m▒|▒e}▒G▒$7K▒+▒<▒E▒▒▒▒▒im▒x▒▒9▒▒̊▒I7▒f▒▒▒y▒q▒j▒e▒▒ 2~▒▒*▒▒NJ괽O▒▒▒6▒▒▒▒dٳnK▒▒5▒=փ▒▒▒▒▒# v▒▒▒▒3@▒▒▒p▒▒'▒eqZ▒▒E▒<0▒E▒31▒-▒/˴▒▒▒b}unn_▒▒▒q7▒,▒▒r▒(9▒▒^▒v▒▒S▒▒^▒-JK▒▒;6▒▒Gd▒▒▒ ▒)▒H8▒▒5~[▒▒)▒;▒▒▒n1▒▒Z▒▒E▒▒▒d▒▒V/,▒|▒xe<▒޼▒▒▒z▒▒|֬#▒▒+Kz|▒O3▒▒ ▒N▒4%▒F▒z wZ▒\3B▒▒▒▒▒c?▒D▒2D▒▒▒9▒qMhXky>▒݆(1▒ ▒▒\▒▒▒▒▒▒▒▒▒i▒+*▒▒ GZ▒f▒޽▒▒l▒F▒C▒▒sϿt▒ĝׂ")ut ▒ ]▒n=豱ǯ▒4▒▒Lӳ▒$e▒▒▒▒▒q▒▒▒▒b▒▒▒▒(▒▒▒]▒~?▒▒▒{תp▒b▒▒R▒▒▒▒R▒>y▒h6Ƕ▒▒$▒▒▒▒T▒ݰ9▒W▒▒~ ▒▒▒▒▒▒|▒▒=▒5▒▒z[is▒▒xWu29▒I▒֋▒▒▒S▒
6H▒٪8ݷڭϥYG▒j▒▒▒t▒n▒▒’▒▒R▒▒ANѶM▒_▒e▒▒J▒▒▒n▒▒[<▒"(R▒▒▒s▒J▒▒
@,y▒▒▒?O▒▒▒1▒▒L▒▒
▒#4▒1@

JZ(▒▒▒$v▒▒<s\▒▒s▒Vy"▒(԰yd▒▒▒ח~N;
▒X▒▒t▒\▒;v▒ ▒<u▒▒]▒▒cߧO▒Zx▒▒d▒▒▒▒
q▒r_J▒▒4▒F▒Mop▒▒▒y9▒Nr:▒▒▒▒mt▒Uk▒▒▒vT_▒q▒U▒
▒▒▒▒{ds▒▒嚾▒ڵߚc1▒@▒▒.▒ePO▒ߟ▒▒▒▒s▒▒\MU_▒▒@▒{/▒▒▒~▒▒▒Jh5▒▒▒[▒▒~▒Ս▒▒▒E▒Jξ▒m▒▒
▒▒▒j▒▒▒z5▒A▒▒▒▒!▒YW▒@▒x▒▒▒k:▒▒▒[▒▒k21▒I9▒r3▒▒▒˂▒▒▒{▒ ▒u9▒▒0]˟|V y▒~▒9#▒F▒▒Ց▒vo▒▒▒KL▒/%}▒n▒▒ƍӂ▒▒\▒▒▒2K[▒TR▒▒L▒W▒▒?.}▒h>$O3$o▒$.▒ c▒▒▒?
▒▒▒▒▒▒ڌ▒#▒w▒R,O▒0G▒#▒}▒▒rw1▒
▒vx▒p?▒#4▒▒$q▒q▒3▒x▒D▒▒:▒2p~▒▒4▒▒▒A g▒4▒▒v▒@▒▒&A▒▒▒▒ՙ3r▒▒q▒▒@▒▒a▒㐧b>▒▒Pm▒7▒▒▒▒R)▒▒▒!;G#▒▒]▒&WXC▒
▒▒▒p
▒UP▒:▒▒4d▒▒▒aM&I@9$▒S▒▒▒▒jh▒▒▒▒▒7 ▒hB[▒2▒▒▒▒^▒p▒▒=Ay▒▒▒▒▒c#▒2c▒s�▒~n{▒▒?▒ż▒▒▒d_▒d▒Sy ▒w▒▒ ▒}▒@v▒▒▒▒▒▒@▒=▒#▒▒Qf▒7ɷ▒▒,▒▒O▒i▒ r7▒▒ ▒▒▒▒:▒%▒Y.fDC▒▒▒h ▒▒ ▒3▒▒j7▒x▒N▒▒9?▒▒k▒▒▒ ▒▒Z▒▒V%g▒w�j▒▒9▒E▒S%▒h▒S▒ +▒c\vfb~▒I▒▒Z9▒▒▒ؓ▒▒ԧ▒▒6L▒A▒▒@▒v▒R=▒▒▒%▒(▒▒[]▒S▒8b▒EY▒>~2▒▒▒"▒O▒{▒▒▒>▒e *▒F+2▒c▒i▒▒▒+▒▒,▒▒▒▒▒C▒▒▒߻▒F▒5▒[▒PG▒▒Ӳ(▒7▒▒]i▒▒ݣ▒h▒ ;▒▒▒!?N+▒▒▒▒r▒{▒g▒▒▒▒b▒'▒▒\q^▒Efi▒r▒▒▒aP▒▒ִ9▒▒@ EPHN*▒▒y ▒|▒/U#▒▒w▒1▒̪1▒ ▒g<▒ ▒▒u▒▒M5▒▒P▒3▒Y▒>▒n:▒▒U ▒▒0Y▒▒_▒▒▒▒01▒q% ▒▒▒▒:▒▒l▒▒▒~5▒▒▒X▒▒▒s▒▒▒▒▒▒▒g+▒▒▒֖▒P▒▒yj▒@m▒s@▒H▒▒▒0▒▒
6}GC▒ׯ=ּ?%▒k▒▒▒▒▒Y�▒ɱ▒▒oz▒▒F▒du▒▒a▒▒PA▒5+▒▒▒7"m▒▒͕٥y▒▒~l▒▒E▒ ▒5[p▒8▒▒H▒S▒▒xWO7%▒lڠ▒<▒xv▒▒\▒pIy2[▒▒▒>▒▒M▒k▒4▒(▒-▒▒1▒▒B¢▒ej▒:▒b▒▒▒,cJ▒▒c▒▒卼 ▒▒▒▒u▒}+▒▒▒▒c<
▒X\jh.▒{EO▒;iw▒Y▒s▒▒5▒▒▒▒▒▒▒y▒1▒▒TI.vE3▒;cf▒ v▒▒’,▒▒▒MG▒w▒f▒▒▒C▒Ȏ:▒]▒▒i▒▒"▒▒B>▒?▒▒▒/К▒2V Q1▒q▒▒}▒▒▒▒▒
▒P▒s<▒▒Am▒▒▒8$(▒r}閿Y▒▒▒jο▒W▒▒
▒▒▒▒y{Kp%M▒q▒P▒2#ǵp▒A▒▒▒▒T▒▒𪊅▒ ti▒p\▒L▒Ǿ+▒-▒▒▒\N▒▒]\ N1▒
▒▒4▒
x:-kՔ▒▒˺#'▒▒▒▒▒s▒▒P?▒▒O
▒▒K▒▒▒GC=m▒<▒-▒▒M&▒-▒<▒▒▒
s▒▒yHb
yW▒▒n:▒G▒▒▒,▒▒R▒,=?▒y▒▒▒-_(ӓ#cn▒▒pzf▒▒▒▒▒Sy▒-▒2▒▒R▒▒C=▒Ѽ▒’▒▒▒ǖt▒쐛▒=FJ0▒▒�▒5?▒▒ޢ▒!▒▒▒P▒޲▒▒t▒▒G▒▒@է[▒▒▒Z▒/▒▒▒{֊▒5▒j▒▒▒▒1_5▒▒▒▒.R▒▒▒r▒▒▒▒M▒O8#▒▒▒x▒▒▒▒d▒▒N▒
[z▒Q▒o▒.▒+ٗ▒▒(~▒Ƥ{▒6▒▒6yQm▒ؿ▒Rf▒▒▒▒=▒1▒▒t▒w▒▒▒)v▒2▒G▒)▒#▒(޸▒▒]▒▒▒>▒lW▒▒2▒3& ▒▒▒▒b▒O▒▒▒8▒▒▒}▒B▒▒:▒N
'Ěf▒▒▒▒l▒▒▒˝O▒▒{▒Eof▒EP~▒o5ͣ▒T▒▒Z▒▒▒▒▒ĉl▒-:D▒▒ϼ
▒\▒▒▒▒q-▒▒▒▒޵▒L▒
X5X▒▒+▒▒-vΒLUP▒▒v4▒z?(▒▒ ▒▒▒NAb2▒▒▒#▒▒"▒▒▒▒ʺ▒=▒▒>▒▒▒▒mO▒8m▒▒▒ Ϩ▒▒▒▒4▒C▒▒:▒▒L▒�-#▒{▒EXE▒:▒▒<▒_▒R▒e@▒▒Hѓ▒/8▒=
▒▒▒P▒)e
韻k▒▒▒a▒"▒▒J▒m\T6▒,q▒(¯z▒@▒▒<▒▒▒eH#y▒QK▒▒▒x▒T▒▒y▒▒2V<▒▒
▒@
m▒▒▒▒▒C▒▒▒▒ ▒F|▒Wq▒▒w:▒&▒▒▒?▒▒ v;Lm▒▒s]▒2▒▒]▒kq{b▒|▒V▒▒▒@▒▒▒gԴ▒8˅@▒▒▒▒▒{▒X▒▒=O▒▒ܖM>r▒R▒O▒▒f▒z▒▒▒▒▒qA4▒-▒▒▒▒#>o▒▒%▒▒zq▒
k▒▒▒G▒▒Ӯm▒,▒▒r+▒=O▒j▒ j.▒▒▒l&▒c▒K▒x▒L▒J▒w▒▒▒▒E֢▒'I▒h▒▒▒7 ▒tl{▒▒i▒K}"▒H4▒:\▒|▒2M▒Hz▒d#=p▒ ▒▒5▒d.C$[▒6▒▒P▒n▒▒▒զY▒▒ b▒▒▒▒bUs▒▒▒▒▒▒▒▒▒uq=▒qĒ▒P@▒▒_▒;v▒Q▒Q▒▒▒▒I▒C▒▒,2▒H▒N▒1>▒=d▒S▒º▒,▒▒o▒&wa$▒E ▒▒LW▒▒;▒U[▒▒'▒= ▒▒▒Լe▒▒l▒▒▒8▒R▒G▒s▒M )▒P)▒I▒B%▒▒!▒▒▒1c▒L▒▒q▒▒▒O▒▒a▒▒F▒7z▒▒5J▒oj▒8R▒23֘!▒j▒d▒▒R1▒T▒Ҁ,▒RPR[%-G▒vhH▒R▒Ɋ}i▒Adh▒▒ƴ▒gd▒y▒▒I!▒▒?N▒▒▒M▒▒\f▒kR\▒▒d▒▒▒?ҋY▒▒I
K▒;▒O▒1▒ǯJ▒uv▒(|▒;▒▒:UH▒+.쟟▒ ]▒▒s▒▒z▒▒▒7IV▒▒º▒;ĺ▒▒▒+<g▒h▒8▒
y۔▒\▒_j▒▒c▒▒▒▒\6(▒4▒▒\▒▒▒M▒▒,Y▒yy▒8▒k▒▒▒▒▒w▒"J▒▒0a▒W▒▒<▒▒▒~ڝ▒▒\i▒))▒2▒▒yA▒▒▒e▒<▒▒5▒Vk▒▒f▒s▒2▒▒▒q▒9Ӽuu▒▒▒▒ϙ,Xܘ|▒▒▒^▒▒▒Zn▒6▒QM▒O▒0
?
0▒L▒▒▒▒?▒▒▒f8▒▒▒
▒ ▒▒8▒▒|­1▒
▒$~▒V
▒_▒<R▒@i#P\▒֞T7▒▒▒▒IQ▒▒▒A▒▒m/▒▒ZCJm▒▒▒g,K2▒蛉''▒)▒▒1KEQE▒▒▒܅▒]Ē[1?Z▒$▒J۞Gs▒|▒Ǐ▒▒|M▒▒▒Mb▒▒94▒Ea▒▒▒@q▒▒ K▒▒~▒9▒"▒▒{▒|▒4O▒▒▒▒6▒▒)z▒▒▒▒W▒▒U@U4#~▒▒▒▒▒0▒ڐ5RMVc▒e▒▒A▒@j▒K▒pJ▒o31▒▒?▒O5$Ccf▒▒lS ▒▒585▒d▒Sij▒f▒▒▒4▒▒N▒▒▒L(nh5▒>▒7▒Gɩ▒J▒▒>▒▒A▒▒*▒▒ܳz▒g▒▒.v▒ޚ▒▒8▒>M▒▒O>▒jr*m▒▒k.1:▒▒N={U▒=kD ▒y▒F▒o $?▒▒%$▒▒tL7▒N▒▒▒ k(/▒o9ѻ( r?U▒k▒Y▒Xna\agC▒▒2▒▒1▒▒▒▒▒l▒m▒I▒▒▒^B▒ ▒03▒Ϊs\٬Q▒M܅▒▒a▒x>jO&▒▒ҟ▒▒▒▒▒▒▒mu▒k$▒27!▒ut?FRG▒V ځ▒y"7▒q▒▒O▒J.▒▒▒l|U▒▒ʑG;▒▒n▒ ,3Dx▒̈▒q▒Mt9SҘ▒h▒PEPES▒▒P@^▒=▒U▒▒▒.▒▒▒-▒FE<;(▒q@(▒▒▒▒qQu9▒▒▒▒OΕUs▒9▒▒▒t▒▒1▒▒▒▒?▒j▒R -▒0<▒͈4▒▒▒
▒▒)▒~c΀4i▒▒i@“▒▒K▒M▒&▒▒4▒^
Nf d▒▒¡R▒i_▒▒s▒▒▒?▒(-▒▒▒▒▒▒▒U}▒▒▒▒5▒@xH▒>ⴕ؊▒▒M▒ȓ▒▒?▒▒▒!▒U▒▒O▒▒p*ا3▒5▒(▒oc▒&=vd~▒$w▒▒q▒PG▒▒▒▒▒ګ▒#n▒▒▒4▒▒▒C▒jN▒▒m-O▒\▒x▒B▒1▒▒▒G▒v_▒▒▒▒▒5G>S▒▒?֩,F▒؏w’▒4BL▒J▒%9’'▒▒▒▒▒@o▒▒R▒▒H@l|▒▒▒▒0▒▒▒▒▒▒▒)*▒$▒▒}▒|▒▒▒9B▒▒?q▒▒▒▒ ,▒6▒d1▒X▒▒6E^▒rz▒▒\ ▒▒uiD▒▒▒ʡrJ▒l▒go▒ؤRy▒▒E▒H▒8$▒~56▒▒k}▒b8▒ 2/▒▒▒k%/▒>▒▒mBn▒c▒▒▒$▒OS▒h▒Q▒ ▒#/▒▒▒s▒▒. ▒▒#▒Յ▒▒5▒]]#P1▒'▒▒+▒N)▒▒▒; y▒▒▒G▒▒▒▒▒▒.e]v▒▒@=▒▒^▒▒▒5▒▒EQE▒▒6▒EH▒+U#݌▒▒▒(lr) ة'▒>▒▒▒Y3Ll3w▒?n*PG▒BF▒▒Zn▒q▒V7S ▒▒▒▒n▒▒▒z▒i▒/▒▒▒▒L▒m▒▒YV▒▒▒▒▒▒P▒▒& ▒▒▒▒҅"▒~)<▒N(!▒▒▒▒Uo0▒▒0 D▒A ▒(▒ :▒+H*▒E▒W4▒▒ Ӂ▒▒D�Q u0E%▒b▒Y%▒▒&x▒G▒▒z▒A▒Y▒ ▒^Jǖ▒▒<▒iv▒Q ▒▒Z▒▒▒cX▒▒▒▒▒ҮJ▒▒▒a+▒▒▒c▒▒}j▒H▒]▒-▒&▒▒nB0▒▒▒5▒]Z=▒▒[▒▒0▒▒▒V▒ų<h▒▒▒▒▒Y▒▒v▒▒X▒8▒}▒▒▒ֳu▒▒YL▒’H>m▒▒▒m▒ױi▒▒▒▒Od▒▒!▒▒▒▒c&@o▒:c▒▒▒ZK;▒d▒▒l▒▒i▒▒▒_Qު,jY▒▒▒H▒pjZ▒▒-▒f▒▒Q▒▒1▒qu*▒1 {▒Z▒Eh袊|V▒&▒xܜ▒▒hRiA▒▒S▒
IsQ▒{S7▒ u&▒▒4▒▒>[▒.▒:ӹw&▒5Zvi▒▒i▒wRb▒,H8▒▒~▒<f▒▒▒▒▒
ƛ工Z▒.F1A
▒’▒▒▒▒X▒:▒▒”&z▒▒m▒▒ln▒ga▒d{PL▒r▒▒▒@h▒▒▒8O▒N▒▒▒j▒e▒ӳQN▒
▒▒▒▒▒A▒=▒▒b▒f▒p▒▒A#9ڻ▒▒▒1q▒▒ƽ]uD▒(▒> Ҭ▒▒▒&▒x9l▒▒▒▒▒u▒W▒o▒▒▒▒rï<▒▒:▒=▒H▒▒K▒(▒▒ ;{zՎ▒tJ▒#▒▒۠▒ڹxfi▒2▒*▒▒Ǡ▒kR▒▒▒▒p▒▒h▒ ▒▒▒ 08▒▒}k▒ü-▒▒YOb~V▒▒▒▒▒▒▒▒▒UŁ▒0N▒ ▒▒▒l▒NFs▒֭D▒4)▒A▒>▒MI3KQ▒@f▒▒(▒▒Bj▒Պ▒▒ (▒$▒=▒▒▒Sr)▒▒7z▒▒▒F▒Gz▒'5&r▒:8T ▒5ul▒▒}s▒#Eqn6▒▒▒#▒▒犒▒▒'5~==▒▒▒▒X▒▒6▒▒?▒▒v▒▒▒hl▒▒qF▒ݗ▒( ▒=▒>H!▒ &D>▒▒▒▒▒▒▒6▒▒▒▒▒jly'\▒H^0▒▒▒▒?▒R▒e▒▒*▒,▒I>▒qZ▒S▒▒▒22▒▒#Ę▒ ▒1X▒▒▒Z(▒y(YYs▒1ғC4c@▒▒▒▒▒▒g▒+▒▒$i▒nq▒▒▒Oұ#▒A
d▒;▒>▒+@L$▒▒▒X▒▒▒k▒h^"8s▒▒▒^▒S9CtK:n▒▒▒▒▒▒▒9▒▒▒d▒▒▒▒▒(8+▒▒(6:▒▒▒▒▒▒\▒▒▒L▒▒▒▒▒\▒▒▒▒L▒p▒8▒▒շ▒▒▒▒M▒1B~r▒k▒▒▒Ui▒▒▒JqO▒U▒▒2OJ▒ ;F*>A▒X ▒EF▒▒h$~▒S▒▒Q▒▒|▒:R1ښBt4▒▒悆▒8▒Q▒▒O▒DJJ▒ʟΪ
▒▒R)4▒ ▒JFy▒iA▒c▒▒!w0▒OV▒▒▒?▒sQ▒▒-▒
▒\▒▒▒?▒▒u▒jNpGP▒▒▒▒1▒ˌ}~e52.G▒|N▒▒ٟ▒P-J+X▒▒▒H▒▒▒G▒▒’▒▒▒▒▒▒▒L▒9EP▒o▒O▒▒▒▒TP2|▒S3Fh▒sU$▒▒▒)?▒^▒4▒Ό▒▒▒▒+▒▒▒▒ꮖ▒P▒▒▒▒▒}s▒▒r
G▒▒=▒T▒Ry▒▒▒"y▒Xչ▒▒rM▒SK)▒▒98▒▒֘v▒Ҏh▒▒▒▒▒▒H▒▒▒V▒▒5r▒▒▒w▒▒▒5xM▒;F▒ ~▒▒85.▒▒z▒▒
ڒ▒▒! P▒o#▒▒▒▒Kr
9
В▒▒▒▒q▒▒gC▒rJ3Ҧm
U>▒֠Fi▒Sq▒p4Ȏ▒pɩ8▒▒PI▒▒▒V(8▒H▒A▒QADDR▒=▒H▒)▒GZ6/▒3=Fy4▒▒▒H▒▒▒) #v▒A-▒wb▒▒▒▒ A▒i▒*y▒ R▒N▒▒{P▒<T▒▒A▒▒▒)2i▒▒ ▒▒ Vq▒O▒▒▒h4▒▒▒▒["▒O▒ZG")f▒ET]▒)*S▒▒2q▒U▒%W▒▒▒OƳ ▒▒ ▒▒2▒yo▒▒▒▒ZɃ9▒9▒?QMA▒U▒6▒ ▒(▒▒F>▒▒▒▒R▒$R.c▒U▒▒▒;▒RPp▒▒ӯ~▒r▒ԁ▒8▒P*d֠Oz8▒ ▒▒▒▒Q▒▒▒▒V▒A$▒▒qOɤ▒'4▒x▒<▒is▒ ▒'▒O0u▒ Y▒▒ aEfx4▒cJ▒▒=x▒ rx▒▒m▒▒,N(▒▒֞ǎ▒1x▒▒<▒q▒#?J $▒▒ϽL▒"▒
▒A▒▒Ƞ
▒▒▒▒▒F$=▒-2▒isU@~攩’▒▒Le▒▒SL▒;▒
d▒▒▒▒r▒▒▒Y
c▒n▒Ԥ▒4S▒v▒@▒▒▒v▒▒n▒▒ګH2*%
▒▒▒’▒V▒▒▒D
ۈ▒▒;▒O▒▒i▒ڤE07:▒@▒▒r▒
3▒{
h▒RS▒P▒▒1▒f▒▒\▒▒▒9b$ ▒▒▒J▒o$
▒s▒Va▒{▒▒▒▒▒O▒Gn▒G▒▒j▒▒n▒:qQ<▒▒▒’▒▒u▒▒"▒▒.Z▒▒▒F#s▒6▒N▒{R▒q▒6▒R*a▒▒zӾ_J Ҟ▒▒
'֔g4ABL9&▒▒▒▒zRP;▒▒v▒0%=R▒8▒K▒Jv▒Fh.▒▒)▒$▒▒▒)'▒E"▒n▒▒A#▒i▒Rt▒n▒-▒▒▒▒▒▒8▒[▒H}▒+DP▒▒M▒▒▒▒E1▒▒4▒(▒%Z5▒Դ&K,▒23▒[y3▒G▒▒▒\▒Vܸ▒k)~l19
=▒2JЍ▒#~;f▒▒▒▒▒▒▒▒Rr▒▒f▒▒h▒▒ۮj 癔▒▒▒▒▒▒ǵ!▒▒A▒▒▒׽(恉EP▒)▒▒b▒▒▒▒v▒▒O▒R.i▒▒)▒▒1▒JI▒t▒▒▒BNy▒w▒,▒▒▒}*M;<▒SM'4▒▒v)▒1ADj▒i▒枸▒v▒0h%A▒z?:(w▒▒▒▒@ i: ▒q֔0▒3▒i▒▒?▒▒▒G=i▒.▒?▒▒L )4▒?▒ ▒p▒▒?J▒▒▒▒▒sS▒j▒▒▒▒6▒▒!W<▒▒Mf\▒qӐ)▒JT▒u~^▒ju
8▒~e▒V▒w▒n?}Yq▒▒5O4▒▒/ʕ▒?4f▒▒▒▒;4▒▒▒▒h▒▒frame= 1 fps=0.0 q=4.1 Lsize= 11kB time=00:00:00.32 bitrate= 270.4kbits/s speed=4.03x
video:11kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.000000%
PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTY

I think something wrong with home-assistant to show this ffmpeg output
I manage to get mp4 file now with this command below in console
I probably need extra_arguments in configuration, but I don’t know what?
Nobody expert in home-assistant ffmpeg camera?


ffmpeg -i /tmp/zmodo0 -an -frames:v 1 -c:v mjpeg -vcodec copy -y camera.mp4