Sam.Z.D

Results 3 comments of Sam.Z.D

same thing here

for people using bazarr, add this as a custom post-processing script `ffmpeg -y -i "{{subtitles}}" "$(dirname "{{subtitles}}")/$(basename "{{subtitles}}" .srt).ass" && rm -f "{{subtitles}}"` It will convert all the downloaded subtitles...