Re: [FFmpeg-user] How to decode an HEVC content with Hardware video decoder using FFmpeg

2018-08-21 Thread Mohammed Bey Ahmed Khernache
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...

Re: [FFmpeg-user] How to decode an HEVC content with Hardware video decoder using FFmpeg

2018-08-21 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-user] How to decode an HEVC content with Hardware video decoder using FFmpeg

2018-08-21 Thread Mohammed Bey Ahmed Khernache
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-

Re: [FFmpeg-user] How to decode an HEVC content with Hardware video decoder using FFmpeg

2018-08-21 Thread Carl Eugen Hoyos
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

[FFmpeg-user] How to decode an HEVC content with Hardware video decoder using FFmpeg

2018-08-20 Thread Mohammed Bey Ahmed Khernache
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