WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 12-08-2016, 04:19 AM
tianmoran tianmoran is offline
Member
 
Join Date: Nov 2016
Posts: 16
Unhappy 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!
Reply With Quote
  #2  
Old 12-08-2016, 02:45 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
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 )
Reply With Quote
  #3  
Old 01-25-2017, 10:55 AM
tianmoran tianmoran is offline
Member
 
Join Date: Nov 2016
Posts: 16
hi Jeff, this problem has been settled. Thanks!
Reply With Quote
Reply

Tags
record movie

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
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


All times are GMT -7. The time now is 05:13 AM.


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