bhelm / zonerama

Automatically exported from code.google.com/p/zonerama
0 stars 0 forks source link

Rendering more slow than "maxLength" #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set Up 2 Megapixel cameras
2. Try to generate the video
3. the generate take more time what the "maxLength"

What is the expected output? What do you see instead?
the video generate take equal or less time what "maxLength" setting
The video generate take more much time what "maxLength" setting

What version of the product are you using? On what operating system?
1.1a.Debian wheezy

Please provide any additional information below.
I want to know how i can accelerate the rendering because, i use ip megapixel 
cameras, i setup the ffmpeg threads in 8 threads, but Zonerama only work whit 
one thread, how can i give more threads for Zonerama.
Sorry for my bad English.
Thanks.
Mauro.

Original issue reported on code.google.com by lqque...@gmail.com on 26 Nov 2013 at 2:00

GoogleCodeExporter commented 9 years ago
i guess you understand the maxLength parameter wrong. it defines the max length 
of the video scene that should be computed, so the resulting video is at 
maximum that long. maxLength has nothing to do with the time zonerama needs to 
process the video.

see wiki about maxLength: http://code.google.com/p/zonerama/wiki/Configuration

For the multithreaded-question, there is currently no mutlithread-feature in 
zonerama. It is possible to implement it, but as this is not my hobby project, 
i cannot do it for free.

Original comment by bernd.mi...@googlemail.com on 4 Feb 2014 at 10:03