diff options
author | Melody Horn <melody@boringcactus.com> | 2019-02-27 01:29:23 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2019-02-27 01:29:23 -0700 |
commit | 4a042632e3cf35a60bc6b260286def64badb6c55 (patch) | |
tree | 1a60181fdc2a56ac0b256951351d3b75e074efeb /_posts | |
parent | 9c6f94487a7e97a60d637988ce1e9c8be3ae9425 (diff) | |
download | boringcactus.com-4a042632e3cf35a60bc6b260286def64badb6c55.tar.gz boringcactus.com-4a042632e3cf35a60bc6b260286def64badb6c55.zip |
Add vidslice info
Diffstat (limited to '_posts')
-rw-r--r-- | _posts/2019-02-27-vidslice.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_posts/2019-02-27-vidslice.md b/_posts/2019-02-27-vidslice.md new file mode 100644 index 0000000..8a27341 --- /dev/null +++ b/_posts/2019-02-27-vidslice.md @@ -0,0 +1,7 @@ +--- +layout: default +title: Announcing vidslice +--- + +I just released version 1.0 of [vidslice](https://github.com/boringcactus/vidslice), a wxPython GUI that wraps ffmpeg and youtube-dl to make "give me from 1:03-1:15 of this youtube video" really easy to do. +More details are in the project README. |