I\'m currently developing a video player for android. I\'ve created a simple textview that sho开发者_C百科ws the current subtitle.
does anybody know how to extract subtiles from MKV files using pure Java? (I know how to do it using tools such as mkvtoolnix. I know I could call them from Java but that\'s not what I want)
I use ffmpeg to encode, and add subtitle to a video by following command $ ffmpeg -i hifi.avi -i hifi.srt -acodec libfaac -ar 48000 -ab 128k -ac 2 -vcodec libx264 -vpre ipod640 -s 480x240 -b 256k -sco
Just like the title says I have a wpf application with a media element and a video 开发者_StackOverflowfile with srt subtitles.
I want to know if it is possible to put a JFreeChart subtitle in the 开发者_如何转开发bottom of the chart, under the chart, and not under the Title.
How to change the source files of subtitles on the fly (originally defined in the HTML via <track> element) when changing a video source (via the setS开发者_运维百科rc() method) ?
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
How to s开发者_Python百科how subtitle above video with an overlay view on iOS?You can create an overlay view using UILabel to show subtitle as below
I want to add a \"subtitles\" to a video played in an iPhone app. I don\'t want those subtitles encoded into the video itself - ideally I\'d love to have a view showing the video (with pause, play, vo
I want to be able to enter TWO values everytime I create a \"page\", \"block\" or a \"view\". Those values must be \"Title\" and \"Subtitle\". Title is already built into all nodes, blocks and views.