recordscreen
recordscreen copied to clipboard
Right now when the user uses the `--codecs` flag is just shows all of our pre-selected codecs. However, not all of those codecs are guaranteed to be supported by a...
Just recorded [this](https://github.com/techtonik/testbin/blob/master/video/mcspeed.webm) on Ubuntu 16.04 and it appears that it plays about 3.6x times faster than real time. Command used: ``` recordscreen.py -n --fps=60 -s 300x1200 mcspeed.webm ``` And...
It is possible to use resizeable pygame window to select area to be captured interactively if pygame is installed. Look at pygame tests for an inspiration.
When ffmpeg plays HLS video links with multiple resolutions, if it tries to Seek operation, it will be stuck for a very long time. When we tested through FFplay tool,...