Page 181 of 241 FirstFirst ... 81131171179180181182183191231 ... LastLast
Results 1,801 to 1,810 of 2402

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

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

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

    Quote Originally Posted by madeinfamous View Post
    should be:

    Code:
    ./configure --enable-vp8
    Hmmm...... not here:

    Code:
    andrew@skamandros~/source/ffmpeg_build/ffmpeg/ffmpeg$ ./configure --help | grep -i vpx
      --enable-libvpx          enable VP8 support via libvpx [no]
    You think that's air you're breathing now?

  2. #1802
    Join Date
    Sep 2006
    Beans
    3,713

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

    I think madeinfamous is refering to the libvpx configure. Amirite? Da/nyet? Although it doesn't seem to make a difference for FFmpeg...unless I missed something. I don't use this encoder often myself. Perhaps a reason why --enable-vp8 needs to be included might clear things up.
    Last edited by FakeOutdoorsman; August 5th, 2011 at 10:51 PM. Reason: often is spelled often, not ofen

  3. #1803
    Join Date
    Jan 2009
    Location
    Province de Québec,Canada
    Beans
    65
    Distro
    Ubuntu Development Release

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

    hi

    @siva:~/ffmpeg/libvpx$ ./configure --enable-libvpx
    Unknown option "--enable-libvpx".
    See ./configure --help for available options.

    --enable-vp8 VP8 codec support

    ubuntu natty amd64

    have a nice day!

  4. #1804
    Join Date
    Sep 2006
    Beans
    3,713

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

    The --enable-libvpx configuration option is intended for FFmpeg, not libvpx:
    If you follow this step, add --enable-libvpx to the FFmpeg ./configure line in step 5.

  5. #1805
    Join Date
    Jan 2009
    Location
    Province de Québec,Canada
    Beans
    65
    Distro
    Ubuntu Development Release

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

    @ FakeOutdoorsman

    oh my bad, I am terribly ashamed!

    probably due to fatigue ...

    thank you for pointing this out!

    have a nice week!

  6. #1806
    Join Date
    Oct 2010
    Beans
    3

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

    Thanks for the great guide.

    Quick question, is RMVB fully supported by simply following this guide?? Only reason I ask is that I get an error when converting RMVB ("Unsupported Video Codec"). Funny thing, is that the conversion does go on and finishes...but only to discover that the audio and picture are slightly out of sync.

    Thoughts???

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

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

    Please show your command and the complete terminal output. What players did you use? Does it play normally with ffplay?

  8. #1808
    Join Date
    May 2011
    Beans
    6

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

    Sorry if what I'm going to ask was discuss... I can't read 180 pages.

    I compiled FFMPEG, there wasn't problems. I expected to have version 0.8 of ffmpeg, but now I have N-31831-g931187e version... What is this strange number?

    It's ok, I don't care the number. But now, I would need the dependencies that are in this page: http://packages.ubuntu.com/oneiric/ffmpeg. I thought they were to be compiled when compiling ffmpeg, but no. I downloaded some of them from the page, but there're some problems when trying to install them... version problems... I can't install them.

    Should I compile all of them?

    I need ffmpeg 0.8, because a branch of Blender requires it.
    I need to compile ffmpeg, because I want to encode in x264.

  9. #1809
    Join Date
    Jun 2007
    Beans
    322

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

    Hi

    Is there a way of compiling the latest ffmpeg and x264 code but without installing it, so that it is run when needed from command line? Essentially not have to use sudo (other than to install necessary dependencies from the standard repositories).

    I am a little worried about affecting other apps that I have installed as a result of doing this and having to deal with apt-get problems. I have done this before for mplayer (like this, to get VDPAU support) so I think there should be a way of doing this.

    I'm using 64-bit Lucid (desktop) latest from the standard repositories. Only additions outside the standard repos are PPAs for Handbrake and PiTiVi (gstreamer).

    Thanks!
    Shreepad

  10. #1810
    Join Date
    Jun 2007
    Beans
    322

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

    Please ignore, found the solution here ...

    Had a mix of different size video clips to merge in PiTiVi, which was making an absolute dog's breakfast while resizing.. Looks great with ffmpeg!!

    Quote Originally Posted by shreepads View Post
    Hi

    Is there a way of compiling the latest ffmpeg and x264 code but without installing it, so that it is run when needed from command line? Essentially not have to use sudo (other than to install necessary dependencies from the standard repositories).

    I am a little worried about affecting other apps that I have installed as a result of doing this and having to deal with apt-get problems. I have done this before for mplayer (like this, to get VDPAU support) so I think there should be a way of doing this.

    I'm using 64-bit Lucid (desktop) latest from the standard repositories. Only additions outside the standard repos are PPAs for Handbrake and PiTiVi (gstreamer).

    Thanks!
    Shreepad

Page 181 of 241 FirstFirst ... 81131171179180181182183191231 ... 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
  •