Comment to 'how to change the default bitrate for video encoding'
  • The 480 is the resolution. Like 1080p or 4k. The default bitrate in UNA is 512kbps so if I change the 480p to something bigger, the videos will look more distorted instead of turning into beautifully clear 4k movies.

    In a previous post, Alex T⚜️ told me to use the code below, but the video_bitrate option is making the encoding for mp4 videos fail so I need to change the default bitrate in all of UNA so I don't need to use the video_bitrate option.

    a:3:{s:1:"h";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";}}

    EDIT: Here is the previous post => https://una.io/page/view-discussion?id=1627