VisioForge (c) 2025

Search Results for

    Class IBasicVideoSettings

    FFMPEG EXE basic video settings interface.

    Inheritance
    object
    IBasicVideoSettings
    BasicVideoSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.FFMPEGEXE
    Assembly: VisioForge.Core.dll
    Syntax
    public class IBasicVideoSettings

    Properties

    AspectRatioH

    Gets or sets FFMPEG EXE aspect ratio H. 0 to use default value.

    Declaration
    public int AspectRatioH { get; set; }
    Property Value
    Type Description
    int

    AspectRatioW

    Gets or sets FFMPEG EXE aspect ratio W. 0 to use default value.

    Declaration
    public int AspectRatioW { get; set; }
    Property Value
    Type Description
    int

    BasicMode

    Gets or sets basic usage mode. Can be ignored if codec have custom settings class.

    Declaration
    public VideoMode BasicMode { get; set; }
    Property Value
    Type Description
    VideoMode

    Bitrate

    Gets or sets FFMPEG EXE video bitrate.

    Declaration
    public int Bitrate { get; set; }
    Property Value
    Type Description
    int

    Encoder

    Gets or sets FFMPEG EXE output video encoder.

    Declaration
    public VideoEncoder Encoder { get; set; }
    Property Value
    Type Description
    VideoEncoder

    Height

    Gets or sets FFMPEG EXE video height.

    Declaration
    public int Height { get; set; }
    Property Value
    Type Description
    int

    Interlace

    Gets or sets a value indicating whether FFMPEG EXE video will be interlaced.

    Declaration
    public bool Interlace { get; set; }
    Property Value
    Type Description
    bool

    Letterbox

    Gets or sets a value indicating whether FFMPEG EXE video will be letterboxed during resize.

    Declaration
    public bool Letterbox { get; set; }
    Property Value
    Type Description
    bool

    MaxBitrate

    Gets or sets FFMPEG EXE video maximal bitrate.

    Declaration
    public int MaxBitrate { get; set; }
    Property Value
    Type Description
    int

    MinBitrate

    Gets or sets FFMPEGEXE video minimal bitrate.

    Declaration
    public int MinBitrate { get; set; }
    Property Value
    Type Description
    int

    Quality

    Gets or sets quality.

    Declaration
    public int Quality { get; set; }
    Property Value
    Type Description
    int

    TVSystem

    Gets or sets FFMPEG EXE TV system.

    Declaration
    public TVSystem TVSystem { get; set; }
    Property Value
    Type Description
    TVSystem

    Width

    Gets or sets FFMPEG EXE video width.

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    int