Page 1 of 1

Change the max video bit rate

Posted: 24 Feb 2017, 05:02
by samwiseg0
I am looking for a way to change the max bit rate that a video can go to. I can see from the developer tools on the browser that it is maxing out at 3000. I cannot for the life of me find where this is set.

Does anyone know where I can change this?

Thanks

Re: Change the max video bit rate

Posted: 13 Mar 2017, 00:25
by Matt Zornig
samwiseg0 wrote:Does anyone know where I can change this?
No, but you could check this transcoding-settings-page on your madsonic server:

Code: Select all

http://yourip:yourports/transcodingSettings.view

Re: Change the max video bit rate

Posted: 16 Mar 2017, 19:23
by samwiseg0
i have messed with the settings on that page and have not really gotten anywhere... I have changed the %b to be a large static number and it does not seem to honor it when it is changed.

ffmpeg -ss %o -t %d -i %s -s %wx%h -v 0 -b:v %bk -maxrate %bk -bufsize 256k -flags -global_header -map 0:v:0 -map 0:%k -ac 2 -f mpegts -c:v libx264 -preset superfast -c:a aac -b:a 96k -strict -2 -threads 8 -copyts -

any other ideas?

Re: Change the max video bit rate

Posted: 25 Apr 2017, 18:06
by samwiseg0
bump... anyone know how to get better video quality?

Re: Change the max video bit rate

Posted: 25 May 2017, 03:44
by samwiseg0
bump