fix bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user