Login  Register

Reduce screencast playback speed?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Reduce screencast playback speed?

Jeremy Florman
4 posts
Hi,

I am trying to make a screencast using the "file -> make screencast" function but when I play the video using the VLC media player the playback speed is greatly increased even when the playback speed setting is at its slowest. Is there a way to either record or playback a screencast at closer to real-time?

Thanks,

Jeremy Florman
Umass Medical
Neurobiology Dept.
LRB 717
364 Plantation street
Worcester, MA
01605

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Reduce screencast playback speed?

dscho
1631 posts
Hi Jeremy,

On Wed, 13 Feb 2013, Jeremy Florman wrote:

> I am trying to make a screencast using the "file -> make screencast"
> function but when I play the video using the VLC media player the
> playback speed is greatly increased even when the playback speed setting
> is at its slowest. Is there a way to either record or playback a
> screencast at closer to real-time?

Maybe you need to reduce the recorded speed?

If you hold down the Shift key before clicking on the File menu and then
select Make Screencast, it will open the Beanshell script behind that menu
item in the Script Editor.

Ctrl+G should open the "Go to line" dialog and in line 82 you should find
the setting "fps=15". I would try with "fps=5" at first, hoping that would
fix the issue.

If it does, I will change the script so it lets you configure the frame
rate.

Ciao,
Johannes

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html