The problem was not solved:
[swscaler @ 0x15fc4300] No accelerated colorspace conversion found from yuv420p 
to bgr24.

I installed the daily  packages:
-4:0.7~daily~28982+201106130418~natty1

I found a way to fix this problem.. It is described by the post:
http://ubuntuforums.org/showthread.php?t=786095

Basically we have to compile libx264 and ffmpeg enabling shared and
pic..

git clone git://git.videolan.org/x264
cd x264
./configure --enable-static --enable-pic  --enable-shared

git clone git://git.videolan.org/ffmpeg
cd ffmpeg
./configure --enable-gpl --enable-version3 --enable-nonfree --enable-postproc \
    --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb \
    --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis \
    --enable-libx264 --enable-libxvid --enable-x11grab --enable-shared 
--enable-swscale --enable-pic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/795021

Title:
  Problem in colorspace conversion from yuv420p to bgr24

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ffmpeg/+bug/795021/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to