Opened 9 years ago

Closed 9 years ago

#4788 closed defect (duplicate)

Capture area 1920x1080 at position 0.0 outside the screen size 1920x1080

Reported by: bk76 Owned by:
Priority: normal Component: undetermined
Version: 2.6.3 Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

I try to capture my desktop with command:
ffmpeg -f x11grab -r 25 -s 1920x1080 -i :0.0 -vcodec libx264 -vcodec libx264 -crf 0 -preset ultrafast -pix_fmt yuv420p -y recorddesktop.mkv

but ffmpeg refuses to work with error:
Capture area 1920x1080 at position 0.0 outside the screen size 1920x1080

It was working fine some time ago but now I can only record 1918x1078 resolution.

ffmpeg version 2.6.3 Copyright (c) 2000-2015 the FFmpeg developers

built with gcc 5.2.0 (Gentoo 5.2.0 p1.0, pie-0.6.3)
configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --enable-shared --cc=x86_64-pc-linux-gnu-gcc --cxx=x86_64-pc-linux-gnu-g++ --ar=x86_64-pc-linux-gnu-ar --optflags=' ' --disable-static --enable-avfilter --enable-avresample --disable-stripping --enable-version3 --disable-indev=oss --disable-indev=jack --disable-outdev=oss --enable-version3 --enable-bzlib --disable-runtime-cpudetect --disable-debug --disable-doc --disable-gnutls --enable-gpl --enable-hardcoded-tables --enable-iconv --disable-lzma --enable-network --disable-openssl --enable-postproc --disable-libsmbclient --enable-ffplay --disable-vaapi --disable-vdpau --enable-xlib --enable-libxcb --enable-libxcb-shm --enable-libxcb-xfixes --enable-zlib --disable-libcdio --disable-libiec61883 --disable-libdc1394 --disable-libcaca --disable-openal --enable-opengl --disable-libv4l2 --disable-libpulse --enable-libopencore-amrwb --enable-libopencore-amrnb --disable-libfdk-aac --disable-libopenjpeg --disable-libbluray --disable-libcelt --disable-libgme --disable-libgsm --disable-libmodplug --disable-libopus --disable-libquvi --disable-librtmp --disable-libssh --disable-libschroedinger --disable-libspeex --enable-libvorbis --disable-libvpx --disable-libzvbi --disable-libbs2b --disable-libflite --disable-frei0r --disable-libfribidi --disable-fontconfig --disable-ladspa --disable-libass --enable-libfreetype --disable-libsoxr --enable-pthreads --enable-libvo-aacenc --disable-libvo-amrwbenc --enable-libmp3lame --disable-libaacplus --disable-libfaac --enable-libtheora --disable-libtwolame --disable-libwavpack --disable-libwebp --enable-libx264 --disable-libx265 --enable-libxvid --disable-avx2 --cpu=athlon64
libavutil 54. 20.100 / 54. 20.100
libavcodec 56. 26.100 / 56. 26.100
libavformat 56. 25.101 / 56. 25.101
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 11.102 / 5. 11.102
libavresample 2. 1. 0 / 2. 1. 0
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 1.100 / 1. 1.100
libpostproc 53. 3.100 / 53. 3.100

Change History (2)

comment:1 by llogan, 9 years ago

Please test a build from current git master. I have a feeling it's already been fixed.

comment:2 by Carl Eugen Hoyos, 9 years ago

Resolution: duplicate
Status: newclosed

Duplicate of ticket #4574.

Note: See TracTickets for help on using tickets.