Selectively retain frames to reduce the output frame rate.
Every n th frame is kept, where n = ceil(input frame rate / target
frame rate). When n = 1 (that is, the target frame rate is greater
than the input frame rate), the output frame rate matches the input frame
rate. When n > 1, frames are dropped and the output frame rate is
equal to (input frame rate / n). For more information, see
Calculate frame
rate.
DropDuplicate
Drop or duplicate frames to match the specified frame rate.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Transcoder v1 API - Enum VideoStream.Types.FrameRateConversionStrategy (2.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.10.0 (latest)](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/latest/Google.Cloud.Video.Transcoder.V1.VideoStream.Types.FrameRateConversionStrategy)\n- [2.9.0](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/2.9.0/Google.Cloud.Video.Transcoder.V1.VideoStream.Types.FrameRateConversionStrategy)\n- [2.8.0](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/2.8.0/Google.Cloud.Video.Transcoder.V1.VideoStream.Types.FrameRateConversionStrategy)\n- [2.7.0](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/2.7.0/Google.Cloud.Video.Transcoder.V1.VideoStream.Types.FrameRateConversionStrategy)\n- [2.6.0](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/2.6.0/Google.Cloud.Video.Transcoder.V1.VideoStream.Types.FrameRateConversionStrategy)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/2.5.0/Google.Cloud.Video.Transcoder.V1.VideoStream.Types.FrameRateConversionStrategy)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/2.4.0/Google.Cloud.Video.Transcoder.V1.VideoStream.Types.FrameRateConversionStrategy)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/2.3.0/Google.Cloud.Video.Transcoder.V1.VideoStream.Types.FrameRateConversionStrategy)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/2.2.0/Google.Cloud.Video.Transcoder.V1.VideoStream.Types.FrameRateConversionStrategy)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/2.1.0/Google.Cloud.Video.Transcoder.V1.VideoStream.Types.FrameRateConversionStrategy)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/2.0.0/Google.Cloud.Video.Transcoder.V1.VideoStream.Types.FrameRateConversionStrategy)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/1.0.0/Google.Cloud.Video.Transcoder.V1.VideoStream.Types.FrameRateConversionStrategy) \n\n public enum VideoStream.Types.FrameRateConversionStrategy\n\nReference documentation and code samples for the Transcoder v1 API enum VideoStream.Types.FrameRateConversionStrategy.\n\nThe conversion strategy for desired frame rate.\n\nNamespace\n---------\n\n[Google.Cloud.Video.Transcoder.V1](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/latest/Google.Cloud.Video.Transcoder.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Video.Transcoder.V1.dll"]]