Shaocaholica
31st March 2014, 23:17
I'm running some tests for streaming 4k@24fps H.264 video off of a USB2 drive and being decoded by a hardware decoder that can handle (on paper) 120,000kbit max. To give myself some headroom I'm setting -maxrate to 95,000k (which is already pretty damn high) but I'm not sure what I should use for -bufsize given that I'll be streaming from USB. Is there some good method to derive -bufsize given my maxrate and interface practical rate (USB2, ~280,000k real world max).
Right now I'm just playing with:
-maxrate 95000k -bufsize 150000k
Right now I'm just playing with:
-maxrate 95000k -bufsize 150000k