|
Using ffmpeg current newest 2.7.2
Support software solutions and hardware solutions support vdpau decode the file and rstp
Less than 2mb enough, after statically linked, after strip, the target program is less than 4mb, compressed
Always on the code:
./configure --enable-nonfree --enable-vdpau --enable-gpl --enable-static \
--disable-everything --enable-decoder = h264 --enable-decoder = aac --enable-decoder = h264_vdpau \
--prefix = / home / wendal / build --enable-parser = aac --enable-parser = h264 --enable-protocol = rstp \
--enable-demuxer = h264 --enable-demuxer = aac --enable-vdpau --enable-protocol = file --enable-outdevs
Because no compression h264, so no need to x264
Because ffmpeg is already built aac, there is no need to add additional |
|
|
|