Install ffmpeg VLC and ubuntuffmpeg in ubuntu

Source: Internet
Author: User

Install ffmpeg VLC and ubuntuffmpeg in ubuntu

Install ffmpeg

1. Download ffmpeg source code ffmpeg.org
2. Unzip the tar-jvxf ffmpeg-2.5.2.tar.bz2
3. Enter the directory./configure
1) Solve ffmpeg yasm not found, use -- disable-yasm for a crippled build ref: blog.csdn.net/ranxiedao/article/details/16359183
A. If it is A Windows system, download an yasm.exe file from the Internet and install it under mingw/bin. Re-compile the file so that this error will not occur;
If B is a Linux system, it is simpler. Enter sudo apt-get install yasm directly on the terminal. After installation, recompile it.

4. make

5. make install

6. Run ffmpeg.

Eg:

Ffmpeg-I Test.mp4-vcodec rawvideo-pix_fmt yuv420p-an-y test. avi


VLC Installation

1. Download www.videolan.org/vlc/download-ubuntu.html

2. Install and run the ubuntu installer directly.


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.