Cant get mp4/gif animation to work

Previous development branch now released as 1.36
Locked
wallee
Posts: 2
Joined: Fri Oct 23, 2020 9:13 am

Cant get mp4/gif animation to work

Post by wallee »

Im using Pushover for notification. This is working correct with static jpg picture.
I try to make animation work. im running latest v1.35.10. I get no gif or mp4 pictures. Tryed mp4 and gif configuration.
These are the logs:

zmesdetect_m1.log:
10/23/20 11:01:20 zmesdetect_m1[2448258] ERR image_manip.py:79 [animation: Bailing, failed too many times]

web_php.log:
10/23/20 11:01:28.742663 web_php[2442427].FAT [192.168.1.116] [File /mnt/lun1/zoneminder/events/1/2020-10-23/5667/objdetect.mp4 does not exist. You might not have enabled create_animation in objectconfig.ini. If you have, inspect debug logs for errors during creation] at /usr/share/zoneminder/www/views/image.php line 107

objectconfig.ini:
[animation]
create_animation=yes
animation_types='mp4'
fast_gif=no
animation_width=640
animation_retry_sleep=15
animation_max_tries=3

secrets.ini:
ZMES_PICTURE_URL=http://192.168.1.61:81/zm/index.php?vie ... &width=600
User avatar
asker
Posts: 1553
Joined: Sun Mar 01, 2015 12:12 pm

Re: Cant get mp4/gif animation to work

Post by asker »

Hard to understand as you posted a 1 line log. Please post debug logs.
I no longer work on zmNinja, zmeventnotification, pyzm or mlapi. I may respond on occasion based on my available time/interest.

Please read before posting:
How to set up logging properly
How to troubleshoot and report - ES
How to troubleshoot and report - zmNinja
ES docs
zmNinja docs
Locked