[FFmpeg-user] No accelerated colorspace conversion found from yuv422p to rgb24

Ronny Bismark tum.bismark at gmail.com
Wed Dec 19 19:25:47 CET 2012


2012/12/19 Tom Evans <tevans.uk at googlemail.com>

> On Wed, Dec 19, 2012 at 4:25 PM, Ronny Bismark <tum.bismark at gmail.com>
> wrote:
> > Hi all,
> > …
> > *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
> >
> >
> > A weird thing is that when I use ffmpeg -h I get following message:
> > *ffmpeg: error while loading shared libraries: libavfilter.so.2: cannot
> > open shared object file: No such file or directory*
>
> If you configure ffmpeg with --enabled-shared, the ffmpeg binaries
> will be dynamically linked to it's libraries (libavfilter, libavcodec,
> libavformat etc).
>
> The libraries should be installed somewhere appropriate for your rtld
> to find. "make install" would do this, I've no idea what checkinstall
> does.
>
> If you have no need to dynamically link to these libraries, don't.
>
> Cheers
>
> Tom
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user


i used make install but there are some permission issues.

INSTALL libavdevice/libavdevice.a
install: cannot remove `/usr/local/lib/libavdevice.a': Permission denied

Therefore I used sudo make install to install ffmpeg. But the problem is
still the same.
Do I need to recompile ffmpeg again?

Output of the install is:

INSTALL libavdevice/libavdevice.a
INSTALL libavdevice/libavdevice.so
STRIP install-libavdevice-shared
INSTALL libavfilter/libavfilter.a
INSTALL libavfilter/libavfilter.so
STRIP install-libavfilter-shared
INSTALL libavformat/libavformat.a
INSTALL libavformat/libavformat.so
STRIP install-libavformat-shared
INSTALL libavcodec/libavcodec.a
INSTALL libavcodec/libavcodec.so
STRIP install-libavcodec-shared
INSTALL libpostproc/libpostproc.a
INSTALL libpostproc/libpostproc.so
STRIP install-libpostproc-shared
INSTALL libswresample/libswresample.a
INSTALL libswresample/libswresample.so
STRIP install-libswresample-shared
INSTALL libswscale/libswscale.a
INSTALL libswscale/libswscale.so
STRIP install-libswscale-shared
INSTALL libavutil/libavutil.a
INSTALL libavutil/libavutil.so
STRIP install-libavutil-shared
INSTALL doc/ffmpeg.1
INSTALL doc/ffplay.1
INSTALL doc/ffprobe.1
INSTALL doc/ffserver.1
INSTALL install-progs-yes
INSTALL ffmpeg
INSTALL ffplay
INSTALL ffprobe
INSTALL ffserver
INSTALL presets/libvpx-1080p50_60.ffpreset
INSTALL presets/libvpx-1080p.ffpreset
INSTALL presets/libvpx-360p.ffpreset
INSTALL presets/libvpx-720p50_60.ffpreset
INSTALL presets/libvpx-720p.ffpreset
INSTALL presets/libx264-ipod320.ffpreset
INSTALL presets/libx264-ipod640.ffpreset
INSTALL doc/ffprobe.xsd
INSTALL libavdevice/avdevice.h
INSTALL libavdevice/libavdevice.pc
INSTALL libavfilter/avcodec.h
INSTALL libavfilter/avfilter.h
INSTALL libavfilter/avfiltergraph.h
INSTALL libavfilter/buffersink.h
INSTALL libavfilter/version.h
INSTALL libavfilter/vsrc_buffer.h
INSTALL libavfilter/libavfilter.pc
INSTALL libavformat/avformat.h
INSTALL libavformat/avio.h
INSTALL libavformat/version.h
INSTALL libavformat/libavformat.pc
INSTALL libavcodec/avcodec.h
INSTALL libavcodec/avfft.h
INSTALL libavcodec/dxva2.h
INSTALL libavcodec/opt.h
INSTALL libavcodec/vaapi.h
INSTALL libavcodec/vda.h
INSTALL libavcodec/vdpau.h
INSTALL libavcodec/version.h
INSTALL libavcodec/xvmc.h
INSTALL libavcodec/libavcodec.pc
INSTALL libpostproc/postprocess.h
INSTALL libpostproc/libpostproc.pc
INSTALL libswresample/swresample.h
INSTALL libswresample/libswresample.pc
INSTALL libswscale/swscale.h
INSTALL libswscale/libswscale.pc
INSTALL libavutil/adler32.h
INSTALL libavutil/aes.h
INSTALL libavutil/attributes.h
INSTALL libavutil/audioconvert.h
INSTALL libavutil/avassert.h
INSTALL libavutil/avstring.h
INSTALL libavutil/avutil.h
INSTALL libavutil/base64.h
INSTALL libavutil/bswap.h
INSTALL libavutil/common.h
INSTALL libavutil/cpu.h
INSTALL libavutil/crc.h
INSTALL libavutil/error.h
INSTALL libavutil/eval.h
INSTALL libavutil/fifo.h
INSTALL libavutil/file.h
INSTALL libavutil/imgutils.h
INSTALL libavutil/intfloat.h
INSTALL libavutil/intfloat_readwrite.h
INSTALL libavutil/intreadwrite.h
INSTALL libavutil/lfg.h
INSTALL libavutil/log.h
INSTALL libavutil/lzo.h
INSTALL libavutil/mathematics.h
INSTALL libavutil/md5.h
INSTALL libavutil/mem.h
INSTALL libavutil/dict.h
INSTALL libavutil/opt.h
INSTALL libavutil/parseutils.h
INSTALL libavutil/pixdesc.h
INSTALL libavutil/pixfmt.h
INSTALL libavutil/random_seed.h
INSTALL libavutil/rational.h
INSTALL libavutil/samplefmt.h
INSTALL libavutil/sha.h
INSTALL libavutil/avconfig.h
INSTALL libavutil/libavutil.pc


More information about the ffmpeg-user mailing list