Page 232 of 241 FirstFirst ... 132182222230231232233234 ... LastLast
Results 2,311 to 2,320 of 2402

Thread: HOWTO: Install and use the latest FFmpeg and x264

  1. #2311
    Join Date
    Aug 2009
    Beans
    110

    Re: HOWTO: Install and use the latest FFmpeg and x264

    First, thanks to Fake O. for maintaining this great tutorial - have used it several times now.

    QUESTION: Assuming you've got three non-networked systems with the same version of the same OS (e.g., Ubuntu 14.04 LTS), and you've
    compiled ffmpeg on one system, what do you need to copy, besides the file in ~/bin, to the other systems to give them a working ffmpeg?

  2. #2312
    Join Date
    May 2006
    Location
    Milwaukee,WI
    Beans
    6,280
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: HOWTO: Install and use the latest FFmpeg and x264

    If i follow this guide how do I make kdenlive (or any other software which relies on ffmpeg, obs-studio etc etc) use this version of ffmpeg which is installed in my home directory?

  3. #2313
    Join Date
    Sep 2006
    Beans
    3,713

    Re: HOWTO: Install and use the latest FFmpeg and x264

    Quote Originally Posted by George Heine View Post
    Assuming you've got three non-networked systems with the same version of the same OS (e.g., Ubuntu 14.04 LTS), and you've
    compiled ffmpeg on one system, what do you need to copy, besides the file in ~/bin, to the other systems to give them a working ffmpeg?
    Sorry for the delay; I was traveling. Give it a try, but I can't say for sure if it will work or not due to potential differences between each computer. You will only need ~/bin/ffmpeg unless you also want the man pages. If it doesn't work just post the error here and we can try to help.

    Quote Originally Posted by dannyboy79 View Post
    If i follow this guide how do I make kdenlive (or any other software which relies on ffmpeg, obs-studio etc etc) use this version of ffmpeg which is installed in my home directory?
    Do they use the FFmpeg libraries and/or the binary? I think Kdenlive uses the ffmpeg binary to export files. Does it use your PATH to find ffmpeg, or does it look in a specific directory? Has it been patched by the maintainers to specifically look for avconv instead? Maybe it has a setting to allow you to choose where the binary is? Sorry, I'm away from my usual computer and can't test.

    If they require the libraries then it will be more challenging because:
    • there may be major API differences between the repository offerings and your new, compiled FFmpeg
    • the repo package may be old and may require an older API version
    • this guide does not install (shared) libraries to the system


    You would probably have to compile each program, or maybe there is a PPA that offers a solution. I may be wrong, but I don't think there is one. This type of more cutting-edge/customized-compiled usage may be better suited with a different distro.

  4. #2314
    Join Date
    Jun 2007
    Beans
    17,337

    Re: HOWTO: Install and use the latest FFmpeg and x264

    Quote Originally Posted by George Heine View Post
    First, thanks to Fake O. for maintaining this great tutorial - have used it several times now.

    QUESTION: Assuming you've got three non-networked systems with the same version of the same OS (e.g., Ubuntu 14.04 LTS), and you've
    compiled ffmpeg on one system, what do you need to copy, besides the file in ~/bin, to the other systems to give them a working ffmpeg?
    As a bit of an add-on to FO's reply -
    On your other installs you'll need to have installed any packages that provide whatever shared libs your current FFmpeg source binaries are using. It's quite possible your transferred to installs will have most, if not all, already installed. Easily checked by - after copying over run
    ldd /path/to/ffmpeg
    (if copying over the other ffmpeg binaries ck. them also

    Anything that shows => not found will have to be rectified by installing whatever package provides the missing .so

  5. #2315
    Join Date
    Jun 2007
    Beans
    17,337

    Re: HOWTO: Install and use the latest FFmpeg and x264

    Quote Originally Posted by dannyboy79 View Post
    If i follow this guide how do I make kdenlive (or any other software which relies on ffmpeg, obs-studio etc etc) use this version of ffmpeg which is installed in my home directory?
    Again as an add-on -
    I don't use kdenlive but what you may need to look at is mlt (libmlt6 specifically), it is a dep of kdenlive that does depend on ffmpeg/libav shared libs. If it is a factor for your task(s) then mlt had to be rebuilt for the libav10/11 API , ect.
    (and may only work with shared libs..

  6. #2316
    Join Date
    Jun 2007
    Beans
    17,337

    Re: libxcb & X11 grabbing

    With the addition of 3 options in configure -
    --enable-libxcb enable X11 grabbing using XCB [auto]
    --enable-libxcb-shm enable X11 grabbing shm communication [auto]
    --enable-libxcb-xfixes enable X11 grabbing mouse rendering [auto]
    wonder if anyone has tried & to what extent should be enabled (all 3 ?
    library versions should all be supported in 14.04+

  7. #2317
    Join Date
    Sep 2006
    Beans
    3,713

    Re: HOWTO: Install and use the latest FFmpeg and x264

    I haven't tried it yet.

    I suppose it's autodetected, so you may not need to add any of those options if the deps are available: libxcb1-dev, libxcb-shm0-dev, ibxcb-xfixes0-dev.

    From Nicolas George in [FFmpeg-cvslog] xcbgrab: XCB-based screen capture:
    Technically, XCB is slightly lower-level but more efficient than Xlib.

    From an user's point of view, whether an application uses XCB or Xlib should
    not matter. This is even truer nowadays, because most users have X.org's
    implementation of Xlib, which is a wrapper around XCB.

  8. #2318
    Join Date
    Jun 2007
    Beans
    17,337

    Re: HOWTO: Install and use the latest FFmpeg and x264

    Quote Originally Posted by FakeOutdoorsman View Post
    I haven't tried it yet.

    I suppose it's autodetected, so you may not need to add any of those options if the deps are available: libxcb1-dev, libxcb-shm0-dev, ibxcb-xfixes0-dev.

    From Nicolas George in [FFmpeg-cvslog] xcbgrab: XCB-based screen capture:
    The autodetect works ok, min. I guess would be libxcb1-dev. So then the previous option, --enable-x11grab, would override the auto.. if included in configure
    (seems to work ok here, same runtime command, same result.

  9. #2319
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Return of FFmpeg (sorta

    So should be showing up in vivid (proposed) shortly, -
    https://bugs.launchpad.net/ubuntu/+bug/1393522
    I believe it will be semi-neutered as far as aac encoding as no 'extra' packages atm though extra only adds libvo-aacenc, faac & fdkaac are a no go in Debian
    So in that regard and for having the latest self or acquired builds will still be 'soup du jour'.

    Initially only benefits the FFmpeg binaries as sources would need to be specifically built off of, ex. of that in test ppa linked in report.

  10. #2320
    Join Date
    Sep 2006
    Beans
    3,713

    Re: HOWTO: Install and use the latest FFmpeg and x264

    Interesting info, and thanks for the update and your work on this package.

Page 232 of 241 FirstFirst ... 132182222230231232233234 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •