Yeah, in configure's output, there is no hwaccel enabled.
"Enabled hwaccels:" line is empty.
___
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...
2018-08-21 16:50 GMT+02:00, Mohammed Bey Ahmed Khernache :
> I tried again. I used the option "--list-hwaccels" to get the list of
> hardware decoders that FFmpeg can support.
This is not what I suggested, look at configure's output (not
configure --help output).
Please do not top-post here, Car
Thank you.
I tried again. I used the option "--list-hwaccels" to get the list of
hardware decoders that FFmpeg can support.
I tried some of them, but I still get "Enabled hwaccels:" line empty.
This is the command line I have used:
./configure
--cross-prefix=/root/arm64-toolchains-r14b/bin/aarch64-
2018-08-20 18:38 GMT+02:00, Mohammed Bey Ahmed Khernache :
> ./configure
> --cross-prefix=/root/arm64-toolchains-r14b/bin/aarch64-linux-android-
> --sysroot=/root/arm64-toolchains-r14b/sysroot/ --arch=arm64
> --target-os=android --prefix="$HOME/ffmpeg_build"
> --pkg-config-flags="--static" --extra
Hello,
I would like to decode an HEVC content with Hardware video decoder on a
board running on Android. I successfully cross-compiled FFmpeg to be run on
Android.
Now I want to enable Hardware acceleration of FFmpeg. I tried the option: "
*--enable-hwaccel=auto*" but it seems like it has no effec