Add alternative resolution for Bilibili player version 2012
This commit is contained in:
parent
03434aa154
commit
029f40c5c3
@ -240,7 +240,8 @@ CommentFormatMap = {None: None, 'Niconico': ReadCommentsNiconico, 'Acfun': ReadC
|
|||||||
|
|
||||||
|
|
||||||
def WriteCommentBilibiliPositioned(f, c, width, height, styleid):
|
def WriteCommentBilibiliPositioned(f, c, width, height, styleid):
|
||||||
BiliPlayerSize = (672, 438)
|
#BiliPlayerSize = (512, 384) # Bilibili player version 2012
|
||||||
|
BiliPlayerSize = (672, 438) # Bilibili player version 2014
|
||||||
ZoomFactor = GetZoomFactor(BiliPlayerSize, (width, height))
|
ZoomFactor = GetZoomFactor(BiliPlayerSize, (width, height))
|
||||||
|
|
||||||
def GetPosition(InputPos, isHeight):
|
def GetPosition(InputPos, isHeight):
|
||||||
|
Loading…
Reference in New Issue
Block a user