Skip to content

Instantly share code, notes, and snippets.

@liu246542
Created March 17, 2019 19:47
Show Gist options
  • Save liu246542/bc8a2a3d7e6c5da445b55655b7834613 to your computer and use it in GitHub Desktop.
Save liu246542/bc8a2a3d7e6c5da445b55655b7834613 to your computer and use it in GitHub Desktop.
与弹幕相关

弹幕转换

danmaku2ass -f Bilibili -s 1280x720 -fn "FZHei-B01" -fs 32 -a 0.8 -dm 10 -ds 5 -o ./output.ass ./input.xml

ffmpeg 转码

ffmpeg -i foo.flv -vf output.ass -vcodec libx264 -acodec copy output.flv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment