Skip to content

Estimating bitrate #69

@roelvz

Description

@roelvz

The code uses the width * 1500 to estimate the bitrate. Could you explain why this would be a good estimate?
if( !bit_rate ) { bit_rate = out_width * 1500; } // estimate bit rate based on output size

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions