Comment to 'How to speed up video encoding?'
  • When you say remove all "h" param, do you mean like this?

    a:3:{s:4:"2160";s:10:"force_type";s:3:"mp4";s:14:"ffmpeg_options";a:2:{s:7:"threads";i:4;s:13:"video_bitrate";s:5:"2048k";}}

    • No, like this:

      a:2:{s:10:"force_type";s:3:"mp4";s:14:"ffmpeg_options";a:2:{s:7:"threads";i:4;s:13:"video_bitrate";s:5:"2048k";}}

      Please never edit this string directly, you need to use php functions unserialize to convert it to an array then edit php array then run serialize to make serialized array string.