[FFmpeg-user] No accelerated colorspace conversion found from yuv422p to rgb24
Ronny Bismark
tum.bismark at gmail.com
Mon Dec 24 02:33:22 CET 2012
Thanks for the reply. Unfortunately I can not test this configuration now I will report asap.
One Question: where should I remove all these options? by compiling ffmpeg? because I didn't set these options.
my configuration options / install procedure:
H.264 (git clone --depth 1 git://git.videolan.org/x264)
./configure --enable-static --enable-pic --enable-shared
make
sudo checkinstall --pkgname=libx264-dev --pkgversion="3:$(./version.sh | awk -F'[" ]' '/POINT/{print $4"+git"$5}')" --backup=no --deldoc=yes --fstrans=no --default
AAC audio encoder (git clone --depth 1 git://github.com/mstorsjo/fdk-aac.git)
autoreconf -fiv
./configure --enable-pic --enable-shared
make
sudo checkinstall --pkgname=fdk-aac --pkgversion="$(date +%Y%m%d%H%M)-git" --backup=no --deldoc=yes --fstrans=no --default
libvpx (git clone --depth 1 http://git.chromium.org/webm/libvpx.git)
./configure --enable-pic
make
sudo checkinstall --pkgname=libvpx --pkgversion="1:$(date +%Y%m%d%H%M)-git" --backup=no --deldoc=yes --fstrans=no --default
FFmpeg (git clone --depth 1 git://source.ffmpeg.org/ffmpeg)
./configure --enable-gpl --enable-version3 --enable-nonfree --enable-libvpx --enable-postproc --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-shared --enable-swscale --enable-pic
make
sudo checkinstall --pkgname=ffmpeg --pkgversion="7:$(date +%Y%m%d%H%M)-git" --backup=no --deldoc=yes --fstrans=no --default
hash x264 ffmpeg ffplay ffprobe
Regards,
Ronny
Am 23.12.2012 um 18:14 schrieb Carl Eugen Hoyos <cehoyos at ag.or.at>:
> Ronny Bismark <tum.bismark <at> gmail.com> writes:
>
>> libswscale 2. 1.103 / 2. 0. 0
>
> (Your ffmpeg executable was compiled against a newer version of
> libswscale than is installed, this by definition cannot work.)
>
> There are (probably) other ways to fix this, but to make things
> simple, please just remove "--enable-shared --disable-static
> --disable-ffmpeg" from your configure line.
>
> And while you are at it, also remove --enable-vdpau, it is hard
> to believe it does something useful on arm.
> You may remove --enable-libpostproc, it is the default and therefore
> unneeded.
>
> If "--extra-cflags='-marm -fPIC -DPIC'" is really needed, this may
> be an (unrelated) bug, a report may be welcome.
>
> Please fix your quoting, Carl Eugen
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
More information about the ffmpeg-user
mailing list