Specify the ratio of input rows to output rows, which must be
an integer. The default, of course, is one. The accuracy and
smoothness of the banking algorithm
are best when the frame rate of the input table is high.
This can lead to a degradation of performance when creating a preview
animation with a small frame rate. In this case, the user should still
use a high frame rate table as input to anim_fly, and decrease the
frame rate of the output with the -p option.
For example, if
in.table
contains 30 rows for each
second of the animation, then the command:
anim_fly -f0.001 -p10 < in.table > out.table
would produce an animation table containing only 3 rows for each
second of the animation.