[SOLVED] ffmpeg command line options to increase buffer size
I see a property file something like
;ffmpeg streaming options
abuffer=$AUDIO_B_P_S*10
vbuffer=$VIDEO_B_P_S*30
;fmpeg in other mode
setting1
setting2
etc...
ffmpeg -i File.mkv -y -threads 4 -async 1 -vcodec mpeg2video -b 14336k -maxrate 14336k -bufsize 14336k -r 24000/1001 -g 15 -copyts -acodec ac3 -ab 384k -ac 6 -map 0:0 -map 0:1 -sn -f mpegts /tmp/Serviio/transcoding-temp-74-MPEG2TS.stf
Users browsing this forum: Majestic-12 [Bot] and 65 guests