cytopia / ffscreencast

ffscreencast - ffmpeg screencast/desktop-recording with video overlay and multi monitor support
MIT License
1.77k stars 76 forks source link

ffscreencast doesn't record a video. Instead I see 'No such file or directory' #14

Closed oren closed 7 years ago

oren commented 7 years ago

ffscreencast

/usr/bin/ffmpeg -hide_banner -loglevel info -thread_queue_size 512 -f x11grab -video_size 1600x900  -i ":0.0" -c:v libx264 -crf 0 -preset ultrafast -threads 0 "/home/oren/Desktop/Screencast 2017-03-05 at 12.08.19.mkv"
Input #0, x11grab, from ':0.0':
  Duration: N/A, start: 1488744499.941969, bitrate: N/A
    Stream #0:0: Video: rawvideo (BGR[0] / 0x524742), bgr0, 1600x900, 29.97 fps, 29.97 tbr, 1000k tbn, 29.97 tbc
/home/oren/Desktop/Screencast 2017-03-05 at 12.08.19.mkv: No such file or directory

ffscreencast --test

[OK]   Operating system supported: Linux
[OK]   ffmpeg found: /usr/bin/ffmpeg
[OK]   [Linux]: x11grab available in ffmpeg
[OK]   [Linux]: xdpyinfo found: /usr/bin/xdpyinfo
          + Desktop recording possible.
[OK]   [Linux]: arecord found: /usr/bin/arecord
          + Sound recording possible.
[OK]   [Linux]: v4l2-ctl found: /usr/bin/v4l2-ctl
          + Camera overlay possible.

ffscreencast --version

Version: 0.6.1 (2016-12-02)
Author:  Patrick Plocke <patrick@plocke.de> (0x28BF179F)
License: MIT

uname -a

Linux oren 4.4.0-63-generic #84-Ubuntu SMP Wed Feb 1 17:20:32 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

OS: Ubuntu 16.04.2 LTS

oren commented 7 years ago

Solved by creating Desktop folder. I would change the default to be my home instead. Thanks!