Notes Ubuntu under compilation ffmpeg+openh264+x264

Source: Internet
Author: User
Tags git clone

[download code]-Ffmpeg:git clone Git://source.ffmpeg.org/ffmpeg.git-openh264:git clone https://github.com/cisco/openh264.git-x264 : Git clone git://git.videolan.org/x264.git [Compile openh264]Makesudo make Install  [Compile x264]./configure--enable-sharedMake

sudo make install


[Compile FFmpeg]

./configure \
--enable-shared \
--enable-libopenh264 \
--enable-libx264 \
--ENABLE-GPL \
--prefix=/usr/local/ffmpeg

[Configuration Environment] cd/etc/ld.so.conf.d/
Create ffmpeg.conf, write "/usr/local/ffmpeg/lib"
sudo ldconfig
sudo ln-s/usr/local/ffmpeg/bin/ffmpeg/usr/local/bin/sudo ln-s/usr/local/ffmpeg/bin/ffprobe/usr/local/bin/sudo LN- s/usr/local/ffmpeg/bin/ffserver/usr/local/bin/ [Verify FFmpeg]FFmpeg--help [using FFmpeg]Convert AVI video to MP4 video using openh264:ffmpeg-y-I in.avi-vcodec libopenh264 out.mp4

Notes Ubuntu under compilation ffmpeg+openh264+x264

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.