Page 240 of 241 FirstFirst ... 140190230238239240241 LastLast
Results 2,391 to 2,400 of 2402

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

  1. #2391
    Join Date
    Dec 2006
    Beans
    7,349

    Re: FFmpeg master 16.04 via ppa

    Quote Originally Posted by FakeOutdoorsman View Post
    libfaac support will be removed once the native encoder gets a speedup. As usual there is no timeline for that, however. I see no need for it with aac and libfdk_aac available.
    That is big news, faac has been grumbling along for a long time now....
    You think that's air you're breathing now?

  2. #2392
    Join Date
    Feb 2016
    Location
    Las Vegas, NV USA
    Beans
    90
    Distro
    Ubuntu 15.10 Wily Werewolf

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

    It is easy to install the latest ffmpeg by downloading it from ffmpeg.org and adding ffmpeg to /usr/sbin.
    Well that is when I believe they use to compile it too but now it is a source code thing. Oh well. I just use wine and ffmpeg like so wine ffmpeg -i thefile.mkv -vf scale=-1:720 thefile.mp4
    Some experience with Linux back in 1999, 2000 at a university. | I have a Windows XP Support technician certification. | I graduated from a 2 year college with a general studies and I'm an associate in Science. (A.S)

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

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

    It is easy to install the latest ffmpeg by downloading it from ffmpeg.org and adding ffmpeg to /usr/sbin.
    Well that is when I believe they use to compile it too but now it is a source code thing.
    FFmpeg has never released binaries; just source code. Binaries are available from volunteers and third-parties however. For example, Linux users can get binaries from:
    http://johnvansickle.com/ffmpeg/

    Oh well. I just use wine and ffmpeg like so wine ffmpeg -i thefile.mkv -vf scale=-1:720 thefile.mp4
    There is no need to use Wine to run ffmpeg. Since you're apparently using 15.10, just install ffmpeg from the repo, or download the binary from the link above.

  4. #2394
    Join Date
    Dec 2006
    Beans
    7,349

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

    I am a little puzzled about nvenc and FFmpeg. I have a GeForce GTX 750 Ti with the binary blob drivers 367.44 and I note that I have access with no further effort to nvenc:

    Code:
    andrew@ilium~$ ffmpeg -encoders 2>/dev/null | grep nvenc
     V..... h264_nvenc           NVIDIA NVENC H.264 encoder (codec h264)
     V..... nvenc                NVIDIA NVENC H.264 encoder (codec h264)
     V..... nvenc_h264           NVIDIA NVENC H.264 encoder (codec h264)
     V..... nvenc_hevc           NVIDIA NVENC hevc encoder (codec hevc)
     V..... hevc_nvenc           NVIDIA NVENC hevc encoder (codec hevc)
    andrew@ilium~$
    and certainly seems to work well enough although I have not tested efficiency. Why do I have access to this without going through the athletics of downloading the NVidia Codec SDK, manually copying headers etc?

    I suspect I am missing something here...
    You think that's air you're breathing now?

  5. #2395
    Join Date
    Sep 2006
    Beans
    3,713

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

    Unfortunately my hardware is too old to try nvenc so I have no experience with it and am unable to try it.

    As a starting point I recommend rooting around in the FFmpeg configure file to see what header files are required, and then see what packages provide these files.

    Not very helpful.

    Edit: I just remembered that "rooting" is Oz slang for something entirely different. Not what I meant...
    Last edited by FakeOutdoorsman; October 1st, 2016 at 08:27 PM.

  6. #2396
    Join Date
    Dec 2006
    Beans
    7,349

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

    Quote Originally Posted by FakeOutdoorsman View Post
    Edit: I just remembered that "rooting" is Oz slang for something entirely different. Not what I meant...
    It is indeed
    You think that's air you're breathing now?

  7. #2397
    Join Date
    Dec 2005
    Location
    St. Petersburg, FL
    Beans
    570
    Distro
    Ubuntu Budgie

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

    It's because the correct header for nvenc got added to compat/ a little over a month ago. In other words, FFmpeg supplies their own local copy of it now, removing the need for end users to go spelunking for mystery headers and fiddle with precarious system setups to make sure the headers can be found when required.

    The commit itself.
    Last edited by qyot27; October 3rd, 2016 at 03:42 AM.

  8. #2398
    Join Date
    Dec 2006
    Beans
    7,349

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

    @qyot27 Thanks for that information, you have made my day!! Now to experiment with FFmpeg and nvenc encoding, I knew there was a reason I picked up a decent graphics card! My only regret is that I did not shell out for one of the newer ones with hevc hardware support...
    You think that's air you're breathing now?

  9. #2399
    Join Date
    Sep 2006
    Beans
    3,713

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

    Quote Originally Posted by andrew.46 View Post
    That is big news, faac has been grumbling along for a long time now....
    libfaac has now been removed.

    Makes sense. Didn't even notice that commit.
    Last edited by FakeOutdoorsman; October 3rd, 2016 at 08:29 PM.

  10. #2400
    Join Date
    Dec 2006
    Beans
    7,349

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

    So I have created a little time now in which I would like to test out nvenc and perhaps write up a page of the comparison. I am a little lucky in having a GTX 750 Ti GM107-400-A2 which for me means I have a card with Maxwell microarchitecture and a good run at nvenc.

    How to test could get a good start here:

    http://developer.download.nvidia.com...ntu_UG_v01.pdf

    but I am curious to know if anybody here has already done some testing?
    You think that's air you're breathing now?

Page 240 of 241 FirstFirst ... 140190230238239240241 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
  •