Skip to content

Instantly share code, notes, and snippets.

@jazlopez
jazlopez / ffmpeg.srt.to.ass.zsh
Created May 27, 2020 00:32
Bash function to convert subrip subtitle srt files to advanced sub station alpha subtitle file
# ----------------------------------------------------
# srt to ass script converter
#
# Usage: srt2ass $SRT_FILE
#
# It will convert srt file into a default subs.ass
#
# If you want to override font size (16)
#
# srt2ass $SRT_FILE [FONT_SIZE]