Closed GoogleCodeExporter closed 9 years ago
I've uploaded a video of it... a perfect example of this problem is found at
the time stamp: http://www.youtube.com/watch?v=MDd5rdNPCg0#t=168s
I'd really like to figure out what's causing this so that I can do a proper
version without the glitches. Thanks!
Original comment by jstress...@gmail.com
on 4 Mar 2012 at 4:37
It appears that -c 4 (time-scale 4) is causing the jerky animation. I would
suggest trying smaller values until it goes away. time-scale is kind of a hack
which alters the size of the time delta used by the simulation, and large time
deltas cause the physics simulation to produce bad results in complex
situations.
The best approach if you want the video to appear sped up is to tell ffmpeg to
treat the incoming frame rate as a multiple of the framerate being used by
gource (eg gource -r 30, ffmpeg -r 60).
Original comment by acaudw...@gmail.com
on 13 Mar 2012 at 9:26
Thanks for the feedback. :) I'll give that a try next time.
Original comment by jstress...@gmail.com
on 13 Mar 2012 at 9:34
Original comment by acaudw...@gmail.com
on 4 Apr 2012 at 9:28
Original issue reported on code.google.com by
jstress...@gmail.com
on 4 Mar 2012 at 3:29