WMP: Strange issue with subtitles

Discuss media renderers like Xbox 360, TVs, smartphones, etc.
Post Reply
atamariya
Posts: 146
Joined: Sun Aug 11, 2013 1:15 am

WMP: Strange issue with subtitles

Post by atamariya »

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
Post Reply