]> git.sesse.net Git - vlc/commit
x264: add profile-limitter, pretty much same as in x264.exe
authorIlkka Ollakka <ileoo@videolan.org>
Wed, 19 Aug 2009 13:11:23 +0000 (16:11 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Wed, 19 Aug 2009 13:13:02 +0000 (16:13 +0300)
commite3e4c0d76e3381d23f2b9cd7a34235c562ded973
treea20e8be6c9abffad9f3c83962553c6eef133d929
parent7a7e042ee2fac414091496c9726289cfc546d5e5
x264: add profile-limitter, pretty much same as in x264.exe

so eg mobile-stream goes like this
--sout="#transcode{vcodec=h264,venc=x264{profile=baseline,level=12},...."
modules/codec/x264.c