Hi all!
My OS - opensuse 11.3 with KDE 4 (FFmpeg version SVN-r25756)
I have a problem, connencted with ffmpeg(I have installed it from source). I try to grab video from my desktop, but when i run ffmpeg grabbing:
ffmpeg -t 120 -f x11grab -r 25 -s sxga -i :0.0 -f oss -i /dev/dsp -f avi /home/stalker_m6/Файлы/видео/desktop.avi
I get very bad quality, so i try to run grabbing with another codec - h264 :
ffmpeg -t 120 -f x11grab -r 25 -s sxga -i :0.0 -f oss -i /dev/dsp -vcodec libx264 -f avi /home/stalker_m6/Файлы/видео/desktop.avi
and get second problem:
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64 x264 [info]: profile High, level 1.0 error segmentation
So, i understand that my processor is not suitable with ffmpeg :’(
Who know how to solve this problem please reply me! Or say alternative of grabbing video from desktop.