Skip to content

Commit

Permalink
bitc.py: placement of drawtext is meaningful to windows?
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranjol committed Mar 8, 2016
1 parent 958ec26 commit cef1bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitc.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def getffprobe(variable, streamvalue, which_file):
#all these prints are just for testing. Will be removed later.
print fixed_framerate
drawtext_options = ("drawtext=%s:fontcolor=white:fontsize=%s:timecode=%s:\
rate=%s:x=(w-text_w)/2:y=h/1.2:boxcolor=0x000000AA:box=1,\
rate=%s:boxcolor=0x000000AA:box=1:x=(w-text_w)/2:y=h/1.2,\
drawtext=%s:fontcolor=white:text='INSERT WATERMARK TEXT HERE':\
x=(w-text_w)/2:y=(h-text_h)/2:fontsize=%s:alpha=0.4" %
(font_path,font_size, timecode_test, fixed_framerate, font_path,watermark_size))
Expand Down

1 comment on commit cef1bf9

@kieranjol
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes #20

Please sign in to comment.