Hi
I have made an addin called graphvideo.prg. The purpose of the addin is to create a video from a graph object using the ffmpeg program.
I works fine most of the time, but when i execute the attached program video.prg on the attached workfile lp.wf1, I get an error message:
Final object is to large for rendering. Please decrease the size or resolution
Why do I get this message? The program just creates several graphs of the same size.
Thomas
(ps, it would be very nice if making videos from graph objects were an in built feature of Eviews :-) )
Final object is to large for rendering....
Moderators: EViews Gareth, EViews Moderator
-
tvonbrasch
- Posts: 569
- Joined: Fri Apr 15, 2011 5:35 am
Final object is to large for rendering....
- Attachments
-
- graphvideo.prg
- (6.57 KiB) Downloaded 306 times
-
- video.prg
- (291 Bytes) Downloaded 294 times
-
- lp.WF1
- (16.08 KiB) Downloaded 263 times
-
EViews Jason
- EViews Developer
- Posts: 870
- Joined: Tue Sep 16, 2008 3:50 pm
Re: Final object is to large for rendering....
You are generating a lot of series and graphs in your program. I suspect you are getting the error because you are running out of memory.
If possible, I would delete the series and graph objects after the png file has been saved.
Alternatively, if you are using the 32 bit version of EViews and since your series appear to have less than 15k observations, you can try to adjust your memory settings. To do so select options->general options->advanced system options and lower 'maximum observations per series' and increase the 'memory reserved for windows'.
If possible, I would delete the series and graph objects after the png file has been saved.
Alternatively, if you are using the 32 bit version of EViews and since your series appear to have less than 15k observations, you can try to adjust your memory settings. To do so select options->general options->advanced system options and lower 'maximum observations per series' and increase the 'memory reserved for windows'.
-
tvonbrasch
- Posts: 569
- Joined: Fri Apr 15, 2011 5:35 am
Re: Final object is to large for rendering....
Hi
Thanks, deleting all the series and graphs objects worked :-)
Thomas
Thanks, deleting all the series and graphs objects worked :-)
Thomas
Who is online
Users browsing this forum: No registered users and 2 guests
