aboutsummaryrefslogtreecommitdiff
path: root/vidslice.py
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2019-04-23 01:03:57 -0600
committerMelody Horn <melody@boringcactus.com>2019-04-23 01:03:57 -0600
commit23132238f9baa9a061a445e2d786a32790aa60a7 (patch)
tree344a6cc44e2f2dcadee5297a1d3c9b7a446a5b88 /vidslice.py
parentb81ee0c830398f9fcf26b32f0eca3da161f5c09c (diff)
downloadvidslice-23132238f9baa9a061a445e2d786a32790aa60a7.tar.gz
vidslice-23132238f9baa9a061a445e2d786a32790aa60a7.zip
use -ss as an input option for *far* better efficiency
Diffstat (limited to 'vidslice.py')
-rw-r--r--vidslice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidslice.py b/vidslice.py
index 36fb1fd..6852ab9 100644
--- a/vidslice.py
+++ b/vidslice.py
@@ -9,7 +9,7 @@ from options import OptionsPanel
from output import OutputPanel
from sources import SourcesPanel, update_ytdl
-VERSION = "1.3"
+VERSION = "1.4"
def check_update(parent):