11.Nas_1


새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사


Install FFmpeg on Ubuntu 18.04 Bionic Beaver Linux

♨ 카랜더 일정 :
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    Objective

    The objective is to Install FFmpeg on Ubuntu 18.04 Bionic Beaver Linux. 

    This guide will provide you with an information on how to install FFmpeg on Ubuntu 18.04 from a standard Ubuntu repository as well as how to install latest FFmpeg by compiling it from a source.

    Operating System and Software Versions

    • Operating System: - Ubuntu 18.04 Bionic Beaver

    Requirements

    Privileged access to your Ubuntu System as root or via sudo command is required.

    Difficulty

    EASY

    Conventions

    • # - requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command
    • $ - requires given linux commands to be executed as a regular non-privileged user

    Instructions

    Install FFmpeg from Ubuntu Repository

    The easiest way to install FFmpeg on Ubuntu is to use the apt command, open up terminal and enter:
    $ sudo apt install ffmpeg
    
    In most cases you do not need to go any further. To check for a installed ffmpeg version run:
    $ ffmpeg -version
    ffmpeg version 3.4.2-1build1 Copyright (c) 2000-2018 the FFmpeg developers
    
    To see all available FFmpeg's encoders and decoders execute:
    $ ffmpeg -encoders
    $ ffmpeg -decoders
    


    Install FFmpeg from source

    This FFmpeg installation will yield the highest possible FFmpeg and codes versions.

    Prerequisites

    The following linux command will install all FFmpeg compilation prerequisites for Ubuntu 18.04:
     $ sudo apt install -y libopus-dev libmp3lame-dev libfdk-aac-dev libvpx-dev libx264-dev yasm libass-dev libtheora-dev libvorbis-dev mercurial cmake
    
    We will also need libx265-dev development library. However, the version of x256 from Ubuntu's libx265-dev package is lower than expected by latest FFmpeg source code.

    You may try to install libx265-dev using $ sudo apt install libx265-dev and fast forward to compilation. However, if you see ERROR: x265 not found using pkg-confg you will need to compile the x256 library from source using the below commands:
    $ mkdir ~/ffmpeg; cd ~/ffmpeg
    $ hg clone https://bitbucket.org/multicoreware/x265
    $ cd x265/build/linux 
    $ PATH="$HOME/bin:$PATH" cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="$HOME/ffmpeg_build" -DENABLE_SHARED:bool=off ../../source && PATH="$HOME/bin:$PATH" 
    $ make && make install
    

    Compile and Install FFmpeg

    Once we have all the prerequisites installed we are now ready to compile FFmpeg. 

    First download the latest FFmpeg source code:
    $ if [ -d ~/ffmpeg ]; then cd ~/ffmpeg; else mkdir ~/ffmpeg && cd ~/ffmpeg; fi
    $ wget -O- http://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 | tar xj
    
    Navigate to the newly extracted ffmpeg directory:
    $ cd ~/ffmpeg/ffmpeg
    
    Next, compile and install FFmpeg by coping the below text into your terminal and hitting the ENTERkey. Be patient as this may take some time:

    PATH="$HOME/bin:$PATH" PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" \
       ./configure \
      --prefix="$HOME/ffmpeg_build" \
      --pkg-config-flags="--static" \
      --extra-cflags="-I$HOME/ffmpeg_build/include" \
      --extra-ldflags="-L$HOME/ffmpeg_build/lib" \
      --extra-libs="-lpthread -lm" \
      --bindir="$HOME/bin" \
      --enable-gpl \
      --enable-libass \
      --enable-libfdk-aac \
      --enable-libfreetype \
      --enable-libmp3lame \
      --enable-libopus \
      --enable-libtheora \
      --enable-libvorbis \
      --enable-libvpx \
      --enable-libx264 \
      --enable-libx265 \
      --enable-nonfree && \
    PATH="$HOME/bin:$PATH" make && make install
    
    If successful, your should now have the ffmpeg command available on your Ubuntu system:
    $ ffmpeg -version
    ffmpeg version N-90268-g9fe61b6 Copyright (c) 2000-2018 the FFmpeg developers
    built with gcc 7 (Ubuntu 7.3.0-5ubuntu1)
    
    For additional information on how to remove and update your FFmpeg installation visit https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
    ARE YOU LOOKING FOR A LINUX JOB?
    Submit your RESUME or create a JOB ALERT on LinuxCareers.com job portal.
    DO YOU NEED ADDITIONAL HELP?
    Get extra help by visiting our LINUX FORUM or simply use comments below.

    ◎ ■ ▶ ☞ ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다. https://11q.kr ♠

    [ 추가 정보 ... 더보기) ]
    뷰PDF 1,2



    office view

    관련자료

    댓글목록

    등록된 댓글이 없습니다.

    목록

    새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사




    Total 1,681 / 16 Page
    [ 성공ok)unicorn Qcam N200 유니콘 카메라 시놀로지nas에 붙이기 성공/설정값 사용가 ] 댓글 4

    유니콘unicorn Qcam N200 카메라 시놀로지nas에 붙이기 성공주) 설정은 잘못 될수 잇습니다 ...제 nas에 붙여 있는 상태 입니다…

    [ ipTIME 공유기에서 네트워크 프린터 설정하기. iptime_network_printer_setup.exe… ] 댓글 1

    ipTIME 공유기에서 네트워크 프린터 설정하기.ipTIME 공유기에서 네트워크 프린터 설정하기.공유기 펌웨어 9.38 이후 버전을 설치 하시면…

    [ [EzLink] 사용자 홈 폴더 활성화 ]

    [EzLink] 사용자 홈 폴더 활성화\r\n2010년 12월 31일isulNAS\r\n\r\n사용자 홈 폴더 활성화\r\nEzLink는 사용자…

    [ VMware 보안 업데이트12.x 권고 ]

    \r\n\r\n\r\nVMware 보안 업데이트 권고2016.11.16\r\n\r\n\r\n\r\n\r\n\r\n□ 개요o VMware社는 자사…

    [ 실패)DSM 6에 WOL 설정/리얼 mac으로 수정 실패 ]

    실패)DSM 6에 WOL 설정/리얼 mac으로 수정 실패DSM 6에 WOL 설정하기/ mac 수정 win10-64b-vmware 에서 synob…

    [ 펌)시놀로지 보안 강화 하는법 / 해킹 당하다 대응 방법/ QR 리더 익스트림 OTP 링크 추가 설치 ]

    시놀로지 보안 강화 하는법 / 해킹 당하다 대응 방법 > 2차 인증 otp 패스입력.....QR 리더 익스트림모바일 QR 코드리더 OTP …

    [ piwigo에서 동영상 mp4의 썸네일 만들기(만들기 실패) ] 댓글 5

    piwigo에서 동영상 mp의 썸네일 만들기(만들기 실패) 하였습니다기본 설치 플러그인기본 :1) videojs : 기본작업 / 썸네일 만들기 …

    [ WinSCP접속 puttygen이용 synology 개인키, 공개키 만들어 접속하기 ]

    참고) 관련자료 링크 참조synology 개인키, 공개키 만들기http://m.blog.naver.com/o57o/220603678533시놀로지…

    [ 하이언스tv006 tv-box 사용소감 ]

    안드로이드 tv box 하이언스 tv006를 구입하여 거설에 설치 홈시어터에 연결 3일 동안 사용 소감을 기록하여 봅니다장점 1. 저렴하다2.안…

    [ Home pc 11q.kr index.html 변경 소스 저장 ]

    시놀로지 web경로에 하위경로 홈피구성web/g5s에 저의홈피구성 되어 있습니다홈피 ddns경로에 하위경로 메인홈페이지를 연결하고자index.h…

    [ mbox의 홈씨어터 앰프 파워 미동작시 TV전원 cec동작 ]

    mbox가( 가칭 u5pvr 사용중) 현제 hdmi로 앰프로 연결앰프에서 TV로 연결 되어 있음mbox이용 tv시청시 전원을 앰프 전원 먼저 온…

    [ 성공)u5pvr_live-tv/iptv의 epg 설정 시놀로지 docker 설정 방법에서 역방향프록시 규칙… ]

    성공)u5pvr_live-tv/iptv의 epg 설정 시놀로지 docker 설정 방법에서 역방향프록시 규칙 설정으로 epg경로 설정 iptv-e…

    [ ■역방향프록시 응용) 시놀로지 도커 사용자 epg2xml/xmltv.xml 을 dsm 응용프로그램/역방향 프… ]

    ■ 시놀로지 도커 사용자 epg2xml/xmltv.xml 을 dsm 응용프로그램/역방향 프록시 규칙으로 웹상에서 epg 정보 출력 하기 ▶ ds…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-06-30 13:39:05

    오늘의 홈 현황


    • 현재 접속자♨ 560 명
    • 오늘 가입자※ 1 명
    • 어제 가입자※ 5 명
    • 주간 가입자※ 11 명
    • 오늘 방문자 1,266 명
    • 어제 방문자 2,101 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,404,529 명
    • 전체 게시물※ 8,667 개
    • 전체 댓글수※ 24,800 개
    • 전체 회원수 11,078 명

    QR코드


    ☞ QR코드 스캔은 kakao앱 자체 QR코드

    알림 0








    최신글↑