Skip to content

Commit

Permalink
fuck arounda and find out
Browse files Browse the repository at this point in the history
  • Loading branch information
theSoberSobber committed Mar 2, 2024
1 parent 1554fb6 commit 54dba51
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added White-No-Outline.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion captions.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def layer_captions(background_video_path, captions_data, output_path):
end_time = time_to_seconds(end_time_str)

# Create a TextClip with the extracted text
text_clip = TextClip(text, fontsize=25, font='font.ttf', color='white', align='center', method='caption', size=background_clip.size)
text_clip = TextClip(text, fontsize=35, font='font.ttf', color='white', align='center', method='caption', size=background_clip.size)
# Set the duration of the text clip
text_clip = text_clip.set_duration(end_time - start_time)

Expand Down
Binary file modified font.ttf
100755 → 100644
Binary file not shown.

0 comments on commit 54dba51

Please sign in to comment.