Closed atzorvas closed 8 years ago
... (and likely partial support for similar provider devices)
this one did the work for me. and seems to support all "devices" for at least x11grab and gdigrab
https://www.ffmpeg.org/ffmpeg-devices.html draw_mouse is supported as gdigrab-device and x11grab-device
consider this also: adding support for more complicate ffmpeg tasks/switches/options, could be easier with a custom command, lets say { :video => { :cmd => "..ffmpeg custom command here.." } }
also you can add cache: bundle to .travis.yml in order to load faster :)
also solves #63
I finally got around to merging this. There were some conflicts, so I fixed in a separate PR #82 - closing this one.
... (and likely partial support for similar provider devices)
this one did the work for me. and seems to support all "devices" for at least x11grab and gdigrab
https://www.ffmpeg.org/ffmpeg-devices.html draw_mouse is supported as gdigrab-device and x11grab-device
consider this also: adding support for more complicate ffmpeg tasks/switches/options, could be easier with a custom command, lets say { :video => { :cmd => "..ffmpeg custom command here.." } }