Philippe Proulx
Philippe Proulx
This feature is not implemented in pytoutv currently, sorry.
I don't know the state of those branches. @bvanheu, @simark: what's up with this?
I guess this isn't the most appropriate place to discuss this, but @simark and I were considering a little refactoring of pytoutv accompanied by a major bump. Here's what **_I_**...
Hello people, How about the following commands for the upcoming `toutv3` CLI? ``` toutv3 [GENERAL OPTIONS] COMMAND [COMMAND OPTIONS] ``` | Command | Description | | --- | --- |...
I personally have no time for this at the moment, but any future development effort should be made in the ongoing `v3-dev` branch.
A complete Sphinx documentation of the `toutv` package would be needed, within which examples can be inserted.
Well, since the README.md file corresponds to the repo/project's landing page, I would prioritize documentation for users here: - what is pytoutv? - features - how to install on various...
Ok great! I switched to [pastery](https://packagecontrol.io/packages/Pastery) in the meantime, but I'll check this out when I have time.
> Do you think that .webm recording could be added on later too? it'd be pretty awesome Everything is possible, but [recordMyDesktop](http://recordmydesktop.sourceforge.net/about.php) is already close to this.
Which is why I wrote _close_: you may use `-x`, `-y`, `--width`, and `--height` to select a rectangle, then use FFmpeg to convert: ``` ffmpeg -i out.ogv out.webm ``` One...