Hello, I saw the issue: [#66](https://github.com/leonid-shevtsov/headless/issues/66) and I saw the [video_recorder.rb](https://github.com/leonid-shevtsov/headless/blob/master/lib/headless/video/video_recorder.rb) In line 97 is a small bug because probably variable @devices should be 1 line below: ``` "-s #{dimensions}", "-f x11grab", "-i :#{@display}", @devices, group_of_pic_size_option, "-vcodec #{@codec}", ``` could you check it and fix? Thank you!
Hello,
I saw the issue: #66
and I saw the video_recorder.rb
In line 97 is a small bug because probably variable @Devices should be 1 line below:
could you check it and fix?
Thank you!