Yaron Jackboy
2015-02-16 13:44:40 UTC
Hi, I was looking around to find the reason for the warning while running
with the compiled FFmpeg:
"No accelerated colorspace conversion found from yuv420p to rgb24"
and found it's related to the reason of not usging the GPU.
did the following with no difference:
1) compiled the FFmpeg with x264
2) added to the configure flags: --enable-neon
3) added --enable-static
this warning become when calling:
sws_getContext with PIX_FMT_RGB24 where the source is YUV420P
compiled for iOS all architecture but when trying only one still same result
any idea?
Thanks,
Yaron
with the compiled FFmpeg:
"No accelerated colorspace conversion found from yuv420p to rgb24"
and found it's related to the reason of not usging the GPU.
did the following with no difference:
1) compiled the FFmpeg with x264
2) added to the configure flags: --enable-neon
3) added --enable-static
this warning become when calling:
sws_getContext with PIX_FMT_RGB24 where the source is YUV420P
compiled for iOS all architecture but when trying only one still same result
any idea?
Thanks,
Yaron