Compare commits
1 Commits
90a43e2491
...
799052460c
Author | SHA1 | Date | |
---|---|---|---|
799052460c |
@ -57,7 +57,7 @@ def extract_frame(video_file, time_offset, output_file):
|
||||
|
||||
def get_font_path():
|
||||
if platform.system() == "Darwin":
|
||||
# Assume DejaVu to be installed in the user library
|
||||
# Assume DejaVu to be installed via Homebrew
|
||||
path = "~/Library/Fonts/DejaVuSans-Bold.ttf"
|
||||
return os.path.expanduser(path)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user