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

hibernate - How to load global settings frequently used in application in Java -

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

objective c - Ownership modifiers with manual reference counting -