How can I limit ffmpeg memory usage

后端 未结 3 1351
孤独总比滥情好
孤独总比滥情好 2021-02-13 15:40

I am using ffmpeg to convert a 1080p video to MP4 using this command in PHP.

$command = FFMPEG.\' -i \' . $src . \' -sameq -strict -2 -vcodec libx264 -ar 22050 -         


        
3条回答
  •  一生所求
    2021-02-13 15:56

    It's not about PHP. It's about how to limit FFMPEG memory usage.

    Short answer no!

    Look here: http://hwdmediashare.co.uk/forum/27-development-customisation/54700-limit-ffmpeg-memory-usage

提交回复
热议问题