WMP: Strange issue with subtitles
Posted: Sun Aug 28, 2016 11:05 pm
I'm trying to burn-in subtitles in mp4 using the following command. The output file shows the subtitle fine. But while doing on-the-fly conversion using the exact command, WMP doesn't show any subtitles. Any thoughts?
Code: Select all
UniversalMediaServer\bin\win32\ffmpeg64.exe -y -loglevel info -i two.mp4 -filter_complex "subtitles=two.srt:charenc=ISO-8859-1" -bufsize 15000k -maxrate 14000k -crf 19 -c:a aac -f mp4 -c:v libx264 b.mp4