Announcement

Collapse
No announcement yet.

ffmpeg and winff 15.04 encoders

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    ffmpeg and winff 15.04 encoders

    I love winff/ffmpeg but I get an error messages that certain encoders are not present. Specifically "libvo-accenc" not found. There is a "libvo-accenc0" in the repositories but that does not work. How do I get winff to enable "libvo-accenc" through repositories? And also get more encoders to be enabled in winff?
    Thanks for any ideas...

    #2
    Maybe ?

    Do you mean libvo-aacenc ?

    The ffmpeg need to be build with the right option - https://trac.ffmpeg.org/wiki/Encode/AAC :
    libvo_aacenc

    VisualOn AAC encoding library. Requires ffmpeg configuration with --enable-libvo-aacenc...
    If the ffmpeg is build with the option:
    :~$ ffmpeg -codecs | grep libvo_aacenc
    DEA.L. aac AAC (Advanced Audio Coding) (decoders: aac libfdk_aac ) (encoders: aac libfaac libfdk_aac libvo_aacenc )
    More links:
    - https://ffmpeg.org/pipermail/ffmpeg-...ne/015581.html
    - http://askubuntu.com/questions/48318...r-libvo-aacenc
    Last edited by LinkBot; Aug 15, 2015, 03:26 PM.
    Try Me !

    Comment

    Working...
    X