video player optimized for honeycomb, or just tegra 2 optimized? - Eee Pad Transformer Themes and Apps

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

Related

[Q] Video format support status?

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...

[Q] Can the Thunderbolt handle 720p HD video smoothly?

Howdy folks, hope some of you might have a few suggestions for a new Android guy.
After much love and consideration for the Android platform, I decided to come over to the Android world. Sold my iPhone 4 and picked myself up a Thunderbolt at the neighborhood Verizon store. So far, I love it. Great device, screen, customization and service. A world of difference from AT&T. However there is one lingering issue.
On my iPhone, I could send 720p direct from iTunes to the phone. It played smooth as silk, nary an issue, perfect.
With the Tbolt's fantastic size of screen, I would think it would be the perfect place for mobile HD video. However, when I take an mp4 onto the Tbolt, it chokes. The playback is varying levels of choppy, and audio often loses sync.
Am I doing something wrong? Is the Tbolt not capable of playing this type of file? I see a lot of talk on the forums about Froyo messing with 720 playback. I'm not sure what to do because aside from that one issue, I love the phone.
Any feedback/advice/info is appreciated. I love Android and so far the community rocks.
Signed,
Former iPhone User
i had the same problem. installed "vplayer advanced" and it was much better - no skipping, no sync issues. i think you just need to find a different player. the hardware should play them fine, but i havent tried a 5 gig 720p HD movie yet. and the default player wont play mkv files, but vplayer did.
You guys do realize the thunderbolt's screen is 800x480, which is a lower resolution than 720 (which you normally think of in terms of 1280x720 resolution). The horizontal scan lines on the thunderbolt (480) is the same as a standard definition television (640x480), so all you're getting is a placebo effect and a huge drain on your phone battery/resources.
yareally said:
You guys do realize the thunderbolt's screen is 800x480, which is a lower resolution than 720 (which you normally think of in terms of 1280x720 resolution). The horizontal scan lines on the thunderbolt (480) is the same as a standard definition television (640x480), so all you're getting is a placebo effect and a huge drain on your phone battery/resources.
Click to expand...
Click to collapse
Totally understand this. However, for me its more an issue of ease of use. I don't want to convert videos 3 times because I have 3 devices, which was the nice thing about the iPhone/iTunes. One file, done.
Plus, I've downconverted the videos to test, sometimes they skip too, and they never look as good to me. Placebo effect maybe, but again the ease of use thing is the biggest importance to me. If the iPhone 4 can handle this kind of file, why shouldn't my Tbolt?
Problem is probably not the hardware (since the thunderbolt outdoes the iphone in this), it's probably the codecs on the phone not being adept enough to handle them or the developer of your media player not keeping up with certain advancements in android hardware.
Just for instance on a pc, coreAVC will work on really old computers for x264 hd movies (ive gotten it to run smooth on pentium centrinos), however, the built in codecs for something like VLC player (last I checked), couldnt handle a computer that old for rendering HD.
The other issue could be how well they (both the android os developers and the media player developers) take advantage of using the hardware to do all the heavy lifting in the decoding. If it's all being done with software (like VLC does by default on a pc), then that is going to kill the cpu. If it's leveraging the gpu in the phone to take some of the burden off the cpu (similar to what something like coreAVC does now on a pc with nvidia's cuda), then that would help immensely. If in fact android can leverage the gpu to handle things like video decoding, then the final issue is whether or not the developer of your chosen media player is taking advantage of that.
However, if it was some sort of hardware issue, it could be the read speed of the included sd cards http://en.wikipedia.org/wiki/Secure_Digital#Speeds. Try sticking a smaller video file directly in the internal storage of the phone and see if that makes a difference.
I haven't looked too far into the internals of the typical android phone and os yet, but coming from many years of linux and windows development for the web and desktop, those are just my thoughts on the issue.
Android OS 3.0 has an encoder built into it already for h264 avc, so that should take care of issues in the near future for converting your video. Whenever we get gingerbread finally (well 2.3.3 that is), we'll have vp8 decoder as well and that should run things much smoother as google built it themselves for html5 video streaming, so I'd hope it would run efficiently on android. I've read issues with people not being able to handle high res MP4 files on the inspire (the att's thunderbolt) so it doesnt overly surprise me you are as well. I assume they are h264/mp4 files, right? Perhaps try encoding to h263 if so or wmv
http://developer.android.com/guide/appendix/media-formats.html#core
Yeah your gonna have to Download a Video Player app that is Hardware accelerated and plays those kinds of Video Formats. Rockplayer should work too i think.
Been up all night loading my anime + tv shows on the bolt. I agree, i really don't want to be bothered with trans-coding everything i have, plus the bolt does has DLNA capabilities which is another plus if you have a server loaded with the proper media but chances are, those are 720p or better as well.
The best player i used so far is rock player, it beats out meridian, qq player, and vplayer advanced as is the only player that played back everything i threw at it. that said is not pefect, it drops frames when you try to playback 720p mp4 but still smooth for the most part. It lags a bit more with 720p mkv, and lags really bad with 720p avi files. Anything not using the native hardware decoder however, sucks a ton of battery life out the Bolt.
it will playback almost anything at 480p, which is about what the screen native resolution is at. The Bolt does come with a Adreno 205 gpu but i don't think that does anything for video acceleration, maybe is missing the proper hardware decoding chipset which is why is not armed with a HDMI port.
It should only get better with improvement in software/codec but for now, is a let down in terms of video playback.
Try Diceplayer 1.3.0
Thunderbolt's QSD8655 can play H.264 720p.
but HTC's stock media player can't handle MKV, DTS , Flac.
Diceplayer take advantage of hw decoder.
it can play MKV(+DTS+720p).
Don't worry about battery life. diceplayer use almost same power as stock player.
MoboPlayer with ARM V7_NEON coded plays everything fine.
http://www.moboplayer.com/moboplayer_en.html
For reasons stated earlier there does not seem to be any good solution that will handle all common formats used in a PC/Mac/Home theater system on a Tbolt without re-encoding. I posted a video player "shoot out" of sorts over on the "other" forum. In short I was completely let down by all the players I tested. There are a couple here I did not include at that time.
http://forum.androidcentral.com/ver...layers-review-test-comparison-included-3.html
The only one I left on my device was MoboPlayer.
Don't bother with files larger then 4GB either, our SD cards do not support them (or was it the OS...). That being said a good 720p rip with 5 or 6 channels of audio (yes I know there are not enough speakers to hear them all - just so no re-encode required) should generally be smaller than 4 GB.
I am quite keen to hear about any diceplayer vs. MoboPlayer as I did not test diceplayer.
yumms said:
MoboPlayer with ARM V7_NEON coded plays everything fine.
http://www.moboplayer.com/moboplayer_en.html
Click to expand...
Click to collapse
Mobo or Rock or vital or QQPlayer can not play MKV(+DTS) HD.
dice is the best. dice use hw video decoder. no sw video decoding.
juami said:
Mobo or Rock or vital or QQPlayer can not play MKV(+DTS) HD.
dice is the best. dice use hw video decoder. no sw video decoding.
Click to expand...
Click to collapse
I did some quick testing of diceplayer. It is no good. I used the same blend of file types, video formats, audio formats, files sizes and audio and video quality as my tests I posted about with the link to the other forum (prior post in this thread). Diceplayer was very bad. It played 1 out of 4 of the files I tested. Some played but had garbled audio or a very slow frame rate meaning effectively no successful play. I found Moboplayer to be slightly better than Diceplayer.
We really need an equivalent to VLC for Android. VLC as anyone can testify is the "swiss army knife" of players. Plex is the only app better than VLC in that it can output DTS and Dolby via optical (not concerns for a mobile device obviosuly). Who can or wants to re-encode a multi terabyte movie library?

[Q] HD Movie playback is jumpy

We just got a Asus Transformer, and it's pretty cool ... mostly.
One problem I've seen is that the HD Movie playback is really choppy. I ripped my copy of Planet Earth, and ran one of the M2TS files through FreeMake to create an Apple TV H.264 / AAC MP4 video file.
When playing back on the Transformer Media player, the playback is really poor (unusable, actually). Is the Tegra2 embedded GPU enabled in the player? If "yes", I'm pretty disappointed. (Who makes the Asus player?)
If "no", is there a free player / update that enables the hardware decoding?
Thanks,
¿GotJazz?
http://forum.xda-developers.com/showthread.php?t=1071722
http://forum.xda-developers.com/showthread.php?t=1058371
http://forum.xda-developers.com/showthread.php?t=1072006
http://forum.xda-developers.com/showthread.php?t=1060825
Enjoy!
Pretty much the video playing is limited to low profile for now.
We're all hoping that Honeycomb 3.1 fixes it, although some people are convinced it's the Tegra 2 processor and cannot be fixed by software.
(Hope they're wrong! )
buri73 said:
http://forum.xda-developers.com/showthread.php?t=1071722
http://forum.xda-developers.com/showthread.php?t=1058371
http://forum.xda-developers.com/showthread.php?t=1072006
http://forum.xda-developers.com/showthread.php?t=1060825
Enjoy!
Click to expand...
Click to collapse
Thanks! Good reading there.
While searching XDA before I saw your response, I found that some folks were using RockPlayer. However, now it looks like I may want to check out MoboPlayer, too.
Cheers,
¿GotJazz?
I just tried Moboplayer and Rock Player, both with Tegra2 hardware acceleration enabled.
From what I saw, Rock Player handled my HD content better. There were audio drop-outs in Moboplayer, and the playback was a little jerkier.
Rock Player wasn't ideal, though: While it played the content better without the audio dropping, the FPS display was averaging 10->11 FPS, though it was significantly smoother than Moboplayer.
¿GotJazz?
Tegra 2 CAN handle high profile 720p, it CANNOT handle high profile 1080p. However as stated honeycomb or tegra 2 drivers need an update.
¿GotJazz? said:
I just tried Moboplayer and Rock Player, both with Tegra2 hardware acceleration enabled.
From what I saw, Rock Player handled my HD content better. There were audio drop-outs in Moboplayer, and the playback was a little jerkier.
Rock Player wasn't ideal, though: While it played the content better without the audio dropping, the FPS display was averaging 10->11 FPS, though it was significantly smoother than Moboplayer.
¿GotJazz?
Click to expand...
Click to collapse
There is no hardware acceleration in either of these apps. There is only software rendering (with the code optimised for the Tegra2 Arm core) or a thin layer over the default movie player. One or the other.
And the official specs for the Tegra2 SOC stated no ability to play HD h.264 high profile. We are currently prevented from playing Main profile as well and that _may_ be fixed but it's very unlikely that it will ever do High profile.
And no app will ever solve that, they just don't have enough access to the hardware.
seshmaru said:
Tegra 2 CAN handle high profile 720p, it CANNOT handle high profile 1080p. However as stated honeycomb or tegra 2 drivers need an update.
Click to expand...
Click to collapse
I believe I was mistaken when I stated that the Tegra2 SOC can handle 720p High profile (if you got that info from me), my error was due to poor formatting on the document
I read this:
H.264 with sub standards Baseline Profile (B frames) — 1080p/20Mbps, Main Profile (B Frames, CAVLC) — 1080p, Main Profile (B Frames, CABAC, no weighted prediction) — 720p/6Mbps and High Profile (B Frames, CABAC, no weighted prediction)..
Click to expand...
Click to collapse
I saw: "720p/6Mbps and High Profile (B Frames, CABAC, no weighted prediction)"
Unfortunatly I've recently seen this correctly formatted, its:
H.264 with sub standards Baseline Profile (B frames) — 1080p/20Mbps,
Main Profile (B Frames, CAVLC) — 1080p,
Main Profile (B Frames, CABAC, no weighted prediction) — 720p/6Mbps and
High Profile (B Frames, CABAC, no weighted prediction).
Click to expand...
Click to collapse
No 720p stated for High profile, doesn't mean it can't do it. But it's never been stated (Other than by me )
SilentMobius said:
There is no hardware acceleration in either of these apps. There is only software rendering (with the code optimised for the Tegra2 Arm core) or a thin layer over the default movie player. One or the other.
And the official specs for the Tegra2 SOC stated _no_ ability to play HD h.264 high profile. We are currently prevented from playing Main profile as well and that _may_ be fixed but it's very unlikely that it will ever do High profile.
And no app will ever solve that, they just don't have enough access to the hardware.
I believe I was mistaken when I stated this (if you got that info from me), my error was due to poor formatting on the document
I read this:
I saw: "720p/6Mbps and High Profile (B Frames, CABAC, no weighted prediction)"
Unfortunatly I've recently seen this correctly formatted, its:
No 720p stated for High profile, doesn't mean it can't do it. But it's never been stated (Other than by me )
Click to expand...
Click to collapse
http://tegradeveloper.nvidia.com/tegra/forum/video-stutter-720p-main-profile
There's other sources as well, it's just honeycomb since we can't even get 1080p to work in main profile.
seshmaru said:
http://tegradeveloper.nvidia.com/tegra/forum/video-stutter-720p-main-profile
There's other sources as well, it's just honeycomb since we can't even get 1080p to work in main profile.
Click to expand...
Click to collapse
I was talking about High profile, I stand by my previous statement that the SOC can handle 720p Main (and 1080p Main using CAVLC rather than CABAC) even if the current honeycomb binaries don't let us.
What is interesting is that you should be able to switch between CAVLC and CABAC losslessly without re-encoding (Something akin to re-muxing) but there are currently no tools to do this.
SilentMobius said:
There is no hardware acceleration in either of these apps. There is only software rendering (with the code optimised for the Tegra2 Arm core) or a thin layer over the default movie player. One or the other.
Click to expand...
Click to collapse
Silent Mobius: I'm not disagreeing with you (since I don't have the detailed experience), but before playing the movie, RockPlayer v1.7.2 had a pop-up that asked whether I wanted to use "Hardware Decoding" or "Software Decoding". I saw a big difference in playback between the two options.
Is RockPlayer mis-representing their functionality?
Also, is there any way for me to know if I am using "High Profile" encoding in my MP4 encoded file?
I basically used the default settings in FreeMake for AppleTV format.
I use handbrake to re-encode all my HD movies. I followed the thread below and everything plays perfectly. Yea, it kind of sucks to have to do this but it beats the alternative.
http://forum.xda-developers.com/showthread.php?t=1060825&highlight=handbrake
¿GotJazz? said:
a pop-up that asked whether I wanted to use "Hardware Decoding"
Click to expand...
Click to collapse
"...a thin layer over the default movie player"
¿GotJazz? said:
or "Software Decoding". I saw a big difference in playback between the two options.
Click to expand...
Click to collapse
"Software rendering (with the code optimised for the Tegra2 Arm core)"
The default Movie player simply wraps the "MediaPlayer" object any time rockplayer/moboplayer mentions "Hardware acceleration" they are talking about use of this object.
Now it is possible that the default media player does a little extra filtering (for example just flatly refusing to play any main profile video) rather than letting the MediaPlayer object decide, its also possible that overlays and cruft could make one of the two (mainly fortware) players play with varying frame rates when just reusing the MediaPlayer object. I'll knock up a _very_ bare bones media player app tonight to see if will play main profile.
To see what your encoding is coming out of I recommend getting a copy of MP4Box it provides the most useful information

[Q] How can I Speed up S/W decoding on LOW-END Device

As the title "How can I Speed up S/W decoding on LOW-END Device"
I'm using HTC Desire 200 ( 1 GHz Single Core Processor, 512MB(414 actually) RAM)
I want play some 720p video on my phone, tried with few TWEAKS(V6 SuperCharger, Modified Build.prop)
the Video and Audio almost not synced all the time when play with MX player (But I can't find a better player for Android)
Please Help... and sorry for my bad English
This is a hardware issue, your phone doesnt have enough power to play these kind of videos.
Maybe if you reduce video bitrate, it will be playable.
Your only real option, is to reencode the video to a lower bitrate, and/or to a format that's hardware supported by your device. Handbrake is an easy to use reencoder.
Looking at GSMarena http://www.gsmarena.com/htc_desire_200-5536.php it seems your phone should be able to play H.264/AVC format.
dicks93277 said:
As the title "How can I Speed up S/W decoding on LOW-END Device"
I'm using HTC Desire 200 ( 1 GHz Single Core Processor, 512MB(414 actually) RAM)
I want play some 720p video on my phone, tried with few TWEAKS(V6 SuperCharger, Modified Build.prop)
the Video and Audio almost not synced all the time when play with MX player (But I can't find a better player for Android)
Please Help... and sorry for my bad English
Click to expand...
Click to collapse
First look how much cpu and RAM is consumed. You can use apps like lucky patcher or disable service to dissable unwanted running service, do not move mx player in sdcard, always keep some free space in internal memory, exit apps like viber.... while playing 720p videos in sw mode, do not create lot of widgets. I have same amount of hw in my ray and I can play any types of 720p videos smoothly with sw decoder. MX player uses internal modules so if mx can't play means other apps too cant
sumantaadk said:
First look how much cpu and RAM is consumed. You can use apps like lucky patcher or disable service to dissable unwanted running service, do not move mx player in sdcard, always keep some free space in internal memory, exit apps like viber.... while playing 720p videos in sw mode, do not create lot of widgets. I have same amount of hw in my ray and I can play any types of 720p videos smoothly with sw decoder. MX player uses internal modules so if mx can't play means other apps too cant
Click to expand...
Click to collapse
I guess I had done this, using greenify to close and make sure no unwanted and unnessccery apps running in background, checked my cpu is running on top speed (overclocking isn't available on my device for now), but still laggy (video and audio not synced)
dicks93277 said:
I guess I had done this, using greenify to close and make sure no unwanted and unnessccery apps running in background, checked my cpu is running on top speed (overclocking isn't available on my device for now), but still laggy (video and audio not synced)
Click to expand...
Click to collapse
It's because your cpu can't handle the load.
S/W mode will ffmpeg library & entire decoding will be done on CPU. So, there is no way to fix.
Goto Settings 》 Decoder & enable speed up tricks. It may affect video quality. But, may reduce the lagging.
Using SW, even with speedup tricks, will still drain your battery as your CPU's running at 100%. Reencoding to a HW supported format as I previously suggested, will increase performance and reduce battery drain.
CDB-Man said:
Using SW, even with speedup tricks, will still drain your battery as your CPU's running at 100%. Reencoding to a HW supported format as I previously suggested, will increase performance and reduce battery drain.
Click to expand...
Click to collapse
Try converting into 480p with handbrake
dicks93277 said:
As the title "How can I Speed up S/W decoding on LOW-END Device"
I'm using HTC Desire 200 ( 1 GHz Single Core Processor, 512MB(414 actually) RAM)
I want play some 720p video on my phone, tried with few TWEAKS(V6 SuperCharger, Modified Build.prop)
the Video and Audio almost not synced all the time when play with MX player (But I can't find a better player for Android)
Please Help... and sorry for my bad English
Click to expand...
Click to collapse
I have a motorola bravo that I bought in 2011 which is almost the same (1ghz TI OMAP, 512mb ram) and when I try playing 720p videos, it is really slow sometimes.
The only way I can play 720p videos, it is reducing bitrate else convert resolution to 480p or lower.
Else change your phone!
@josuearisty 720p at what codec?
CDB-Man said:
@josuearisty 720p at what codec?
Click to expand...
Click to collapse
Bitrate at 600kb or lower in h264.
There is a converter in the playstore which is really good, maybe the best because its based on ffmpeg and can be used some of original ffmpeg codecs
FFmpeg Media Encoder
https://play.google.com/store/apps/details?id=com.silentlexx.ffmpeggui
josuearisty said:
Bitrate at 600kb or lower in h264.
There is a converter in the playstore which is really good, maybe the best because its based on ffmpeg and can be used some of original ffmpeg codecs
FFmpeg Media Encoder
https://play.google.com/store/apps/details?id=com.silentlexx.ffmpeggui
Click to expand...
Click to collapse
If that's an 8-bit 600kbps H.264 video, then your phone probably doesn't support H.264 at a HW level, as hard as that is for me to believe considering the model year
CDB-Man said:
If that's an 8-bit 600kbps H.264 video, then your phone probably doesn't support H.264 at a HW level, as hard as that is for me to believe considering the model year
Click to expand...
Click to collapse
You mean the phone? Hehehe
No man, Motorola Bravo is a backup phone with a good support from devs for custom roms, Quarx is the best.
I have a Razr M and Droid Ultra and they can play even fullHD videos very well.
And Droid Razr for backup too and for playing videos connected to my TV via HDMI. I would like an app to control MX player using other phone, an app with PLAY PAUSE etc support. To connect via wifi or bluetooth. [emoji1] [emoji1] [emoji1] [emoji1] [emoji1]
CDB-Man said:
Your only real option, is to reencode the video to a lower bitrate, and/or to a format that's hardware supported by your device. Handbrake is an easy to use reencoder.
Looking at GSMarena http://www.gsmarena.com/htc_desire_200-5536.php it seems your phone should be able to play H.264/AVC format.
Click to expand...
Click to collapse
I'm having troubles IDing Handbrake on Play Store, could you send me a pic of the icon?
J.A.B. said:
I'm having troubles IDing Handbrake on Play Store, could you send me a pic of the icon?
Click to expand...
Click to collapse
Handbrake is a desktop program.
CDB-Man said:
Handbrake is a desktop program.
Click to expand...
Click to collapse
OK, thanks

[Q] Laggy when playing video 1080p with VP9 video format

Hi, Recently I've downloaded video 1080p from youtube but when playing it, the video laggy but the audio just playing properly fine...
I thought it because the decoder set to H/W, but when switched to S/W both video & audio become laggy, then try switched to H/W+ it become worse (doesn't support this kind video it says...).
When I see media info of video, it use VP9 format video.
Here is the video: www[dot]youtube[dot]com/watch?v=aE2GCa-_nyU
I've tried on 3 devices; Asus Zenfone 6, Samsung Galaxy Note 10.1, and LG G2, all of it have the same issues...
And tried on PC to check if the video has errors or something, but the video is playing perfectly fine.
Is it something like bugs so the video didn't play properly? Or android can't play video with format VP9 properly?
Because I've tried other video 1080p, it can be played properly.
Oh FYI, I've tried using few other video player, and none of its can play the video as good as MX Player. That's why I've been using MX Player as default video player.
Hope there will be improvement on the next update so the video VP9 1080p can be played properly
MX Player is the best
All 1080p videos are not same.
It may lag at various parameters like higher frame rate, bitrate, color depth,....etc.
For example if you consider a video 1080p @ 30fps inorder to display 1 sec of videos it needs to decode 30 frames. Where as in 1080p @ 60 fps it requires 60 frames to be decoded. So, It will require the double power. Like wise various encoding parameters matters in video playback.
Second, H/W uses your hardware's native decoder . If the codec is natively supported by your device, H/W decoder will be the best option.
In case of S/W decoder, it supports more video formats since it depends on the ffmpeg. But, decoding will be completely done one CPU. So, it needs very high cpu power. That's why it's more laggy.
Night.Lurker said:
Hi, Recently I've downloaded video 1080p from youtube but when playing it, the video laggy but the audio just playing properly fine...
I thought it because the decoder set to H/W, but when switched to S/W both video & audio become laggy, then try switched to H/W+ it become worse (doesn't support this kind video it says...).
When I see media info of video, it use VP9 format video.
Here is the video: www[dot]youtube[dot]com/watch?v=aE2GCa-_nyU
I've tried on 3 devices; Asus Zenfone 6, Samsung Galaxy Note 10.1, and LG G2, all of it have the same issues...
And tried on PC to check if the video has errors or something, but the video is playing perfectly fine.
Is it something like bugs so the video didn't play properly? Or android can't play video with format VP9 properly?
Because I've tried other video 1080p, it can be played properly.
Oh FYI, I've tried using few other video player, and none of its can play the video as good as MX Player. That's why I've been using MX Player as default video player.
Hope there will be improvement on the next update so the video VP9 1080p can be played properly
MX Player is the best
Click to expand...
Click to collapse
VP9 isn't a widely supported format. That's likely why HW and HW+ don't work well with it; most devices don't have VP9 hardware acceleration.
SW rendering of a 1080p video is very demanding. Even on the most powerful devices, since there's no hardware acceleration, expect performance to be sub-par. Currently, devices on the market can only SW render 720p smoothly.
This being said, for SW mode, try Settings > Decoder > use speedup tricks. See if that helps a little bit on SW.
Ultimately, the best option is to reencode the video to something like H264/AVC mp4.
VP9 on KitKat+
I've tried on 3 devices; Asus Zenfone 6, Samsung Galaxy Note 10.1, and LG G2, all of it have the same issues...
And tried on PC to check if the video has errors or something, but the video is playing perfectly fine.
Click to expand...
Click to collapse
Can you explain more where you're trying to playback the video? VP9 support is built in to Android from KitKat+ and should not have an issue playing back. Additionally, can you try playing back the video on Chrome on Android and see if there are still decode issues?
Thanks.
ktsamy said:
All 1080p videos are not same.
It may lag at various parameters like higher frame rate, bitrate, color depth,....etc.
For example if you consider a video 1080p @ 30fps inorder to display 1 sec of videos it needs to decode 30 frames. Where as in 1080p @ 60 fps it requires 60 frames to be decoded. So, It will require the double power. Like wise various encoding parameters matters in video playback.
Second, H/W uses your hardware's native decoder . If the codec is natively supported by your device, H/W decoder will be the best option.
In case of S/W decoder, it supports more video formats since it depends on the ffmpeg. But, decoding will be completely done one CPU. So, it needs very high cpu power. That's why it's more laggy.
Click to expand...
Click to collapse
CDB-Man said:
VP9 isn't a widely supported format. That's likely why HW and HW+ don't work well with it; most devices don't have VP9 hardware acceleration.
SW rendering of a 1080p video is very demanding. Even on the most powerful devices, since there's no hardware acceleration, expect performance to be sub-par. Currently, devices on the market can only SW render 720p smoothly.
This being said, for SW mode, try Settings > Decoder > use speedup tricks. See if that helps a little bit on SW.
Ultimately, the best option is to reencode the video to something like H264/AVC mp4.
Click to expand...
Click to collapse
I see... So the point is the problem because most devices don't have VP9 hardware accelaration yet, especially for 1080p VP9...
Well... I've tried using SW speed up trick, it didn't much help...
Yeah...maybe the best option is to reencode the video to H264...or download 720p version..., cause the 720p VP9 can be played perfectly fine.
Still... I hope the MX Player developer team has plan to improve playback for 1080p VP9 video
Btw thanks for your answer bro
gurupanguji said:
Can you explain more where you're trying to playback the video? VP9 support is built in to Android from KitKat+ and should not have an issue playing back. Additionally, can you try playing back the video on Chrome on Android and see if there are still decode issues?
Thanks.
Click to expand...
Click to collapse
As I said before, I'm trying to play 1080p VP9 video (that I've downloaded from youtube using IDM on computer) on my Asus Zenfone 6, Samsung Galaxy Note 10.1, & LG G2 using MX Player.
But when I playing it, the video is laggy on all devices...
Surely you can streaming it using youtube app & chrome android and it plays well till the end cause the available quality option in those apps is up to 720p (the 1080p quality option is hidden on those apps so I can't select it to test if it plays well or not).
Night.Lurker said:
Still... I hope the MX Player developer team has plan to improve playback for 1080p VP9 video
Click to expand...
Click to collapse
That would be something you would have to ask the ffmpeg team to do, since MX uses their codecs. Unless the MX dev has a magic trick up his sleeve, I don't think there's much else MX can do to further improve SW playback performance for a video that exceeds the CPU's capabilities...
Likewise, on a hardware acceleration, it's limited by the hardwaree put in place by the manufacturer... so this aspect would need a new device.
Hi, i bumping this thread because i encountered the issue on some youtube vids too, but it's mostly playing fine, i think that with a few updates it will be good my phone is getting hot fast though.. (oneplus one)
VP9 1440p https://www.youtube.com/watch?v=mNNfZuIA1GQ : fine
VP9 1080p with a lot of "motion" https://www.youtube.com/watch?v=KGyZY4HNumw a bit laggy
I think I have already answered.
Read the second post. Video encoding parameters matters.
If you can't play in H/W or H/W+ decoder, Don't expect the smooth playback on S/W. It fully depends on CPU. If is laggy then your processor is not powerful enough. Sometime enabling the speed up tricks may reduce the lagging.
One more thing, using CPU will drain your battery faster than H/W. When CPU runs it's maximum speed for long time it will emit more heat which may lead to issues.
ktsamy said:
I think I have already answered.
Read the second post. Video encoding parameters matters.
If you can't play in H/W or H/W+ decoder, Don't expect the smooth playback on S/W. It fully depends on CPU. If is laggy then your processor is not powerful enough. Sometime enabling the speed up tricks may reduce the lagging.
One more thing, using CPU will drain your battery faster than H/W. When CPU runs it's maximum speed for long time it will emit more heat which may lead to issues.
Click to expand...
Click to collapse
Okay thank you. Then i hope new processors will have vp9 decoding h/w
coc014 said:
Okay thank you. Then i hope new processors will have vp9 decoding h/w
Click to expand...
Click to collapse
The chance of that happening, I can't see to be high. The MPEG consortium probably pays a lot to lobby chipset makers to only support MPEG formats, such as H.264 and H.265.
CDB-Man said:
The MPEG consortium probably pays a lot to lobby chipset makers to only support MPEG formats, such as H.264 and H.265.
Click to expand...
Click to collapse
Lolno, it's just that industry is not interested in VP9. Even if they don't have to pay royalties they still have to develop asics (and h/w engineers are saying that it's not h/w friendly) and include them into the chip. It still costs a lot.
And what is the point of supporting vp9? It's an ugly google toy that they're ready to abandon (say hello to vp10 in 2015).
Ah yes, ASICs. I don't think manufacturers would be very happy at making more dies for new ICs. They already aren't happy with being forced to support Hi10p in H.265.
Forced? I would be happy if they were forced, but, at least Qualcomm, have no plans whatsoever
vivan000 said:
Forced? I would be happy if they were forced, but, at least Qualcomm, have no plans whatsoever
Click to expand...
Click to collapse
Well, this sucks. Looks like we'll be waiting another generation... Where did you find that support chart?
Edit: We should move this discussion to the 10-bit thread. I'm going to quote you over there. http://forum.xda-developers.com/app...layer-10-bit-video-discussion-t2725241/page12
abput supporting vp9 1080p and undeleting files in mx player p higher andrpid version
first of all:
"Most probably you’re on Android marshmallow 6.0 API. If you’re trying to delete a video that is located on the external storage then its not possible due to some bug in the file system and mx player.
If you’re on the internal storage then MX player has only read only rights on the directory on which you’re currently on."
or just delete on your internal system file manager application.
Second answer about playng videos vp9
becayse you can't play vp9 if you download youtube videos with IDM (internet download manager)
because it is bull**** and its newer versions used idmmkvlib.01 codec.so when downloadimg it not only download andit convert into ist bull**** special format.so won't play withx pr others.try another downloader or manual download yt videos i recomend.

Categories

Resources