[x264-devel] Best Video Streaming Settings
Alex Jurkiewicz
alex at jurkiewi.cz
Sat Jun 25 13:16:39 CEST 2011
That specifies users:
1) need a 3000kbit minimum connection speed to stream the video,
2) needs to download 0.5s of video before decoding can start
It seems like reasonable settings, assuming the minimum supported
speed for your users is 3000 + (audio bitrate) + (container overhead)
+ (network overhead).
More information:
http://mewiki.project357.com/wiki/X264_Encoding_Suggestions#VBV_Encoding
Two pass encoding would be beneficial, if your encoding process
supports it (ie, is not live transmission, etc).
Alex
On Sat, Jun 25, 2011 at 7:19 PM, muli Mullius <mullius87 at gmail.com> wrote:
> Hi,
>
>
>
> I’m working on video streaming and I’m not sure what would be the best
> encoding parameters for this.Therefore I would need to define a maximum
> bitrate for one encoding.
>
>
>
> For the moment I used a one pass encoding with the –vbv-maxrate parameter:
>
>
>
> x264 --profile baseline --preset veryslow --vbv-maxrate 3000 --vbv-bufsize
> 1500 --output text.h264 test.yuv
>
>
>
> Is this a good choise for video streaming?
>
> Does make it sense to apply a two pass encoding when using vbv-bufsize?
>
> Thx for help!
>
> Mullius
> _______________________________________________
> x264-devel mailing list
> x264-devel at videolan.org
> http://mailman.videolan.org/listinfo/x264-devel
>
>
More information about the x264-devel
mailing list