Related
Engadget article, last video:
http://www.engadget.com/2010/06/15/exclusive-motorola-droid-x-preview/
It plays DivX videos natively, and with very good quality as well... not sure how it is with android, but should we expect an Evo port of that player sometime soon? I know it was done in winmo world, but since i'm relatively new to android scene, wanted to ask before forking out $10 for yxplayer.
Thanks!
EDIT:
Galaxy S is also "DivX HD Certified Android Smartphone":
Galaxy S (I9000) Product Specifications, Video: HD([email protected]) video playing & recordingCodec: mpeg4, H.264, H.263, H263Sorenson, DivX HD/ XviD, VC-1Format: 3gp (mp4), WMV (asf), AVI (divx), MKV, FLV
another opportunity for a great divx player port to evo?
frifox said:
Engadget article, last video:
http://www.engadget.com/2010/06/15/exclusive-motorola-droid-x-preview/
It plays DivX videos natively, and with very good quality as well... not sure how it is with android, but should we expect an Evo port of that player sometime soon? I know it was done in winmo world, but since i'm relatively new to android scene, wanted to ask before forking out $10 for yxplayer.
Thanks!
EDIT:
Galaxy S is also "DivX HD Certified Android Smartphone":
Galaxy S (I9000) Product Specifications, Video: HD([email protected]) video playing & recordingCodec: mpeg4, H.264, H.263, H263Sorenson, DivX HD/ XviD, VC-1Format: 3gp (mp4), WMV (asf), AVI (divx), MKV, FLV
another opportunity for a great divx player port to evo?
Click to expand...
Click to collapse
There was a thread about rock video player floating around but I can't find it anymore. amazing player, handles whatever I throw at it besides the 720 stuff our phones don't have the power to play.
Mod. edit: That's because it is still a beta and the developer didn't consent it's distribution. It was therefore removed as warez according the forum rules.http://forum.xda-developers.com/showthread.php?p=6805512#post6805512http://forum.xda-developers.com/showthread.php?p=6805512#post6805512
yes, i have it, use it every day... but i found yxlpayer to handle h264/MKV's much better, without major stuttering. most releases (i'd say ~80% of all) on the scene right now are high profile h264 in MKV's so i have a need for yxplayer more than rockplayer.
since Droid X and Galaxy S plays DivX and MKVs (galaxy s, at least) natively, i would imagine its performance being MUCH better than yxplayer/rockplayer. that's why i was hoping for an Evo port
mrono said:
There was a thread about rock video player floating around but I can't find it anymore. amazing player, handles whatever I throw at it besides the 720 stuff our phones don't have the power to play.
Click to expand...
Click to collapse
Our phones can handle 720p h264 base profile just fine with HW acceleration, It's just that rockplayer seems like it's more or less a software implementation.
But yes I would LOVE to see some sweet h264 High Profile HW decoding support, this phone was meant and advertised to be a powerhouse media player and it pains me to see it only crippled by lack of SW support. (Sorry youtube HQ, you're only useful if I wanted to see lolcats, for everything else, I'm sick of having to go through a conversion process) If only AirVideo developers would at least say SOMETHING about a possible android port...
Or you could do what I did and write a transcoder using ffmpeg to get tv and movies streamed. I'm able to get native res x264 to my phone from my own script, even over 3g. Just can't get seeking to work because I don't know a way to move the the atom chunks to the front of the single pass encoding process before it starts encoding. I don't actually think its possible over http which is why I'm thinking about moving it to an app.
But apart from that I have x264 hw from the HTC player and xvid from rockplayer. What is the problem? They work fine. I don't care that its two apps.
-------------------------------------
Sent via the XDA Tapatalk App
flexgrip said:
Or you could do what I did and write a transcoder using ffmpeg to get tv and movies streamed...
But apart from that I have x264 hw from the HTC player and xvid from rockplayer. What is the problem?
Click to expand...
Click to collapse
i wrote a batch script for myself that re-encodes (not streams) my vids into evo-supported format. just drag&drop all vids and they are properly encoded regardless of the input format. as far as streaming, i use Orb. the problems with both, i don't always want to spend time (if i have any at all) to re-encode, and streaming doesnt produce enjoyable 800x480 quality with real-time encoding (tho orb allows seeking, which is a +, but not enough to compensate for quality loss).
that i know, but hw-accelerated h264 playback is limited only to baseline profiles. many scene releases are either main or high profiles, and in addition to that, inside mkv's which stock player doesnt do.
i have no difficulty going through loops and hoop to get my vids played on Evo, but most of the time i'm simply wasting time/quality while doing it... that being said, DroidX/GalaxyS most likely incorporates hardware accelerated playback (or a dam good software-based decoding algorithm), and seeing how silky smooth it plays 720p DivX/AVI files, I would LOVE to have a player on my Evo with such good decoding performance... thats why asking about an Evo port. DEVS, please respond
... oh and also, let's not even mention SUBs (A.S.S. inside MKV's)... those things are ALWAYS a problem, no matter which player you use
flexgrip said:
Or you could do what I did and write a transcoder using ffmpeg to get tv and movies streamed. I'm able to get native res x264 to my phone from my own script, even over 3g. Just can't get seeking to work because I don't know a way to move the the atom chunks to the front of the single pass encoding process before it starts encoding. I don't actually think its possible over http which is why I'm thinking about moving it to an app.
But apart from that I have x264 hw from the HTC player and xvid from rockplayer. What is the problem? They work fine. I don't care that its two apps.
-------------------------------------
Sent via the XDA Tapatalk App
Click to expand...
Click to collapse
Mind elaborating on the process for this a bit? I know that AirVideo essentially does the same thing on the iDevices but with a pretty complicated script that can raise or lower quality based on bandwidth constraints. Also they use some sort of framserver to serve subtitles embedded into an mkv/ogm container before transcoding it on the fly. I really don't know enough about encoding to get into this (though I'd love to learn more) but I would love to be able to have SOME sort of solution to this.
frifox said:
i wrote a batch script for myself that re-encodes (not streams) my vids into evo-supported format. just drag&drop all vids and they are properly encoded regardless of the input format. as far as streaming, i use Orb. the problems with both, i don't always want to spend time (if i have any at all) to re-encode, and streaming doesnt produce enjoyable 800x480 quality with real-time encoding (tho orb allows seeking, which is a +, but not enough to compensate for quality loss).
that i know, but hw-accelerated h264 playback is limited only to baseline profiles. many scene releases are either main or high profiles, and in addition to that, inside mkv's which stock player doesnt do.
i have no difficulty going through loops and hoop to get my vids played on Evo, but most of the time i'm simply wasting time/quality while doing it... that being said, DroidX/GalaxyS most likely incorporates hardware accelerated playback (or a dam good software-based decoding algorithm), and seeing how silky smooth it plays 720p DivX/AVI files, I would LOVE to have a player on my Evo with such good decoding performance... thats why asking about an Evo port. DEVS, please respond
... oh and also, let's not even mention SUBs (A.S.S. inside MKV's)... those things are ALWAYS a problem, no matter which player you use
Click to expand...
Click to collapse
Orb quality is absolute crap on any mobile device I've been on, and that includes WiMo 6.x, The iPod Touch and of course Android. Unfortunately I couldn't use Orb 2.5x because of the lack of subtitle support and their fix "soon" is worse than Blizzard's "soon" on game releases.
My current solution is a batch script to convert the h264 high profiles to ffmpeg mp4s (simply because the conversion takes 4 minutes compared to 9 if I converted it to h264 baseline) and proceeding to manually rip out the A.S.S./SRT files from the mkvs manually and using mVideoPlayer/meridian to softload everything. It's a long process that I simply don't want to do to enjoy some video
did some more research... Samsung Galaxy S (i9000) & Motorola Droid X both have something in common: Cortex-A8 w/ NEON™.
What's that? Simply put, hardware acceleration for "watching any video in any format". Soft codec standards include MPEG-4, H.264, On2 VP6/7/8, Real, AVS, and more. This explains the above mobile's ability to playback 720p high profile h264 in MKVs with no problem at all.
As far as I know, Evo sports QSD8650, a chipset from 2007, which doesn't include Cortex-A8. Conclusion? No hardware accelerated Main/High profile H264, MKV, DivX, etc playback for HTC Evo no matter how hard we try...
Seriously, the MAIN reason I bought Evo is for its 1GHz and 4.3" screen hoping to finally escape the dreaded days of horrible video playback on my Touch Pro. I LOVE Evo, but this... @#[email protected]#$!
anyways, our last hopes lay in the hands of CorePlayer devs, since they're working on android port. their player was the only thing that kept me winmo somewhat bearable for video playback. CorePlayer plays pretty much everything you throw at it since they use their own video decoders, not android's, to play back avi/mkv/mp4/etc...
PS: most of the time, video re-encoding is NOT an option for me... no computer at home besides Evo
I loved core player.
Rock player is simply outstanding. I highly recommend everyone pick it up once it his market. Much better than yxplayer.
720p h264 (high-profile) video, both rockplayer & yxplayer = 0.5 to 3 fps playback. unacceptable.
PS: different sources report differently, but according to some - Droid X runs same chipset as Evo, QSD8650. So AVI/MKV/DivX (not sure bout main/high h264) support Evo port could still be possible... just need some dumps from Droid X and start cooking
EDIT: Droid X runs OMAP3630, which also has Cortex-A8... dam, why does Evo just has to be different? Cortex-A8 = hardware accelerated ALL video playback, and Evo doesn't have it
Not sure if this will help, but.... Galaxy S (i8000) /system dump:
http://forum.xda-developers.com/showthread.php?t=704817
the goodies:
/system/lib/libs264domxoc.so
/system/lib/libsac3domxoc.so
/system/lib/libsdiv3domxoc.so
/system/lib/libsflacdomxoc.so
/system/lib/libsvc1domxoc.so
/system/lib/libswmv8domxoc.so
/system/lib/libsavidocn.so
/system/lib/libsmkvdocn.so
/system/lib/libsflvdocn.so
/system/lib/libswmfdocn.so
wonder how much of the above is cortex-a8 specific...
droid x native playback
I've seen it mentioned in a few places that the DX will play divx/mkv files natively, but i really havent had much luck with it at all. All of the MKV files i've tried (3 or 4) have failed to play. Since mkv is just a container, does anyone have some specifics about which decoders the dx has?
What is the status of the Tegra 2 video decoding abilities right now?
I have been hearing about issues with high profile H264 video decode in 1080p. Does 720p H264 HP work?
Can someone test with the test cases and report back: http://imouto.my/watching-h264-videos-using-dxva/
Under TEST VIDEO FILES
I read somewhere that it was ROM dependent as well?
I haven't gotten anything to work, video playback was a big reason for me buying this thing (I've since found other great uses for it though). I'd like to figure this out, I have a ton of 1080p h246 videos in mkv I'd convert if I just knew what to convert them to. I'd also run those test files for you but I can't download it b/c I'm not paying for a membership to some download site to get the files.
h264 high profile does not work on the Tegra 2, but h264 main profile works. The high profile issue is a hardware limitation in the Tegra 2.
You can check your mkv's with a tool like "mediainfo" (http://mediainfo.sourceforge.net/en). It will show you your video details.
As for mkv's themselves, I believe that the device has issues with that container, as opposed to MP4. I can get standard def MKV's to run fairly well in Rockplayer, but haven't delved too far with high def. If you are going to transcode, you're probably better off with an MP4 container.
I'd also suggest that, if you are going to transcode anyway, probably stick with h263 as that will give you the least amount of headaches. I don't know how easy it is to pick the profile in h264 - every app I've tried (so far) encodes in high profile. You might have some luck with something like ffmpeg.
roebeet said:
The high profile issue is a hardware limitation in the Tegra 2.
Click to expand...
Click to collapse
Really? My ZT-180 can play Blu-ray rips to 720p, but not the 1080p rips. It is a lot less powerful than a tegra2.
As for the the quality of my rips, I used ffmpeg, and don't recall using any "high profile" setting. The 720p rips were around 1.8GB in size. Since I found very little info on how to use ffmpeg, I chronicled my experiences in this thread, so others have something to follow.:
http://www.avsforum.com/avs-vb/showthread.php?t=1219959
The last post contains info on how to re-map the audio tracks. The ZT-180 had trouble with the 6-channel sound tracks I encoded into my rips. I don't know what audio the tegra2 can play.
With regards to the ZT180 (Infotmic X210), the DSP offloading methods are adopted from mass produced MP4 products, so I am not surprised if they play well on that device.
So basically the Tegra 2 doesn't even do 720p high profile confirmed?
Is the MKV container issue a software or hardware issue? The Tegra 2 SDK is getting updated continually. Or should I ask this question over at Nvidia's forums
right now viewsonic tablet has problem playing high profile video. i guess rockplayer or vplayer are not yet optimized for tegra2.
vplayer doesn't even work for me. everytime i browse to a file and try to play something, it just throws me right back out to the app.
wasserkapf said:
Really? My ZT-180 can play Blu-ray rips to 720p, but not the 1080p rips. It is a lot less powerful than a tegra2.
As for the the quality of my rips, I used ffmpeg, and don't recall using any "high profile" setting. The 720p rips were around 1.8GB in size. Since I found very little info on how to use ffmpeg, I chronicled my experiences in this thread, so others have something to follow.:
http://www.avsforum.com/avs-vb/showthread.php?t=1219959
The last post contains info on how to re-map the audio tracks. The ZT-180 had trouble with the 6-channel sound tracks I encoded into my rips. I don't know what audio the tegra2 can play.
Click to expand...
Click to collapse
http://www.anandtech.com/show/3912/boxee-box-the-inside-story/2
The high profile issue is why Boxee dropped the Tegra 2.
I saw that before, but that only pertained to 1080p and not 720p
roebeet said:
http://www.anandtech.com/show/3912/boxee-box-the-inside-story/2
The high profile issue is why Boxee dropped the Tegra 2.
Click to expand...
Click to collapse
I'm thinking that it's a driver problem as nVidia's still claiming 1080p as are all the other Tegra 2 based devices... e.g. LG phone, various tablets, etc.
I did turn up a reference to laggy 1080p video in the nVidia forums, but they seemed to think it was a poorly encoded video as they had one that played fine while a second was laggy. Noone from nVidia commented in that particular thread though...
Hello guys at xda
This question may have been here before, and if it has here it is again.
Is there a video player that is optimized for honeycomb, or at least a player that take advantage of the tegra 2 cpu?
Otherwise i like to know if there is an video player that support dlna devices, so i can browse the dlna server directly from the video player app it selfs, sonthere is no need for a second app to do that.
Last thing, and i dont know if tisnis redicilus, but is there a player that support iso files an so on ?
Hope you can help le, and sry for my english !
Regards Fisken
Sent from my Transformer TF101 using XDA Premium App
moboplayer is tegra2 optimized now. though be warned, like all other tegra2 players, HD mkv files have issues playing.
http://moboplayer.com/moboplayer_en.html
so which codec pack should we use, the NEON?
and what do i do with the .apk file?
sorry, i'm a noob
edit: nvm, took me 2 seconds on google...
Vplayer was updated for tegra or honeycomb I forget which, but it works pretty well for most file types on the eee pad.
stuntdouble said:
Vplayer was updated for tegra or honeycomb I forget which, but it works pretty well for most file types on the eee pad.
Click to expand...
Click to collapse
+1
Sent from my Transformer TF101 using XDA Premium App
i've tried every notable media player out there, but i still haven't found one that plays my hd .mp4 file [1280x720 3000kbps @ 29fps] smoothly...
dnaL0R said:
i've tried every notable media player out there, but i still haven't found one that plays my hd .mp4 file [1280x720 3000kbps @ 29fps] smoothly...
Click to expand...
Click to collapse
As a workaround, if you have firmware update1 installed, it means you have splashtop. Run the file on your pc and stream it via the splashtop app to your tablet. Should be fairly smooth if you have a good wifi connection. Doesnt help if you are nowhere near your pc of course, but good if you want to watch it in bed or something. You can even switch your pc off remotely this way too.
yea, i gave splashtop a try just to see how it works and all, but it's not too useful for me... i'll wait 'til these media players get updated.
I ave tried rock player and mobie player but, they kinda work. Subtitles dont appear while the files plays
my vote goes for moboplayer
i used to use rockplayer, but too many FC's
I love how moboplayer saves where you last left off on multiple videos
Fisken said:
Is there a video player that is optimized for honeycomb, or at least a player that take advantage of the tegra 2 cpu?
Click to expand...
Click to collapse
Just to be clear about this:
The Tegra2 CPU is a fairly standard dual core ARM v7 core, This is a fine mobile CPU but nothing special and it will _never_ be able to soft-decode HD main profile h.264 video.
However the SOC includes a general purpose GPU that also includes hardware to decode h.264 in an accelerated fashion. This _should_ be able to play 720p main profile and 1080p main with limitations. However the only way to use this acceleration is via the Nvidia OMX plugins that are part of the "StageFright" media system that Honeycomb uses. This system is not exposed to the NDK, and is only available via the MediaPlayer object in java. (It is also limited to baseline profile and under-performing compared to the froyo version for these libs)
The MediaPlayer object is what the default player uses, hence you either use something virtually identical to the default player (With all the limitations it has) or you decode 100% in software (on the CPU not the GPU) and thus can't play HD content due to a lack of horsepower.
Optimising a video player for the Tegra2 CPU will do very little (Like compiling for SSE or 3DNow), perhaps make it a few percent more efficient but nowhere near enough to play HD content.
dnaL0R said:
i've tried every notable media player out there, but i still haven't found one that plays my hd .mp4 file [1280x720 3000kbps @ 29fps] smoothly...
Click to expand...
Click to collapse
What profile and level is your video file? (MP4Box will tell you if you don't know)
So, which is better? moboplayer or vplayer?
freeza said:
So, which is better? moboplayer or vplayer?
Click to expand...
Click to collapse
moboplayer is free and much more popular based on download numbers and ratings
SilentMobius said:
Just to be clear about this:
The Tegra2 CPU is a fairly standard dual core ARM v7 core, This is a fine mobile CPU but nothing special and it will _never_ be able to soft-decode HD main profile h.264 video.
However the SOC includes a general purpose GPU that also includes hardware to decode h.264 in an accelerated fashion. This _should_ be able to play 720p main profile and 1080p main with limitations. However the only way to use this acceleration is via the Nvidia OMX plugins that are part of the "StageFright" media system that Honeycomb uses. This system is not exposed to the NDK, and is only available via the MediaPlayer object in java. (It is also limited to baseline profile and under-performing compared to the froyo version for these libs)
The MediaPlayer object is what the default player uses, hence you either use something virtually identical to the default player (With all the limitations it has) or you decode 100% in software (on the CPU not the GPU) and thus can't play HD content due to a lack of horsepower.
Optimising a video player for the Tegra2 CPU will do very little (Like compiling for SSE or 3DNow), perhaps make it a few percent more efficient but nowhere near enough to play HD content.
What profile and level is your video file? (MP4Box will tell you if you don't know)
Click to expand...
Click to collapse
So...long story short...the GPU can handle 1080/720, but right now players aren't taking advantage of it because the required code/plugins aren't in the NDK. Right now all the players are forced to use software decoding which uses the weaker cpu.
So release the damn plugins!
I'm tired of stuttering video.
Sorry to revive oldish thread... does anyone know if DTS audio is not supported on the TF? I was trying out some sample mkv in 720p and 1080p to see how they looked/sounded. After the 3.1 update the 720p videos are smooth, but I am not getting any audio on the videos in mobo or rock or stock player. In Rockplayer I opened the video with software support instead of hardware and got audio, but mega choppy playback.
Any ideas?
Unfortunately AC3 audio (used in most rips) is not supported by the TF chipset (and the tegra2 chip in general).
This means either fluid video and no audio in hardware mode, or choppy video and out of sync audio in software mode. Very disappointing actually but afraid there aren't any alternatives out there yet.
You'll have to transcode the audio to AAC but that means an extra step in the process. The original galaxy tab seems to play everything, but well... that's not really an option either.
newtybar said:
So...long story short...the GPU can handle 1080/720, but right now players aren't taking advantage of it because the required code/plugins aren't in the NDK. Right now all the players are forced to use software decoding which uses the weaker cpu.
So release the damn plugins!
I'm tired of stuttering video.
Click to expand...
Click to collapse
No, that's not what I'm saying. The "plugins" are exposed using StageFright which is used by the standard MediaPlayer object which moboplayer (et al) can and does use but only for the normally supported codecs/containers. There will never be anything better than that.
Any app that "adds" either a container or a codec to Android will be doing it via pure CPU decode, that will _always_ be that case (for the foreseeable future).
That said, the 3.1 update has improved h.264 playback massively, I can play high profile 720p quite nicely now. But if you want MKV container support _and_ h.264 hardware accelerated decoding you'll have to get Google/ASUS to add the MKV container into StageFright at the platform level, no video player app will fix that. (Or wait until we get the platform source, there is already a Matroska container parser in the AOSP repo that could be ported to Honeycomb, hell Matroska parsing is needed for WebM playback and Honeycomb already does that)
dagrim1 said:
Unfortunately AC3 audio (used in most rips) is not supported by the TF chipset (and the tegra2 chip in general).
Click to expand...
Click to collapse
Additionally: AC3 is patent encumbered so it costs money to include even if the chip supports it
Honeycomb optimised video player
I have found MX Vidoe Player the best player to use on my Vega running HC 3.2 Build 9n Update 2. Unlike Mobo Player the screen image can be zoomed to any size to fill the screen, not just stretch the image.
Do not know about HD, but depending on your video file resolution the image quality is great.
Dice
Sent from my TBolt using my f***king thumbs...
dagrim1 said:
Unfortunately AC3 audio (used in most rips) is not supported by the TF chipset (and the tegra2 chip in general).
This means either fluid video and no audio in hardware mode, or choppy video and out of sync audio in software mode. Very disappointing actually but afraid there aren't any alternatives out there yet.
You'll have to transcode the audio to AAC but that means an extra step in the process. The original galaxy tab seems to play everything, but well... that's not really an option either.
Click to expand...
Click to collapse
False!!!
Mxplayer suports AC3 and is optimized for honeycomb
Audio
ID : 2
Format : AC-3
Format/Info : Audio Coding 3
Mode extension : CM (complete main)
Codec ID : ac-3
Duration : 30mn 8s
Bit rate mode : Constant
Bit rate : 448 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Bit depth : 16 bits
Compression mode : Lossy
Stream size : 96.6 MiB (23%)
Title : Imported with GPAC 0.4.6-DEV (internal rev. 5)
Encoded date : UTC 2011-01-12 17:33:12
Tagged date : UTC 2011-01-12 17:33:13
Click to expand...
Click to collapse
I can play the video smoothly and I have no problems with audio
Hello everyone. I would like to see the footage shot by my camera (Panasonic TM700) directly on the TF in order to get a larger preview of that offered by the display of the camera. The problem is that I have not found any player that would display the correct file type MTS shot in 1080/50p. I think this isn't a problem of processor (I have a media player with a sigma 800mhz and movies run fine), but a problem of proper codec ....... Do I have some hope that there is a codec for the development of this TF?
Maybe you could contact the developers of those video applications? Does ffmpeg read those files (does mplayer?) - if so, it should be easily doable. Does VLC read those files? There is supposed to be a version of VLC for Android one day but no one know when. Also keep in mind that decoding on your media player could be hardware accelerated and idependend of the processor while TF has to use software decoding.
MTS is part of the AVCHD video format.
I'm not sure if moboplayer will play this, and even if it does,
i doubt it will be without stuttering like crazy, but thats pretty much dependant
on the bitrate of your MTS files.
you could try to remux the audio and video streams from the MTS to an MP4 container or an mkv even.
Google for MTS2MP4 which might be of help.
Try XenonMKV or GOTSent for any mkv remuxing.
Or reencode the whole thing alltogether (which you are likely trying to avoid)
goodluck
Android 3.0+ supports mpeg transport streams with AAC audio only...
The native media player object of Android (hardware accelerated) does _not_ even play fluidly TS files. So you're out of luck for out-of-the-box playback.
I use Handbrake to reencode to MP4 container with AAC audio. Works fine on my TF, but a lot has to be lost in terms of quality to make it playable. Search the forums for the Handbrake 3.1 guide.
any news about an app that can play MTS files?
thnkx, Danilo
not for me
dice player with the tegra plugin works for me. mts m2ts
Sent from my Transformer TF101 using xda premium
TGA_Gunnman said:
dice player with the tegra plugin works for me. mts m2ts
Sent from my Transformer TF101 using xda premium
Click to expand...
Click to collapse
already talk with the developer about iisue of MTS h.264 720p files. these files will not work on dice player. he said it take some time to enable that...
...and i was searching for h264 mts 1080p!!!???....but tegra2 doesn't support it
kukky said:
...and i was searching for h264 mts 1080p!!!???....but tegra2 doesn't support it
Click to expand...
Click to collapse
its an Mkv right??
if im not wrong you can use some mkv player, but those are also hard to get
I want to play 720p HEVC H.265 in MX Player. Does it depends on mobile? Do I need to download any codecs? What are the minimum requirements to play HEVC in MX Player smoothly? Pleasy do reply.
awesomealpesh said:
I want to play 720p HEVC H.265 in MX Player. Does it depends on mobile? Do I need to download any codecs? What are the minimum requirements to play HEVC in MX Player smoothly? Pleasy do reply.
Click to expand...
Click to collapse
Yes, it's completely depends on device.
If the device natively supports HEVC, you can play HEVC in HW decoder. Else, SW decoder is the only option. But, it needs very powerful processor.
Sent from my SM-G900H using Tapatalk
Hevc
If I want to play it in SW, then how much powerful processor is needed?
It will be a great help if you mention minimum requirements for PC too.
Thanks
awesomealpesh said:
If I want to play it in SW, then how much powerful processor is needed?
It will be a great help if you mention minimum requirements for PC too.
Thanks
Click to expand...
Click to collapse
It depends upon the quality of the video.
Just try yourself. If SW is laggy, your processor is not powerful enough to play that video.
Sent from my SM-G900H using Tapatalk
awesomealpesh said:
If I want to play it in SW, then how much powerful processor is needed?
It will be a great help if you mention minimum requirements for PC too.
Thanks
Click to expand...
Click to collapse
Any Device, with CyanogenOS 12.1 / CyanogenMod 12.1 Can play smoothly in HW for 720p hevc/x265 8bit (10bit, not sure) @ 25fps.
With the same codec & resolution above 25fps, You need a device Display of 720p Resolution (Must).
For PC (Windows Platform Only), The Best of The Best - K-Lite Mega Codec Pack ( Much better than VLC ) URL :-
http://codecguide.com
Deblocking feature would be great for that. We can disable deblocking for highly compressed videos to achieve a better decoding.
** A - R ** said:
Any Device, with CyanogenOS 12.1 / CyanogenMod 12.1 Can play smoothly in HW for 720p hevc/x265 8bit (10bit, not sure) @ 25fps.
With the same codec & resolution above 25fps, You need a device Display of 720p Resolution (Must).
For PC (Windows Platform Only), The Best of The Best - K-Lite Mega Codec Pack ( Much better than VLC ) URL :-
http://codecguide.com
Click to expand...
Click to collapse
You are completely wrong...!
Eventhough rom configuration also plays a vital role in multimedia performance, it's mainly depends on the processor. If I am not wrong to implement HW acceleration for HEVC the chipset must support HEVC.
In device with unsupported chipset can't be HW accelerated even when you use Cyanogen(Mod/OS) 12.1.
Sent from my SM-G900H using Tapatalk
Hi i have wonderings, concerning HEVC on phones.
I can play my H265 videos on my phones enough smoothly (i used to have a Honor 6, and now it's a Oneplus X) - tryed VLC or MX Player Pro (+AC3&DTS Codec).
Yet i can't move inside any video. if i try to, the video always restart from the beginning. It's really annoying to me.
Concerning the HiSilicon processor, i thought there was some incompatibility, but with the OPX's SD801, everything should be fine, shouldn't it ?
Thanks in advance for your help
Lord_Babass said:
Hi i have wonderings, concerning HEVC on phones.
I can play my H265 videos on my phones enough smoothly (i used to have a Honor 6, and now it's a Oneplus X) - tryed VLC or MX Player Pro (+AC3&DTS Codec).
Yet i can't move inside any video. if i try to, the video always restart from the beginning. It's really annoying to me.
Concerning the HiSilicon processor, i thought there was some incompatibility, but with the OPX's SD801, everything should be fine, shouldn't it ?
Thanks in advance for your help
Click to expand...
Click to collapse
SW or HW decoder? Also, sounds like your video may have container wrapping issues, if you cannot seek.
OnePlus One should have more than enough power.
I've tried sw,hw, and hw+.
The behavior keeps the same.
As i mostly watch downloaded mangas, i've tried different ones, from different groups, but always impossible to seek inside a video...
What i understand from you is that it is not normal, and not a known issue... Crap!
ktsamy said:
You are completely wrong...!
Eventhough rom configuration also plays a vital role in multimedia performance, it's mainly depends on the processor. If I am not wrong to implement HW acceleration for HEVC the chipset must support HEVC.
In device with unsupported chipset can't be HW accelerated even when you use Cyanogen(Mod/OS) 12.1.
Sent from my SM-G900H using Tapatalk
Click to expand...
Click to collapse
@ktsamy, I Just Forgot That.
Thanks Mate.
@CDB-Man do you think it is something you can reproduce/investigate? (in OPX we have SD801 version aa i think...)
i truly believe that very few people use H265 for now, so such problem may keep marginal.
i haven't mentioned that i have tried every video reader i found on google play, all behave the same.
Or maybe does it come from the manufacturer's implementation/drivers in its rom ? (what about SD801 with samsung's S5 phone?)
I haven't encountered any seek issues specific to HEVC; what I have seen before are videos not in a proper MKV or other container, and therefore you cannot seek it.
A raw .hevc video stream file, you may not be able to seek.