AssumeScaledFPS のバックアップ差分(No.3)


  • 追加された行はこの色です。
  • 削除された行はこの色です。
#code(nonumber){{
AssumeScaledFPS(clip [, int multiplier, int divisor, bool sync_audio])
}}

The AssumeScaledFPS filter scales the frame rate without changing the frame count. The numerator is multiplied by the '''multiplier''', the denominator is multiplied by the '''divisor''', the resulting rational FPS fraction is normalized, if either the resulting numerator or denominator exceed 31 bits the result is rounded and scaled. This allows exact rational scaling to be applied to the FPS property of a clip.
AssumeScaledFPSフィルタは、フレーム総数を変更することなしに、フレームレートをスケーリング(拡大/縮小)します。分子(numerator)は'''multiplier'''(乗数)によって掛けられ、分母(denominator)は'''divisor'''(除数)によって掛けられ、結果として生じる有理のFPS分数は正規化されます。結果として生じる分子か分母のいずれかが31ビットを超えるなら、結果は丸められ、スケーリングされます。これは、正確な有理のスケーリングがクリップのFPSプロパティに適用されることを可能にします。

If '''sync_audio''' is true, it also changes the audio sample rate by the same ratio, the pitch of the resulting audio gets shifted.
'''sync_audio'''がtrueなら、同じ比率で、オーディオのサンプルレートも変更し、結果として生じるオーディオのピッチはシフトされます。

Available in v2.56.
v2.56から利用可能。

//#hr
//
//註: このページは、http://www.avisynth.org/FPSの中から、AssumeScaledFPSに関する部分を日本語に翻訳したものです。
#hr

註: このページは、http://www.avisynth.org/FPSの中から、AssumeScaledFPSに関する部分を日本語に翻訳したものです。