subtittle in movie. - Galaxy S I9000 General

how to put in a subtittle .avi or .mkv player in the original samsung? I'm putting the same name and not getting this, anyone got?

mVideoPlayer supports subtitles (you can even set encoding of srt subtitles)

Also Act 1 video player works
Sent from my GT-I9000 using Tapatalk

Also rockplayer
Sent from my... you know!

I found most shows come with .ass subtitles and Android video players primarily support .srt. You can use mkvmerge to convert .ass to .srt easily enough. Worked for me in Meridian but converting to .srt removes all formatting and whatnot so things can get pretty dicey.

Related

.mkv and subtitles

I was looking around and saw that the video player does not display the subtitles for .mkv files...does anyone know if it would be possible to somehow enable the video player to be able to display them?
Sent from my HTC Dream using XDA App
Bumping.
I've got the same question. If the default player doesn't play mkvs with subtitles, is there another player that does so (already tried Rock Player).
I think we're outta luck. I asked this question a while back and got nothing but crickets.
If you absolutely need the subtitles, you could always hard encode them, but it is probably only worth the time if you absolutely cannot do without subtitles.
Nothing on the market right now which will get the subtitles. It sucks I know. There is a player in development that will support it but its not too close to release.
Sent from my SGH-T959 using XDA App
Have you guys tried mVideoPlayer?
It has pretty decent support for subtitles. Not sure if it plays embedded ones in mkv's, but it definitely does support subtitles.
Strange, I recall seeing a thread on Xda that had the same question but there was a guy who posted a picture/screencap of mkv and subtitles playing on a video player. I should have bookmarked that thread.
bchalk said:
Have you guys tried mVideoPlayer?
It has pretty decent support for subtitles. Not sure if it plays embedded ones in mkv's, but it definitely does support subtitles.
Click to expand...
Click to collapse
I've tried this but it didn't work. I extract the subs in .ass format and tried to load it but mVideoPlayer couldn't find the file even after I change the directory.
Try searching for meridian player in the market.
Killer Bee said:
I've tried this but it didn't work. I extract the subs in .ass format and tried to load it but mVideoPlayer couldn't find the file even after I change the directory.
Click to expand...
Click to collapse
Did you make sure to rename the .ass file to match the .mkv you extracted it from? Make sure the file names match and put them both in the same directory on your phone. mVideoPlayer will load the subs automatically after you open the .mkv. It works flawlessly for me on my Galaxy S.
To view MKV files with subtitles, I've been using MKVtoolnix with MKVextractGUI to extract the subtitles from the MKV container. After the extraction, make sure the subtitle file(.ass, .srt, etc.) has the same name as the MKV file and place it in the same folder as the video. When that's done, use mVideoPlayer to play your file.
Hope this works for you!
I would include links for you guys, but there's a restriction for new users. A quick Google search should help you find the programs you'll need.
daweedk1991 said:
I was looking around and saw that the video player does not display the subtitles for .mkv files...does anyone know if it would be possible to somehow enable the video player to be able to display them?
Sent from my HTC Dream using XDA App
Click to expand...
Click to collapse
the problem with supporting subtitles in .mkv containers...is just that....mkv is JUST a container format, which can contain a myriad of video, audio, and subtitle file formats. And there are several subtitle file formats...
mVideoplayer supports external .SRT subs, so what one can do is use a tool like virtualdubmod or mkvtoolnix to demux subs out of the mkv container and assuming they are SRT, just extract them and name them to the exact name of the MKV file. it's also possible to download SRT subs fairly easily for common videos, but there's the possibility that text timing can be off....
...apparently mVideoPlayer supports .ass as well....
Oh, I just had to place the subs in the same folder as the Video. That worked for me.
Breaking: mVideoPlayer 2.20 updates states that it now supports subs in MKV's. I haven't tried it yet, I'm just now dling it.
Peep here.
Support for subtitles in MKV files, but you need a phone that supports playback of mkv.
Click to expand...
Click to collapse
edit: more info
Yep, now it is time again for another beta version of mVideoPlayer. This time the big news are subtitle support in mkv files for phones that support playback of these files. (Galaxy S for example).
Full change-log:
- Support for subtitles in MKV files for all Galaxy S owners!
- Toggle subtitle on/off has been replaced with 'Subtitle Tracks' since MKV files may have multiple subtitle tracks.
- Now remembers previous search phrase in all search dialogs.
- IMDb Info accessible from poster search activity through long press on movie.
- Fix for poster search cache showing up in Gallery app on Android < 2.2 devices.
Click to expand...
Click to collapse

Can the Vibrant play .mkv files?

I downloaded some Family Guy Episodes that are like 25MB each are .mkv files. I put them on my SD Card, and they play for a few seconds, and than a message pops up saying this video cannot be played. However, the video actually starts and I can see and hear everything. So is there a way for this message to not pop up? Thanks.
BigWorldJust said:
I downloaded some Family Guy Episodes that are like 25MB each are .mkv files. I put them on my SD Card, and they play for a few seconds, and than a message pops up saying this video cannot be played. However, the video actually starts and I can see and hear everything. So is there a way for this message to not pop up? Thanks.
Click to expand...
Click to collapse
The built in video player usually handles .mkv containers just fine. Having said that, .mkv is merely an advanced CONTAINER format that allows for the easy assembly of video, multiple audio streams, subtitle streams, chapters, so on and so forth.
The contents of those streams can be almost anything. And this is where your problem lies.
In the windows universe with advanced players like KMPlayer, GomPlayer, VLC, MPC, and advanced codec packs like Combined Community Codec Pack, it is easy to create a situation where your Windows PC will play pretty much everything you throw at it.
For us, though the native video player is probably the best one ever released on the Android platform, it is not perfect. I would imagine that those MKV containered episodes are using a codec for video or audio that the player is stumbling over, or one of those streams is using a bitrate or encoding method that the player hasn't accounted for.
So far in my experiences the built in player DEFINITELY does not like mkv's where the video format is AVC1 encoded using Nero Digital's version of the AVC1 encoder. Also, I've encountered audio issues with AAC audio. This isn't a problem with the AAC audio though, rather it's bad MKV stream header information where whatever tool was used to mux the MKV failed to put in proper bitrate info.
Bottom line, and I'm speaking from the experience of having over 3 terabytes of media on my media NAS server here at home, MKV containers do not necessarily have any "standards" to them, in the sense that being an MKV doesn't really tell you what the video and audio are within. This is just due to the nature of the MKV container format, but it is a problem slowly disappearing as more people use more standard encoding bitrates and codecs within these containers.
As a suggestion, visit the market and download ROCKPLAYER ARM7 version. When I've encountered video files the native player won't play, Rockplayer usually does (with the notable exception of anything using Nero Digital AVC1). Rockplayer is derived from the FFMPEG codebase, so it's a tad more forgiving in what it will play.
It's either another player, downloading a different set of those episodes, or re encoding those episodes...
Thanks RockPlayer Arm7 worked .
The rock player has been able to play videos (tv episodes) that I was not able to play with the default player. I don't know much about codecs, but it's worth a try.
My phone played some 1.4gb TV show episodes that are x264 video and dd5.1 audio 1280x720 (High definition) inside an MKV file just fine.
Maybe your phone was just having a fit because you were trying to watch episodes of family guy?
Lol, might've been. RockPlayer works though, so it's all good .
Anyone know if the full paid version of Rockplayer allows multiple audio and sub streams?
I need that BADLY.

[Q] Video conversion (again) - 1 file for Xoom and DVD player

Hi,
I got some 720p files (mkv and mp4) that (probably) would not work on Xoom and definitely do not work on ma LG dvd player with usb and divix support. Dvd plays avi and normal divix... no HD, no fancy stuff (I got it connected to an old 21" CRT TV - dont have LCD HD).
Question:
What software (free) should I use to convert them to a format that will work on both - Xoom (in future) and dvd player?
Hand brake is pretty good... rock player is a good player for mkv
Sent from my Xoom using XDA App
it has to be plain avi file in order to play on dvd. Will avi play on xoom?
galtom said:
it has to be plain avi file in order to play on dvd. Will avi play on xoom?
Click to expand...
Click to collapse
WHAT? A DVD is MPEG only http://en.wikipedia.org/wiki/Dvd_video#Container
Also know an AVI is a container not a format. It is about the oldest thing out there videowise introduced 1992 by Microsoft.
Now you may have a DVD player that plays files and supports the DV-AVI container for playback. Never seen one though. Anyway...
If you buy a newer BlueRay player, like one from Samsung, it will support DVDs, MPEG2, H.264, VC-1, AVCHD, DIVX HD, MKV, MP4, WMV9, 3GPP, HD JPEG so you won't have to worry about converting anything more than once.
Can anyone answer this question for me. I have a bunch of bluray rips in .iso format. How can I convert them to load on the xoom?
DebianDog said:
WHAT? A DVD is MPEG only http://en.wikipedia.org/wiki/Dvd_video#Container
Also know an AVI is a container not a format. It is about the oldest thing out there videowise introduced 1992 by Microsoft.
Now you may have a DVD player that plays files and supports the DV-AVI container for playback. Never seen one though. Anyway...
If you buy a newer BlueRay player, like one from Samsung, it will support DVDs, MPEG2, H.264, VC-1, AVCHD, DIVX HD, MKV, MP4, WMV9, 3GPP, HD JPEG so you won't have to worry about converting anything more than once.
Click to expand...
Click to collapse
actually a ton of dvd players play avi divx/xvid, it's almost hard to find one these days that doesnt.
Sent from my PC36100 using XDA Premium App
fishtaco254 said:
Can anyone answer this question for me. I have a bunch of bluray rips in .iso format. How can I convert them to load on the xoom?
Click to expand...
Click to collapse
you ripped them to iso? that's kind of strange, never heard of someone doing that before.
Sent from my PC36100 using XDA Premium App
An ISO is actually a mountable image I do not think the Xoom can mount one.
http://en.wikipedia.org/wiki/Iso_image
OneStepAhead said:
actually a ton of dvd players play avi divx/xvid, it's almost hard to find one these days that doesn't.
Click to expand...
Click to collapse
Yes I know just an example. The problem with AVI is people stick so many different things in there or put an AVI extension on a file that is not really an AVI. Many times these days it is actually DivX which is just MPEG-4 Part 2 or 10 anyway. After my last post I started plowing though all the old AVI files on my computer and about the ONLY player that would play 100% of them was VLC.
I also downloaded the Rockplayer ARM7 edition since there is not a 9 out and loaded it on my Zoom. It seems to FC if you hold the Xoom in portrait mode but works fine in landscape. Plays most formats but seems to not run any of my old AVI files.
@OP
Mount the ISOs onto a virtual drive (eg http://www.dvdfab.com/virtual_drive.htm ). Then run Handbrake or whichever app you're using. As long as they can process Bluray's M2TS format, you're peach. May be.
@DebianDog
When people say "AVI", especially ones they didn't make, it's generally a warez version which means XviD/DivX, and MP3 or AC3. Pretty common stuff. @OP: You need a 3rd-party player to play AVI, like the mentioned Rockplayer.
Right...
My player is LG DVX 392H.
I got no idea about specifics of the file but in windows it says .avi and it plays
If you need more information to help me, please let me know how can I get them out of the files in question (I do not have any experience with video files as Windows simply plays the lot so one does not need to worry - klite and all sorted).
Since I plan to get Xoom and I have come to terms with necessity of converting I would prefer the option to have it play on both devices...
Thanks guys!
Ps. Got handbrake but it says only about Apple devices and after few tries id did not work on dvd player (from usb stick) either no file was shown or it said can not play HD content (there was only audio).
I didn't convert them to iso. I uh just received them in iso format if you catch my drift...
@galtom
You don't have to do any conversion for (most) AVIs. Just get a 3rd-party media player. Some AVIs may have AC3 audio tracks which aren't natively supported, but software players like Rockplayer can handle those.
To get video specs, use MediaInfo http://mediainfo.sourceforge.net
@fishtaco254
Most HD ISOs nowaday are either in AVCHD format (likely) or Bluray (M2TS). Either way, you'll need to mount them and convert, or wait until XBMC for Android comes out.
I know that with avi I am (mostly) OK.
But I also have a lot of 720p files described in Windows as Matroska/mkv
These videos do not play on my dvd/usb player and I doubt they would on Xoom.
So .. back to question no 1 - what would be the easiest way to convert them to a format that will be accepted by both devices.
I think I might have the answer:
http://bit.ly/fFDcQ6
"Convert Videos For Android And iOS The Easy Way
By Sahas Katta March 19, 2011 09:19 PMAdd Comment
A question that comes up often? “How do I convert videos for my Android or iOS device?” Apple iPhone users have iTunes for optimizing video, but the program lacks support for many popular formats. On the other hand, Google does not even offer a desktop client for managing multimedia. Our friends at Lifehacker and Tested each featured potential solutions, but I think the following solutions is even better: Miro Video Converter. While there are hundreds of apps that offer similar capabilities, this one is by far the easiest to use, is entirely open source, and actually looks fancy.
How To Convert
Drag a video onto Miro Video Converter.
Select a preset from the drop down menu.
Hit convert, wait a few minutes, and that’s it!
You do not have to deal with aspect ratios, codecs, frame rates, resolutions, or any other technical jargon for that matter. In fact, those options are not even available for reconfiguring. One the progress bar hits 100%, the newly optimized video will appear besides your original file in the same folder.
Supported Devices
Miro Video Converter includes defaults for about eight Android devices and four Apple devices. The Sony PSP is also a preset for those that still use one. I should note that the listed Android smart phones are last generation models. The Atrix, Droid 2, and Droid X, and other recent ones are missing from the list. With that being said, the MP4 preset worked perfectly on the EVO and Thunderbolt. I am also doubtful that the program takes full advantage of the high-resolution playback capabilities of the new iPhone 4 and iPod touch, but converted videos still play without any glitches.
Supported File Formats
I dragged several video files into Miro Video Converter from various sources including Apple iTunes Podcasts, DVD rips, YouTube downloads, Vimeo files, and more. Every file was immediately recognized. For the geeky, the supported formats include AVI, H264, MOV, WMV, XVID, Theora, MKV, and FLV. The program can re-encode them to variations of MP4, Ogg Theora, or WebM.
Other Thoughts
Although I am definitely a fan of Miro Video Converter, I still keep Handbrake on hand. The latter is also open source and offers hundreds of exporting options. Those come in handy at times when you have a device that requires a peculiar resolution or another setting. I would definitely like the team at Participatory Culture Foundation add more presets for recently popular device and possibly even tablets. For the most part, Miro Video Converter should get the job done for most Android and iOS users. The program runs on both Macintosh and Windows, which should cover most grounds too."
http://www.mirovideoconverter.com/
I will give it a shot in few minutes.
edit:
I have converted mkv file into mp4 file. No luck.
Dvd is not playing that + "original" file was 500MB larg after conversion it had over 3GB!!!
It is not working for me... + it has no xoom/android 3.0 pre-set :-(
Maybe next update will change that.
Your DVD player only plays AVI, i.e. DivX+MP3. HandBrake no longer converts to DivX nor AVI, because they're obsolete.
Try using Miro to convert to AVI. You need to resize 720p to standard-def, else the DVD player will choke. If Miro doesn't do this, try another software.
Go here, http://videohelp.com/tools/sections/video-encoders
An alternative is to get a media player that can play MKV.
i think maybe the moboplayer can help you, it supports almost any video formats, and the effect is pretty good.
and rip your DVD or blu-ray? i have used the handbrake, it's great. my friend said she has used a ripper called brorsoft, it has free trial version, also pretty good.
you can have a try
Just download dice player and you can play .mkv files without having to convert them.
Sent from my HTC Sensation Z710e using XDA Premium App
fishtaco254 said:
Can anyone answer this question for me. I have a bunch of bluray rips in .iso format. How can I convert them to load on the xoom?
Click to expand...
Click to collapse
You can convert them to the videos of avi or mp4 format which is compatible with the Xoom and can be played on most of suitable players.
As for the converter, I recommend you the brorsoft video converter which I'm using now. I'm quite satisfied with the convenient performance, the great interface as well as the quality of the converted videos. I think you can try to convert your iso foles to avi or mp4 format via this converter.
If you have many blu-rays, you can choose the blu-ray ripper which can rip and convert your blu-rays to HD avi or mp4 format. It can save a lot of time.
One thing I must to say is the amazing speed. With the CUDA tech, it si almost 5X faster than those I have used before.
As for the player, I think the mobo player and the rockplayer are the best. I can play all my moives of avi and mp4 format on the two players with full screen. You can try them.
Video formats and convertors
Android plays.mkv files fine.
Mkv is a container ,chose H264 as video codec and AC3 as audio codec.
Some of the best convertors are:
Formatfactory
Super(erightsoft)
Handbrake
all 3 produce excellent files.And all are free.
Handbrake is not obsolete(it was a deliberate decision to drop .avi) as it is now focused for Apple devices.
................
I have LG BD390(bed room) and BD570(living room) bluray players connected to HD TVs, and a Verizon 3G Xoom.
I generally RIP my Bluray discs to MKV's using BD-Rebuilder's "movie only, alternate output" and specifying an 8gig output file. While these look great on the TV's, the XOOM can't play them back properly (and lets face it, at 8ig per movie, I wont fit too many on the Xoom)
So, I've used DVDCatalyst to convert DVD's and the home made (as well as downloaded) MKV's into files that I can play on the XOOM using MOBOPlayer. The video files end up in the 2 to 3gig range.
Those same files made with DVDCatalyst will also play back on the LG's across the network, but on my HD TV, don't look as sharp and clear due to the reduced settings which make the file sizes so much smaller.
I haven't tried DVDCatalyst to go from Bluray source to Xoom formatted file yet, as its release notes list "limited support" for this.
dice player
why convert?? use dice player to play 720p mkv!!!

Cant get movies to play?

I've tried:
.mpg
.avi
.wmv
none work, using the stock movie player, rockplayer AND vplayer or whatever it is.
Using software and hardware codec.
Do I need some kind of codec to play videos? This is ANNOYING
Anyone have a small video they know works I can troubleshoot with?
If it helps, I converted my wmv files into mp4 format and it works.
^ or try using moboplayer
With Rockplayer, When you load it up, instead of picking an option just wait a few seconds and see it plays. If you don't select it autoselects a codec. Seems to work ok over here.
+1 on MoboPlayer
mobo worked, thanks guys
i have played avi with rockplayer

a500 as movie player

hi, just wanted to share my experience on finding a worjing solution for my movie playing needs:
- my phone is a galaxy S and i expected tegra2 to outperform it in every way, movie-wise, that's not the case.
- normally i use mvideoplayer but since it relies 100% on native decoding, it wont open most of my files, avi, mkv, etc
- i installed vplayer, rockplayer (normal and optimized), qqplayer, moboplayer, besides the bundled nemoplayer and none was able to correctly decode a 720p mkv (1.5gb game of thrones episode). a couple were able to play it with sound, but they all lagged too much.
- for SD XviD rockplayer worked fine but it doesnt support subtitles, qqplayer displayed subtitles but it dropped frames. moboplayer + armv7vfp3 codec decoded the avi correctly and with subtitles.
- 720p youtube "rips" from tubemate worked fine on mvideoplayer, they use mp4 container and most likely base or main profile.
so... for tv shows from torrent, use avi and moboplayer. for hd content, hopefully they'll be 720p and main profile.
anyone knows what kind of file are the "BRRip" flying around on the net?
cheers.
Sent from my A500 using Tapatalk
edit: this should have been in general, sorry, my bad.
Bluray rip
Sent from my A500 using Tapatalk
I had an identical problem: I was also dismayed at not being able to watch a Game of Thrones MKV file!
I gave up on MKV and tried watching a 720p AVI (BRrip in Xvid/AC3) on moboplayer, and it worked flawlessly--even got the subtitles file to work. It's a huge pain in the ass, but converting to xvid/AVI might be the best bet. I'm going to do it remotely on my home PC while I'm at work
yeah, MKV files not working properly or at all is a bit of a bugger, but now i've been converting them into high def (720p) mp4's using some custom settings for Handbrake that i found either here or another forum (can't remember which, lol), works a treat and looks great on the A500!
i looked around for 720p avi files, i didnt think they would look so good.
i still saw some dropped frames but that could have been because i was using CIFS to acces the 2tb hdd on my htpc.
but i still wonder the mp4 BRRips, there's something weird with those filesm even the galaxy S refused to play some of them...
anyway, in short, if available prefer 720p avi...
Sent from my A500 using Tapatalk
fortelv999 said:
moboplayer + armv7vfp3 codec decoded the avi correctly and with subtitles.
Click to expand...
Click to collapse
How did you get the subtitles to work? Did you use .sub or .srt subtitles? And witch program to convert?
I have found that if you use rockplayer in hardware mode and your videos are x/h264 video and AAC audio the results are very acceptable playback
@Ramius71: no conversion, just an SD .avi file with .srt subtitles
the .avi was a 174mb tv episode and the .srt downloaded from opensubtitles
@Yatyas: could you give an example please? .mkv or .mp4? i have several .mp4 that play well but most are ripped from youtube or things like that...
downloaded HD movies and TV episodes don't work for me, even in rockplayer...
has anyone tried VLC on the Iconia yet?
fortelv999 said:
@Yatyas: could you give an example please? .mkv or .mp4? i have several .mp4 that play well but most are ripped from youtube or things like that...
downloaded HD movies and TV episodes don't work for me, even in rockplayer...
Click to expand...
Click to collapse
I have found that as long as it is encoded with x.264 or h.264 on the video and AAC on the audio regardless of the wrapper .mkv or .mp4 I get very good performance from the hardware decoding when using Rockplayer.
I have found many .mp4 and x264 files that have AC3 for the audio and I re-encode using handbrake changing just the audio to AAC and everything seems to work well

Categories

Resources