phw / peek

Simple animated GIF screen recorder with an easy to use interface
GNU General Public License v3.0
10.29k stars 321 forks source link

Error about ffmpeg #556

Open XinxinChenLyft opened 4 years ago

XinxinChenLyft commented 4 years ago

Peek: 1.3.1 GTK: 3.18.9 GLib: 2.48.2

Details:

Command "ffmpeg -f x11grab -show_region 0 -framerate 10 -video_size 1333x1283 -i :0+925,356 -filter:v scale=iw/1:-1 -codec:v libvpx-vp9 -lossless 1 -r 10 -y /home/lyft/.cache/peek/peekZRXDG0.webm" failed with status 256 (received signal 0).

Output:
ffmpeg version 4.1.3 Copyright (c) 2000-2019 the FFmpeg developers  built with gcc 7 (Ubuntu 7.4.0-1ubuntu1~16.04~ppa1)  configuration: --prefix=/home/edwards/Downloads/FFmpeg-release-4.1/build --enable-pic --enable-shared --enable-cuda --enable-hardcoded-tables --extra-cflags=' -march=native '  libavutil      56. 22.100 / 56. 22.100  libavcodec     58. 35.100 / 58. 35.100  libavformat    58. 20.100 / 58. 20.100  libavdevice    58.  5.100 / 58.  5.100  libavfilter     7. 40.101 /  7. 40.101  libswscale      5.  3.100 /  5.  3.100  libswresample   3.  3.100 /  3.  3.100Unrecognized option 'lossless'.Error splitting the argument list: Option not found
XavierTolza commented 4 years ago

Same error here! More information on my FFMPEG install:

ffmpeg version N-96294-g742221d339 Copyright (c) 2000-2020 the FFmpeg developers
built with gcc 9 (Ubuntu 9.2.1-9ubuntu2)
configuration: --enable-cuda-nvcc --enable-cuvid --enable-nvenc --enable-nonfree --enable-libnpp --extra-cflags=-I/usr/local/cuda/include --extra-ldflags=-L/usr/local/cuda/lib64
libavutil      56. 38.100 / 56. 38.100
libavcodec     58. 65.102 / 58. 65.102
libavformat    58. 35.101 / 58. 35.101
libavdevice    58.  9.103 / 58.  9.103
libavfilter     7. 70.101 /  7. 70.101
libswscale      5.  6.100 /  5.  6.100
libswresample   3.  6.100 /  3.  6.100

Ubuntu 19.10