WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Recording videos of the screen (https://forum.worldviz.com/showthread.php?t=5915)

tianmoran 12-08-2016 04:19 AM

Recording videos of the screen
 
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!

Jeff 12-08-2016 02:45 PM

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 )


tianmoran 01-25-2017 10:55 AM

hi Jeff, this problem has been settled. Thanks!


All times are GMT -7. The time now is 01:53 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC