![]() |
#1
|
|||
|
|||
![]()
Currently, I would like to use vizard to generate a piece of movie. Yet there are two problems:
1, The quality of the picture is so bad; 2, I want to use viz.setOption('viz.AVIRecorder.fps','10') to nake some change, but error said: AttributeError: 'module' object has no attribute 'AVIRecorder' Could anyone help me? Thanks a lot! |
#2
|
|||
|
|||
1) I'm not sure why there would be issues with the quality. You could try a 3rd party recorder to see if that works better.
2) Do you get the same error running the following code? Code:
import viz viz.go() viz.setOption('viz.AVIRecorder.fps','10') viz.add('piazza.osgb') vizact.onkeydown('b', viz.window.startRecording, 'test.avi' ) vizact.onkeydown('e', viz.window.stopRecording ) |
#3
|
|||
|
|||
hi Jeff, this problem has been settled. Thanks!
|
![]() |
Tags |
record movie |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Screen Size and Scaling | javadi | Vizard | 2 | 04-02-2013 05:56 PM |
Attach a TexQuad to pit.osgb screen | Ducky | Vizard | 1 | 01-17-2013 02:57 PM |
Recording videos | nlucena | Vizard | 2 | 08-23-2012 01:50 AM |
recording screen in vizard when embedded in wxpython | Renato Lima | Vizard | 0 | 11-21-2011 01:10 PM |
position of html-file on screen | active_world | Vizard | 1 | 05-16-2008 07:24 PM |