Re: [FFmpeg-user] Unknown encoder 'libfdk-aac'

2017-02-23 Thread Alex Molon
And in any case, even if compiled correctly, the encoder is called "libfdk_aac" 
with the underscore, not libfdk-aac

Cheers
Alex Molon


From: ffmpeg-user [ffmpeg-user-boun...@ffmpeg.org] On Behalf Of Carl Eugen 
Hoyos [ceffm...@gmail.com]
Sent: 24 February 2017 00:46
To: FFmpeg user questions
Subject: Re: [FFmpeg-user] Unknown encoder 'libfdk-aac'

2017-02-23 23:45 GMT+01:00 JD <jd1...@gmail.com>:

> ~/bin/ffmpeg.d/ffmpeg -i video_Z10.mp4 -movflags +faststart -vb 8000k -c:a
> libfdk-aac -ab 384k -s 1920x1080 -y video_Z10-libfdk.mp4
>
> ffmpeg version 3.0.2-static http://johnvansickle.com/ffmpeg/

libfdk is non-free, you have to compile FFmpeg yourself if you want
to use libfdk-aac.

Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Unknown encoder 'libfdk-aac'

2017-02-23 Thread Carl Eugen Hoyos
2017-02-23 23:45 GMT+01:00 JD :

> ~/bin/ffmpeg.d/ffmpeg -i video_Z10.mp4 -movflags +faststart -vb 8000k -c:a
> libfdk-aac -ab 384k -s 1920x1080 -y video_Z10-libfdk.mp4
>
> ffmpeg version 3.0.2-static http://johnvansickle.com/ffmpeg/

libfdk is non-free, you have to compile FFmpeg yourself if you want
to use libfdk-aac.

Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Unknown encoder 'libfdk-aac'

2017-02-23 Thread Reindl Harald



Am 23.02.2017 um 23:45 schrieb JD:

Hi,
I do have libfdk-aac
$ ll /usr/lib64/*fdk*
-rw-r--r--. 1 root jd13942 Sep 24 12:37 /usr/lib64/libfdk-aacdec.c
-rw-r--r--. 1 root jd16647 Sep 24 12:37 /usr/lib64/libfdk-aacenc.c
lrwxrwxrwx. 1 root root 19 Feb 23 13:56 /usr/lib64/libfdk-aac.so ->
libfdk-aac.so.1.0.0
lrwxrwxrwx. 1 root root 19 Feb 23 13:56 /usr/lib64/libfdk-aac.so.1 ->
libfdk-aac.so.1.0.0
-rwxr-xr-x. 1 root root 765464 Feb 23 13:54 /usr/lib64/libfdk-aac.so.1.0.0

but encoding a video using the command

~/bin/ffmpeg.d/ffmpeg -i video_Z10.mp4 -movflags +faststart -vb 8000k -c:a
libfdk-aac -ab 384k -s 1920x1080 -y video_Z10-libfdk.mp4


what you have somewhere on disk is pointless when ffmpeg is not compiled 
to use it (as any other software out there) and to find out how it was 
built: ffmpeg -encoders


this will show you also typos and with "man grep" it should be easy to 
read -> "ffmpeg -encoders grep -i aac"


___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Unknown encoder 'libfdk-aac'

2017-02-23 Thread Lou
On Thu, 23 Feb 2017 15:45:57 -0700
JD  wrote:

> Unknown encoder 'libfdk-aac'

The encoder is named libfdk_aac.
 
> How do I make use of libfdk-aac?

You'll have to compile ffmpeg.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] Unknown encoder 'libfdk-aac'

2017-02-23 Thread JD
Hi,
I do have libfdk-aac
$ ll /usr/lib64/*fdk*
-rw-r--r--. 1 root jd13942 Sep 24 12:37 /usr/lib64/libfdk-aacdec.c
-rw-r--r--. 1 root jd16647 Sep 24 12:37 /usr/lib64/libfdk-aacenc.c
lrwxrwxrwx. 1 root root 19 Feb 23 13:56 /usr/lib64/libfdk-aac.so ->
libfdk-aac.so.1.0.0
lrwxrwxrwx. 1 root root 19 Feb 23 13:56 /usr/lib64/libfdk-aac.so.1 ->
libfdk-aac.so.1.0.0
-rwxr-xr-x. 1 root root 765464 Feb 23 13:54 /usr/lib64/libfdk-aac.so.1.0.0

but encoding a video using the command

~/bin/ffmpeg.d/ffmpeg -i video_Z10.mp4 -movflags +faststart -vb 8000k -c:a
libfdk-aac -ab 384k -s 1920x1080 -y video_Z10-libfdk.mp4

ffmpeg version 3.0.2-static http://johnvansickle.com/ffmpeg/  Copyright (c)
2000-2016 the FFmpeg developers
  built with gcc 5.3.1 (Debian 5.3.1-16) 20160424
  configuration: --enable-gpl --enable-version3 --enable-static
--disable-debug --enable-libmp3lame --enable-libx264 --enable-libx265
--enable-libwebp --enable-libspeex --enable-libvorbis --enable-libvpx
--enable-libfreetype --enable-fontconfig --enable-libxvid
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora
--enable-libvo-amrwbenc --enable-gray --enable-libopenjpeg --enable-libopus
--enable-libass --enable-gnutls --enable-libvidstab --enable-libsoxr
--enable-frei0r --enable-libfribidi --disable-indev=sndio
--disable-outdev=sndio --enable-librtmp --enable-libmfx --enable-libzimg
--cc=gcc
  libavutil  55. 17.103 / 55. 17.103
  libavcodec 57. 24.102 / 57. 24.102
  libavformat57. 25.100 / 57. 25.100
  libavdevice57.  0.101 / 57.  0.101
  libavfilter 6. 31.100 /  6. 31.100
  libswscale  4.  0.100 /  4.  0.100
  libswresample   2.  0.101 /  2.  0.101
  libpostproc54.  0.100 / 54.  0.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'video_Z10.mp4':
  Metadata:
major_brand : isom
minor_version   : 512
compatible_brands: isomiso2avc1mp41
creation_time   : 2016-05-26 13:17:32
encoder : Lavf56.1.0
  Duration: 01:18:49.98, start: 0.00, bitrate: 2238 kb/s
Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv,
bt709), 1280x720 [SAR 1:1 DAR 16:9], 2099 kb/s, 59.94 fps, 59.94 tbr, 90k
tbn, 119.88 tbc (default)
Metadata:
  creation_time   : 2016-05-26 13:17:32
  handler_name: VideoHandler
Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz,
stereo, fltp, 125 kb/s (default)
Metadata:
  creation_time   : 2016-05-26 13:17:32
  handler_name: SoundHandler
Unknown encoder 'libfdk-aac'

How do I make use of libfdk-aac?
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".