merge
This commit is contained in:
2
Makefile
2
Makefile
@@ -25,4 +25,6 @@ pip: ## Install with pip
|
|||||||
pipx: ## Install with pipx
|
pipx: ## Install with pipx
|
||||||
pipx install -f .
|
pipx install -f .
|
||||||
|
|
||||||
|
hatchling: ## Run hatchling
|
||||||
|
hatchling build
|
||||||
|
|
||||||
|
|||||||
@@ -509,7 +509,7 @@ class Marker:
|
|||||||
if h < 0:
|
if h < 0:
|
||||||
y = y + h
|
y = y + h
|
||||||
h = -h
|
h = -h
|
||||||
cropstr = ["-filter:vf", f"crop={w}:{h}:{x}:{y}"]
|
cropstr = ["-vf", f"crop={w}:{h}:{x}:{y}"]
|
||||||
self.stamps.sort()
|
self.stamps.sort()
|
||||||
print("# Timestamps:")
|
print("# Timestamps:")
|
||||||
audio_str = AUDIO_COPY if self.opts.ffmpeg_copy else AUDIO_COMPRESS
|
audio_str = AUDIO_COPY if self.opts.ffmpeg_copy else AUDIO_COMPRESS
|
||||||
|
|||||||
Reference in New Issue
Block a user