diff --git a/tsmark/__init__.py b/tsmark/__init__.py index aced909..ee1bde2 100644 --- a/tsmark/__init__.py +++ b/tsmark/__init__.py @@ -2,7 +2,7 @@ import argparse from tsmark.video_annotator import Marker -VERSION = "0.6.1" +VERSION = "0.6.2" def get_options(): diff --git a/tsmark/video_annotator.py b/tsmark/video_annotator.py index 98aed1f..6de700f 100755 --- a/tsmark/video_annotator.py +++ b/tsmark/video_annotator.py @@ -375,7 +375,7 @@ class Marker: if h < 0: y = y + h h = -h - cropstr = ["-filter:vf", f"crop={w}:{h}:{x}:{y}"] + cropstr = ["-vf", f"crop={w}:{h}:{x}:{y}"] self.stamps.sort() print("# Timestamps:") audio_str = AUDIO_COPY if self.opts.ffmpeg_copy else AUDIO_COMPRESS