Page 1 of 1
Export Video showing only first frame
Posted: Wed May 14, 2014 1:25 pm
by lordskynner
Hy, i'm with a problem with event as video file, all videos are exported with event length, but only show first event frame, i'm using zoneminder 1.27 on ubuntu 12.04, has anyone had this problem? thanks for any help.
Re: Export Video showing only first frame
Posted: Wed May 14, 2014 2:24 pm
by PacoLM
Hi,
What's the size of the exported video?. I'm asking because I had the same problem, and the video was correct. VLC was not playing properly the video, but WindowsMediaPlayer did...usually is the reverse! Try with another player if the video size make sense.
PacoLM
Re: Export Video showing only first frame
Posted: Wed May 14, 2014 2:47 pm
by lordskynner
Video size: 3.71 Mb
Video Length: 4:01 Min
The event have 1750 frames, bot, generating a video with 4 min, but only shows first frames on all video
Playing on media player, vlc got same result.
Re: Export Video showing only first frame
Posted: Wed May 14, 2014 3:00 pm
by PacoLM
What settings do you have in Options::Images::FFMPEG_OUTPUT_OPTIONS?
Try with:
Code: Select all
-f mp4 -vcodec libx264 -an -threads 0
Have you tried playing the video in another system?
PacoLM