FFMPEG Bitrate Calculation / Optimization

前端 未结 3 1847
暗喜
暗喜 2021-01-07 09:50

I wrote the following wrapper for FFMPEG:

function Video($input, $crop = null, $scale = null, $output = null, $extra = null)
{
    $input = @new ffmpeg_movie         


        
3条回答
  •  不要未来只要你来
    2021-01-07 10:00

    You want to look for the Shannon-Entropy -log(P)/log(2). This is the minimum bits any information can be think of. But I'm unsure if it is useful to you.

提交回复
热议问题