ffmpeg - Best method for extracting(or reading) subtitles from MP4 File in C# -


i got problem have read subtitles mp4 files

current using command line ffmpeg executable method.
extracting subtitles mp4
it's worked great, looking better method.

after several research
try use aforge.net, other ffmpeg .net wrapper, direct access mp4 structure, etc...
didn't work

anyone knows other way extracting or reading subtitles mp4?
thank help.


Comments

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -