Question Dolby Vision files are not displayed correctly - Xiaomi Mi Pad 5

Hi,
does anyone else has a problem with playing dolby vision movies? Normal hevc 10bit hdr files are playing fine (although very dark). But dolby vision files ether don't have the correct colors (the typical purple/green color issues)
https://imgur.com/8Y8oUhH
or, if dolby vision gets recognized, it gets cut off on the top and bottom. The resulting aspect ratio is something like 1:6, so it is really really bad
https://imgur.com/1jtUhTb
both screenshots from the same movie
I tried the different dolby profiles using the dolby muxer from thier github (dvhe.05,dvhe.07,dvhe.08...).
Also i tried of course different players (kodi, kodi hdr edition, mx player, mpv, build in) but they all just use the hardware decoding and therefore have the same problem.
Also the ONLY file that i found that worked correctly was a demo from netflix (http://download.opencontent.netflix.com/?prefix=TechblogAssets/Meridian/encodes/)
Container also doesn't matter (thinking that metainfo has been given to the hardware decoder for correct aspect ratio). I tried ts, m2ts, matroska, mp4...

The same happens to me, unfortunately. Tried Plex too and has the same crop/colors error.

i found a solution for a few movies (e.g. some movie about a guy that has a license to kill).
If you have a movie in DV in an mkv container and the pad does not recognize it (puple/green colours) look first with mediainfo for the codec id. If it says on Codec ID dvhe this will not work, if it says V_MPEGH/ISO/HEVC the following will work. (Both videos report the same HDR format "Dolby Vision, Version 1.0, dvhe.05.06, BL+RPU")
demux the mkv to a hevc and audio/subtitle files (ffmpeg, tsmuxer,...)
mux it to an mp4 using the dolby muxer from github
mp4muxer --dv-profile 5.09 -i video.hevc -i audio.ac3 -o out.mp4
Add subtitles or whatever you want.
I have no clue why the aspect ratio is wrong on the dvhe files, i blame the HW decoding driver of the Pad.

Did you download the extensions?
1. Dolby Vision Extensions
2. HEVC Video Extensions
Available on windows store
Make sure to play DV files using windows video players, since DV is proprietary, most video players don't support it (even if you've got the extensions installed)

manu_jedi said:
Hi,
does anyone else has a problem with playing dolby vision movies? Normal hevc 10bit hdr files are playing fine (although very dark). But dolby vision files ether don't have the correct colors (the typical purple/green color issues)
https://imgur.com/8Y8oUhH
or, if dolby vision gets recognized, it gets cut off on the top and bottom. The resulting aspect ratio is something like 1:6, so it is really really bad
https://imgur.com/1jtUhTb
both screenshots from the same movie
I tried the different dolby profiles using the dolby muxer from thier github (dvhe.05,dvhe.07,dvhe.08...).
Also i tried of course different players (kodi, kodi hdr edition, mx player, mpv, build in) but they all just use the hardware decoding and therefore have the same problem.
Also the ONLY file that i found that worked correctly was a demo from netflix (http://download.opencontent.netflix.com/?prefix=TechblogAssets/Meridian/encodes/)
Container also doesn't matter (thinking that metainfo has been given to the hardware decoder for correct aspect ratio). I tried ts, m2ts, matroska, mp4...
Click to expand...
Click to collapse
Use aPlayer (available on Play Store). Works fine with DV files.

joy_2001 said:
Did you download the extensions?
1. Dolby Vision Extensions
2. HEVC Video Extensions
Available on windows store
Make sure to play DV files using windows video players, since DV is proprietary, most video players don't support it (even if you've got the extensions installed)
Click to expand...
Click to collapse
You are talking about a windows PC, this is the xiaomi pad 5 forum.
hackslash said:
Use aPlayer (available on Play Store). Works fine with DV files.
Click to expand...
Click to collapse
On my device aPlayer shows a black screen on DV only files (i didn't test it with files which contain as a fallback normal hdr, like 4K BD)

Tried just player?
Just (Video) Player – Apps on Google Play
Open source video player with no Bluetooth lag and support for various codecs
play.google.com

Rkm94 said:
Tried just player?
Just (Video) Player – Apps on Google Play
Open source video player with no Bluetooth lag and support for various codecs
play.google.com
Click to expand...
Click to collapse
Yes, same result.

manu_jedi said:
Yes, same result.
Click to expand...
Click to collapse
same result as in wrong colour or aspect ratio?
also specify the OS version you are on, because that's weird.

Rkm94 said:
same result as in wrong colour or aspect ratio?
also specify the OS version you are on, because that's weird.
Click to expand...
Click to collapse
Sorry i gave up on DV. This thread is now a year old and i am on a custom rom. So i don't really want to say that it does not work as i didn't try it for some time with miui (like half a year). But Just Player uses Exoplayer which is used by a lot of players (exceptions are mpv and vlc i think).
Currently on ArrowOS:
mpv (by far the best player in my opinion): wrong colors, the fix is afaik not yet merged in the android release https://github.com/mpv-player/mpv/issues/7326
although this does also not work on my pad
vo=gpu-next has no effect on DV format files with hwdec=mediacodec-copy · Issue #10287 · mpv-player/mpv
Important Information Reproduction steps I'm using a custom build mpv-android with the latest libplacebo (> 4.192.0) and ffmpeg (>5.0). The build is from the following locations: https://www.reddit...
github.com
vlc: wrong colors
just player (and any exoplayer): black screen on Arrow (but i think it had wrong colors on miui)
Thanks for your reply anyways

manu_jedi said:
Sorry i gave up on DV. This thread is now a year old and i am on a custom rom. So i don't really want to say that it does not work as i didn't try it for some time with miui (like half a year). But Just Player uses Exoplayer which is used by a lot of players (exceptions are mpv and vlc i think).
Currently on ArrowOS:
mpv (by far the best player in my opinion): wrong colors, the fix is afaik not yet merged in the android release https://github.com/mpv-player/mpv/issues/7326
although this does also not work on my pad
vo=gpu-next has no effect on DV format files with hwdec=mediacodec-copy · Issue #10287 · mpv-player/mpv
Important Information Reproduction steps I'm using a custom build mpv-android with the latest libplacebo (> 4.192.0) and ffmpeg (>5.0). The build is from the following locations: https://www.reddit...
github.com
vlc: wrong colors
just player (and any exoplayer): black screen on Arrow (but i think it had wrong colors on miui)
Thanks for your reply anyways
Click to expand...
Click to collapse
Well, this is embarrassing. I only looked at the month and replied since it was Nov. Thank you for all the additional info

manu_jedi said:
Sorry i gave up on DV. This thread is now a year old and i am on a custom rom. So i don't really want to say that it does not work as i didn't try it for some time with miui (like half a year). But Just Player uses Exoplayer which is used by a lot of players (exceptions are mpv and vlc i think).
Currently on ArrowOS:
mpv (by far the best player in my opinion): wrong colors, the fix is afaik not yet merged in the android release https://github.com/mpv-player/mpv/issues/7326
although this does also not work on my pad
vo=gpu-next has no effect on DV format files with hwdec=mediacodec-copy · Issue #10287 · mpv-player/mpv
Important Information Reproduction steps I'm using a custom build mpv-android with the latest libplacebo (> 4.192.0) and ffmpeg (>5.0). The build is from the following locations: https://www.reddit...
github.com
vlc: wrong colors
just player (and any exoplayer): black screen on Arrow (but i think it had wrong colors on miui)
Thanks for your reply anyways
Click to expand...
Click to collapse
is it worth to go for the ArrowOs ? The latest MIUI update worsen my tablet performance, it's so frustrating

Related

how many of you use Divx Mobile to view avi/Divx files?

8GB micro SD cards are very cheap in Hong Kong - so I don't bother coverting files to mp4 or whatever that's compatible with HD. Instead, I just copy the whole seasons of TV series into HD and use it as PMP (my Archos 605 just died)
Getting Divx Mobile was easy enough (just have to register & download). But I noticed that it takes a while (lag) to skip. Also, when in full screen, it was grainy (pixexls) - not sure this is due to poor quality of original file (downloaded bt)...
Any other suggestions? I don't mind paying - but want the best video quality possible.
p.s. don't worry about battery life either: US$20 for a spare battery and I'm never far from a outlet (HK is just so tiny)
try coreplayer..
Try Coreplayer. its the best video player ive found so far. much faster then divxplayer
coreplayer is best. And htc's graphics are excellent
singhsukha said:
coreplayer is best. And htc's graphics are excellent
Click to expand...
Click to collapse
Like all the above posts....Coreplayer, the only app you need to view those common video formats.
I have found coreplayer to be very laggy myself....Media Player plays my HD files with no issues at all......I never could understand all the fuss
Coreplayer does not support grafic accelerator of HD. Native video player is better with suitable video properties.
See this post:
http://forum.xda-developers.com/showthread.php?t=467112
Klael said:
Coreplayer does not support grafic accelerator of HD. Native video player is better with suitable video properties.
See this post:
http://forum.xda-developers.com/showthread.php?t=467112
Click to expand...
Click to collapse
I agree...!!!
actually I am a bit confused (very confused I think...)
I downloaded that Encoder - but it seemed like a tool for converting the formats (not a software installed on HTC to play movies) Correct me if I am wrong. So how does that help in anyway?? I am using core now (found a cab version with flash support - so it seemed convenient so far)
I'd like to try Encoder - I have seen many knowledgeable ppl talking about it so I must be missing something here... Why does converting help?? What does "native player is better" mean?? And how does Encoder make use of HTC hardware accelerators if it isnt even installed on HTC????
pls help...
billyhongkong said:
actually I am a bit confused (very confused I think...)
I downloaded that Encoder - but it seemed like a tool for converting the formats (not a software installed on HTC to play movies) Correct me if I am wrong. So how does that help in anyway?? I am using core now (found a cab version with flash support - so it seemed convenient so far)
I'd like to try Encoder - I have seen many knowledgeable ppl talking about it so I must be missing something here... Why does converting help?? What does "native player is better" mean?? And how does Encoder make use of HTC hardware accelerators if it isnt even installed on HTC????
pls help...
Click to expand...
Click to collapse
Latest HTC devices have good video capabilities but 3rd party video players do not support this hardware (yet).
Album or Windows Media Player are meaned by native video player. But they have also some limitations naturally. You should have compatible frame rate and bitrate to get maximum performance.
So, the best way to see good video on Touch HD is to convert any video file with proper settings and watch it by album or Windows Media Player.
now i get it... tried it last night on SD setting. My 350MB file converted into 200MB file and played beautifully on Album.
thx guys for helping me see the light

[Q] ROM with working h.264 playback

Can anyone tell me which ROM out there has working h.264 playback other than the original AT&T Tilt 2 ROM? Depending on the encoding program I use, I either get no audio or no video.
I've posted on this a dozen times, but no one has a fix. I've tried the latest Energy ROMs (start menu up top) and the new AT&T ROM, but no go. I've even put a trouble ticket in with HTC (they say it's not a known issue, but are looking into it).
Before you blame my phone or my videos, I've got a Tilt 2 and a T-Mobile Touch Pro 2. Both show the same problem. If I take the very same videos, that don't work on my Tilt 2 with Energy or the latest AT&T ROM, and downgrade to the original ROM, they work! Also, the videos play with
I'm hoping someone knows of a ROM based on a working ROM that I can load on both my AT&T Tilt 2 and T-Mobile Touch Pro 2.
You need 3 .dll files from the original Tilt2 ROM to make it work.
qccmquery.dll
QTV.dll
qtv_mp4_decoder.dll
I don't know for sure that you have to have all 3 of the files, but I do know it works if you do have all 3.
rgb-rgb said:
You need 3 .dll files from the original Tilt2 ROM to make it work.
qccmquery.dll
QTV.dll
qtv_mp4_decoder.dll
I don't know for sure that you have to have all 3 of the files, but I do know it works if you do have all 3.
Click to expand...
Click to collapse
Where should they be placed (in what folder)?
Edit:
I tried placing them in the \Windows folder. I rebooted and now I have audio, but no video. So close, but yet so far. Any other suggestions?
Nautme said:
Where should they be placed (in what folder)?
Edit:
I tried placing them in the \Windows folder. I rebooted and now I have audio, but no video. So close, but yet so far. Any other suggestions?
Click to expand...
Click to collapse
Yes, they go in the Windows folder. You may have to use Total Comander or something like that in order to actually overwite the ROM files and you will probably have to do a soft reset after placing the files on the device.
Also, I just use the Full screen player to view the videos. I don't use WPM or anything like that, but the other players should work also.
Yup. I used Total Commander and did a Soft Rest. I'm just using the HTC player, and now no video on any of the h.264 videos, but sound. Before I had some with video and no sound and some with sound and no video.
I've looked around and found a few different versions of those files, also some references to htcmdp.dll, so I'll try swapping a couple of them in.
Also, what ROM are you using. I like the Energy ROMs, but I'm not married to them, so if yours works...
It's my own home brew.
All the ROMs that I have used so far, from the original Telstra stock ROM to the my current Energy 21907 ROM all played mp4 (H.264 and AAC) video files correctly. Frame rate may not be ideal depending on the bitrate and file sizes. But at least they play without me having to do anything.
bchau said:
All the ROMs that I have used so far, from the original Telstra stock ROM to the my current Energy 21907 ROM all played mp4 (H.264 and AAC) video files correctly. Frame rate may not be ideal depending on the bitrate and file sizes. But at least they play without me having to do anything.
Click to expand...
Click to collapse
Which ROM specifically? I'll load it today. I'm currently using the August 25th, 21914 Sense 2.5 ROM. I'm not a big fan of the Cookie Home Tab, but if it works, I'll give it a shot.
Also, what player are you using? TCPMP works for the h.264 videos, but really jerky. Windows Mobile and the HTC player used to be perfectly smooth on the h.264 videos, but now no video at all, or at least not in any newer ROM I've tried.
bchau said:
All the ROMs that I have used so far, from the original Telstra stock ROM to the my current Energy 21907 ROM all played mp4 (H.264 and AAC) video files correctly. Frame rate may not be ideal depending on the bitrate and file sizes. But at least they play without me having to do anything.
Click to expand...
Click to collapse
Assuming your signature means Energy Cookie Home Tab 21907, I just did a Task 29 and loaded the latest Energy CHT 21914 from August 28th. I opened Total Commander and clicked on a MP4 file that was h.264 and AAC encoded (which launches HTC Player). Videos from MP4forHD and the Video Encoding GUI have no audio (video plays smooth). Videos from AVS, Nero, and Xilisoft have audio, but no video.
So the search continues...
Why don't you try a mediaplayer alternative like TCPMP ?
http://forum.xda-developers.com/showpost.php?p=5685536&postcount=1
PNut said:
Why don't you try a mediaplayer alternative like TCPMP ?
http://forum.xda-developers.com/showpost.php?p=5685536&postcount=1
Click to expand...
Click to collapse
I do and have. TCPMP cannot keep up with the frame rates of h.264 files unless you severely reduce the bit rate. I've tested frame rates of 23.97 and 29.97 at bit rates of 500k to 2000k and they don't play smoothly in TCPMP, or CorePlayer (which I've purchased). If you take a look at the Video Encoding GUI http://forum.xda-developers.com/showthread.php?t=467112 it will tell you not to use CorePlayer as it does not support hardware acceleration.
The fun thing is I have a bunch of videos that I converted to h.264 so that my 2 1/2 year old son can watch videos upon request. On my Fuze, everything worked fine. He dropped my Fuze, so AT&T replaced it with a Tilt2. I didn't like the ROM, so I upgraded to an Energy ROM (which are great). Unfortunately, I have not found a ROM other than the original AT&T TilT2 ROM to play h.264 videos. Having to re-encode them is a ridiculous solution.
Nautme said:
Assuming your signature means Energy Cookie Home Tab 21907, I just did a Task 29 and loaded the latest Energy CHT 21914 from August 28th. I opened Total Commander and clicked on a MP4 file that was h.264 and AAC encoded (which launches HTC Player). Videos from MP4forHD and the Video Encoding GUI have no audio (video plays smooth). Videos from AVS, Nero, and Xilisoft have audio, but no video.
So the search continues...
Click to expand...
Click to collapse
I simply have the mp4 video at my SD card. The HTC Album recognises that and I can play from there. Again, it depends on the file size and bitrate. I have a 640x480 video with a data bitrate of 1 Mbps and it plays well on TP2. I have other that are 1280x720 and bitrate of 9 Mbps and it would be a few sec per frame. But then you really need a laptop to play that kind of video.
Now I think you need to make sure the video is encoded properly. I use Adobe Media Encoder to encode my videos. The 1280x720 video I refer to above, however was straight from my Sanyo Xacti camcorder as it captures H.264 AAC video directly.
Just one more thing you can try. The TP2 camera can captue H.264 video. (You would need to set the format at the advanced video camera settings there.) Then try playback the capture video. If it doesn't play back that video, then there definitely is something wrong with the ROM you have.
bchau said:
Just one more thing you can try. The TP2 camera can captue H.264 video. (You would need to set the format at the advanced video camera settings there.) Then try playback the capture video. If it doesn't play back that video, then there definitely is something wrong with the ROM you have.
Click to expand...
Click to collapse
How could there be something wrong with just about every ROM I've tried, on two different phones. Also, I've put in a support incident with HTC and they've verified it's an issue. Below is a list of ROMs I've tried.
These ROMs will play h.264 videos made with Video encoding GUI or Mp4ForHD apps here on XDA:
AT&T Stock Tilt2 ROM
Josh's Black 1.8b_Sense_2.5_2012_Norm
These ROMs don't correctly play h.264 videos. When playing video encoded with Video Encoding GUI or Mp4ForHD, there's video, but no sound. When playing videos from AVS, Nero, or Xilisoft, there's audio, but no video:
Jackos_S2_ROM_ManilaRUSH1.6
TP2 WM6.5 ROM (COM2) V45 (Core 21908) OS 2.07 SENSE 2.5_2016 (UPDATE 07-07)
[11Aug10]CORE CELL EVO V3.1 & PRO V31 [23127 & 21911] [Sense 2016]
Energy.RHODIUM.23569.Sense2.1.Jun.02
Energy.RHODIUM.21905.Sense2.1.Jun.02
Energy.RHODIUM.21911.Sense2.1.Jul.14
Energy.RHODIUM.23569.Sense2.1.Jul.14
Energy.RHODIUM.23673.Sense2.5.Cookie.Aug.04
Energy.RHODIUM.21911.Sense2.5.Aug.04
Energy.RHODIUM.21914.Sense2.5.Aug.25
Energy.RHODIUM.21914.Sense2.1.Aug.18
Energy.RHODIUM.21914.Sense2.5.Cookie.Aug.28
Energy.RHODIUM.23127.Sense2.5.Aug.28
Energy.RHODIUM.21914.Sense2.5.Aug.28
I've downloaded a couple videos from the web that do play with video and sound, but there's no rhyme or reason. I can't determine what is different about the one or two that work out of 50 that don't.
Hi,
This is something I too am actually searching for...
I have discovered that agent47's Valkyrie Roms do play, with sound and video, the mp4s that I had encoded for my Touch HD. Link is http://forum.xda-developers.com/showthread.php?t=569507
Now why they do, and what makes them different, are some extra drivers present, that I would love to know...
Do try them ou and let me know your experience.
And, for those that suggest always to try TCPMP or Core player, these two great softwares do not, however, take advantage of the machine's hardware, unlike Album or Media Player. By using the two latter ones to play the mp4 files, the experience is much more fluid and with correct fps...
Regards,
P.
pdc4 said:
Hi,
This is something I too am actually searching for...
I have discovered that agent47's Valkyrie Roms do play, with sound and video, the mp4s that I had encoded for my Touch HD. Link is http://forum.xda-developers.com/showthread.php?t=569507
Now why they do, and what makes them different, are some extra drivers present, that I would love to know...
Do try them ou and let me know your experience.
And, for those that suggest always to try TCPMP or Core player, these two great softwares do not, however, take advantage of the machine's hardware, unlike Album or Media Player. By using the two latter ones to play the mp4 files, the experience is much more fluid and with correct fps...
Regards,
P.
Click to expand...
Click to collapse
Sorry to say, that after doing Task 29 and loading tp2_firestorm_v7.3.21914-FX that it's actually worse than all the others I've tried. Using the HTC Player, it freezes upon loading the video. Using Media Player, the program loads and as soon as it stops loading, it closes. I'll add it to my list of the non-workings.
Now that is strange...
I have not yet tried the new version 7.3 of the rom, as my previous tryout was with version 7.0.23123-xt, link here http://valkyrie.htc-files.com/downl...restormLEO/v7.0/tp2_firestorm_v7.0.23123XT.7z
With this one, after task 29, I had perfect results, both sound and video, of mp4s encoded with projection's video encoding gui (link http://forum.xda-developers.com/showthread.php?t=467112 )...
I wonder if the new rom version has somehow broken the previous mp4 compatibility... and this would not be pleasant at all.
I will have to try the new version, after I finish with the energy rom (so far also not compatible, sound wise...)
In the meantime, do try the previous version mentioned, and let me know if it works for you.
Regards,
P
Just one more thing you may want to try. The way your phone is connected to PC (USB to PC setting):
1. ActiveSync
2. Disk Drive
Try the disk drive option. It won't modify the file as it get copied onto the phone.
pdc4 said:
Now that is strange...
I have not yet tried the new version 7.3 of the rom, as my previous tryout was with version 7.0.23123-xt, link here http://valkyrie.htc-files.com/downl...restormLEO/v7.0/tp2_firestorm_v7.0.23123XT.7z
With this one, after task 29, I had perfect results, both sound and video, of mp4s encoded with projection's video encoding gui (link http://forum.xda-developers.com/showthread.php?t=467112 )...
I wonder if the new rom version has somehow broken the previous mp4 compatibility... and this would not be pleasant at all.
I will have to try the new version, after I finish with the energy rom (so far also not compatible, sound wise...)
In the meantime, do try the previous version mentioned, and let me know if it works for you.
Regards,
P
Click to expand...
Click to collapse
Okay... I've tried the following Valkyrie ROMS-
tp2_firestorm_v7.0.23123XT
tp2_firestorm_v7.3.21914-FX
tp2_firestorm_v7.3.23134-FX
The 7.0.23123XT version plays h.264 videos that were encoded with MP4ForHD or the Video Encoding GUI just fine. It only plays audio from h.264 videos encoded with AVS, Nero, or Xilisoft.
The two 7.3 versions don't work at all. They crash when trying to load any h.264 video.
At least I've got a few ROMs now that work. I'll try and take a look at the files to see what's different.
bchau said:
Just one more thing you may want to try. The way your phone is connected to PC (USB to PC setting):
1. ActiveSync
2. Disk Drive
Try the disk drive option. It won't modify the file as it get copied onto the phone.
Click to expand...
Click to collapse
I either use the Disk Drive mode to transfer videos, or I pop the MicroSD car into an SD adapter and put it right in my laptop. I don't believe there's a setting issue at play as that wouldn't explain why different ROMs work and don't work.

DTS Audio for android == LAWSUIT

DTS audio *used* to work outofthebox in both DicePlayer (my old favorite), and in MX Player (my new fav), but both of them REMOVED the dts codec a few months ago apparently because of the threat of lawsuits from using unlicensed code.
(UPDATE: DicePlayer dev juami posted below that they were refused even the option to buy a license for DTS, because they prefer to deal with the big industry players instead; also, DicePlayer can still play dts IF you install an external codec plug-in)
Just curious what most people are doing out there in order to play their mkv videos with the very common DTS audio track (vs the less common AAC/MP3/etc audio tracks). Re-encoding phone-friendly versions with HandBrake; using an old app with DTS support; using a PAID app that paid the licensing fee (can't find one), or, something else...
EDIT: I'm going to keep a list here of players that are known to support DTS or not:
DTS IS SUPPORTED OTTB (for now):
VLC Beta - (h/w 1080p decode works! - BEST option, but, the app must be sideloaded, since it shows as incompatible with the US S3 in the Play store. See Time_Zone's post below for the attached VLC apk. Thanks!)
BS Player - (s/w ONLY (eats battery): h/w mode always falls back to s/w mode, but dts is ok. 720p s/w == ok; 1080p s/w == CPU can't keep up; too choppy)
Rock Player - (s/w ONLY (eats battery): no DTS when in h/w video playback mode, and s/w playback is blocky crap. Also, the app fails to playback a video when sent a video intent to play from another app)
DTS NOT SUPPORTED:
Video Player default - (Touchwiz, AOSP (CM10, AOKP, ...))
MX Player - (updated versions removed codec; google for old apk version)
Dice Player - (updated versions removed codec; google for old apk version (2.0.6), or try searching XDA for external plug-in support instead.)
Mobo Player
zmore said:
DTS audio *used* to work in both DicePlayer (my old favorite; discontinued), and in MX Player (my new fav), but both of them REMOVED the dts codec a few months ago because of the threat of lawsuits.
Just curious what most people are doing out there in order to play their mkv videos with the very common DTS audio track (vs the less common AAC/MP3/etc audio tracks). Re-encoding phone-friendly versions with HandBrake; using an old app with DTS support; using a PAID app that paid the licensing fee (can't find one), or, something else...
Click to expand...
Click to collapse
VLC BETA... you have to search for it. It does work.
Time_Zone said:
VLC BETA... you have to search for it. It does work.
Click to expand...
Click to collapse
Awesome. I'll give it try, even through from what I've read the beta is still very buggy & laggy.
Wonder how long they'll "get away with it" before removing DTS support too.
EDIT: VLC beta is currently incompatible with the US SGS3
FWIW, BS Player is one of the few I've found that can handle DTS Audio, however, it fails to playback do h/w accelerated playback of the video, and falls back to s/w, so it's choppy with 720p, and fails with 1080p
zmore said:
Awesome. I'll give it try, even through from what I've read the beta is still very buggy & laggy.
Wonder how long they'll "get away with it" before removing DTS support too.
EDIT: VLC beta is currently incompatible with the US SGS3
Click to expand...
Click to collapse
huh... This one seems to be working for me...
Time_Zone said:
huh... This one seems to be working for me...
Click to expand...
Click to collapse
Whoa! That works! Wonder why the Play store shows it as incompatible...
So, after enabling h/w acceleration (disabled by default), my 720p & 1080p vids play without a hiccup. Smooth video & crisp dts audio. I'm not seeing all the bugs that are warned about. Thanks man.
If I try to skip ahead or behind off a cifs mount across network the audio goes out of synch... Thats the only bug I have seen.
zmore said:
DTS audio *used* to work in both DicePlayer (my old favorite; discontinued), and in MX Player (my new fav), but both of them REMOVED the dts codec a few months ago apparently because of the threat of lawsuits from using unlicensed code.
Click to expand...
Click to collapse
Diceplayer is not discontinued. ( https://play.google.com/store/apps/details?id=com.inisoft.mediaplayer.a&hl=en )
and there are a way to enable un-supported codec
search "xda diceplayer dts"
juami said:
Diceplayer is not discontinued. ( https://play.google.com/store/apps/details?id=com.inisoft.mediaplayer.a&hl=en )
and there are a way to enable un-supported codec
search "xda diceplayer dts"
Click to expand...
Click to collapse
The impression I got is that DicePlayer switched from AdSupported&Paid versions to DonationWare in preparation of becoming AbandonWare. In any case, they removed DTS, so it's out of the running, and from the comments I read about the external dts workaround you mentioned: it doesn't work as well. VLC wins for now. Thanks, though.
For myself I have a backed up apk of the last MX Player to ahve DTS and I simply install that on new devices.
zmore said:
The impression I got is that DicePlayer switched from AdSupported&Paid versions to DonationWare in preparation of becoming AbandonWare. In any case, they removed DTS, so it's out of the running, and from the comments I read about the external dts workaround you mentioned: it doesn't work as well. VLC wins for now. Thanks, though.
Click to expand...
Click to collapse
That is your impression. but I am working for upgrading diceplayer. We do not adandon diceplayer. I am very upset and feel that I should really adondon diceplayer. Why do I do bothering jobs like supporting JB and fixing bugs and adding external codec features.
removing DTS is another problems. MX also remove DTS. we have same situations.
did you copy libffmpeg.so to /sdcard ( root of internal storage memory ). and enable custom plug-in and restart diceplayer?
juami said:
That is your impression. but I am working for upgrading diceplayer. We do not adandon diceplayer. I am very upset and feel that I should really adondon diceplayer. Why do I do bothering jobs like supporting JB and fixing bugs and adding external codec features.
removing DTS is another problems. MX also remove DTS. we have same situations.
did you copy libffmpeg.so to /sdcard ( root of internal storage memory ). and enable custom plug-in and restart diceplayer?
Click to expand...
Click to collapse
I didn't realize you were one of the DicePlayer devs when I replied. So, sorry 'bout sounding as if I was bashing DicePlayer.
I used your app for over a year mainly because it was fast, played just about everything I threw at it, and because it was and still is the only player (afaik) that can browse & directly stream from windows network shares (without having to first mount samba/cifs in a separate app). It was just the loss of DTS and the (false) impression of it becoming abandonware that made me leave it.
Mind if I ask how much the lawyers were asking for a DTS licensing fee? And, how is it that VLC and others are getting away with it?
DTS deny to sell thier products to sw player makers.
We already contact them to buy license. But they refuse to sell.
They want to sell DTS license to hw vendor like samsung.
And Samsung don't want to buy to put it in their hardware... don't they know that make their handset sells even faster??
Trying out to video on Galaxy S 3 Jelly Bean (Omega V14)
Dice Player - Error prompt "Video playback Sorry, this video cannot be played." just by starting the app
MX Player - 1.6F show version not supported and close
VLC Player - Software mode playback on some videos ok, enable hardware with have choppy videos
Not sure is upgrading to JB worth it...
xtrememorph said:
Trying out to video on Galaxy S 3 Jelly Bean (Omega V14)
Dice Player - Error prompt "Video playback Sorry, this video cannot be played." just by starting the app
MX Player - 1.6F show version not supported and close
VLC Player - Software mode playback on some videos ok, enable hardware with have choppy videos
Not sure is upgrading to JB worth it...
Click to expand...
Click to collapse
I see no Omega ROM in the dev forum... and when I google it, it says it's still ICS, not JB.
Anyhoo, VLC Player has been great for me, and it's all I use now since it plays everything I throw at it (like DicePlayer used to). My only minor gripe with it is that it's sometimes herkyjerky in the first 3 seconds of video before it 'catches up', so I can never see the first few seconds of some videos.
xtrememorph said:
Trying out to video on Galaxy S 3 Jelly Bean (Omega V14)
Dice Player - Error prompt "Video playback Sorry, this video cannot be played." just by starting the app
MX Player - 1.6F show version not supported and close
VLC Player - Software mode playback on some videos ok, enable hardware with have choppy videos
Not sure is upgrading to JB worth it...
Click to expand...
Click to collapse
If rom is CyanogenMod ,ASOP/AOKP they won't have samsung media codecs. That's why hardware acceleration not working.
Flash samsung stock based rom with proper kernel i recommend this ktoonsez sammy kernel . And video playback will work properly.
very interesting thread, i hope mx player will be compatible with DTS audio in near future.
MX won't be compatible cause of the mentioned legal issues, but they added support for custom ffmpeg builds, which eventually might help adding DTS support back... if someone does it ofc.
might try Dice player again with the dts tweak, but i have been using vplayer for videos with DTS. Free in the play store and works rather well.
Well just like last time Dice player freezes and lags, with certain MKV files such as anime. BS Player is by far the best player around and love the LAN features, just wish the UI was cleaner.

[Q] Video Encoding Settings?

So, I have my N72013, and my 1080p MKV files play, but the audio doesn't. I was wondering if anyone has played with Handbrake / h.264 settings / whatever to get some good quality video on here. I'm more concerned with quality than size.
I'm not super familiar with video encoding, but I'm using handbrake on OSX. Thanks in advance!
I regularly use Handbrake. What is the original source (Blu-ray?) and what are your settings under the Audio tab?
phydo said:
So, I have my N72013, and my 1080p MKV files play, but the audio doesn't. I was wondering if anyone has played with Handbrake / h.264 settings / whatever to get some good quality video on here. I'm more concerned with quality than size.
I'm not super familiar with video encoding, but I'm using handbrake on OSX. Thanks in advance!
Click to expand...
Click to collapse
Same issue. Try using MX player with this custom codec : http://forum.xda-developers.com/showthread.php?t=2156254.
It worked for me
Pandae said:
I regularly use Handbrake. What is the original source (Blu-ray?) and what are your settings under the Audio tab?
Click to expand...
Click to collapse
Well, the original source is a downloaded MKV. I swear it's all legit. the file has .1080p.WEB-DL.DD5.1.H.264 appended to it. so it's already an h.264 mkv. I'd prefer to play it in the stock media player on android if possible, with audio. I'm not big on having more apps... kinda freaks me out. I'd rather transcode all the audio in these videos to make it work lol. Yes, I'm that guy.
My audio settings that I'm going to use are whatever you tell me. I haven't transcoded anything yet, because I figured I'd ask here before I made a mistake. Couldn't find much in the way of google besides forum.doom9.org/archive/index.php/t-168407.html - but it wasn't clear to me since I'm not familiar with this stuff, and I think it's more an audio format issue than a video.
If audio was encoded with something that MX Player doesn't handle natively, then as NeXuS7_uSeR said, you'll need a custom codec. It would be faster than re-encoding, unless you wanted to reduce file size in exchange for video quality loss.
Handbrake can change the audio codec, if you've never experimented with that. You can mix down an audio track to regular stereo tracks encoded in MP3, which then any player should handle.
Pandae said:
If audio was encoded with something that MX Player doesn't handle natively, then as NeXuS7_uSeR said, you'll need a custom codec. It would be faster than re-encoding, unless you wanted to reduce file size in exchange for video quality loss.
Handbrake can change the audio codec, if you've never experimented with that. You can mix down an audio track to regular stereo tracks encoded in MP3, which then any player should handle.
Click to expand...
Click to collapse
is MX Player really that earth shattering where it's worthwhile downloading as an app?
phydo said:
is MX Player really that earth shattering where it's worthwhile downloading as an app?
Click to expand...
Click to collapse
It's been my favorite. I've tried others but don't care for the interfaces. When Android 4.3 broke most video players, I found one that was pretty good (name escapes me right now) except that it didn't handle subtitles well. I keep coming back to MX.
Pandae said:
It's been my favorite. I've tried others but don't care for the interfaces. When Android 4.3 broke most video players, I found one that was pretty good (name escapes me right now) except that it didn't handle subtitles well. I keep coming back to MX.
Click to expand...
Click to collapse
Just as a follow up, I did find this commit in CM11
http://review.cyanogenmod.org/#/c/56453/
from two days ago. maybe I need an update

Video Playback Issues

I got a new Moto G5 here in the UK on O2 network 2 days ago. I've noticed an odd issue streaming certain HD channels streamed from my PC TV tuner, and playing back certain files too, using both VLC and MXPlayer. The players keep defaulting back to software rendering and, as such, the playback is very choppy and slow. I am wondering if this is a known issue with this phone, as someone has mentioned a similar issue over on another forum, though playback of the same stream and files is fine, and hardware accleration is enabled, on my friend's Moto G5 Plus.
I have a link to a short clip of that file I am having issues with but am unable to post it in here due to being a new user.
far78 said:
I got a new Moto G5 here in the UK on O2 network 2 days ago. I've noticed an odd issue streaming certain HD channels streamed from my PC TV tuner, and playing back certain files too, using both VLC and MXPlayer. The players keep defaulting back to software rendering and, as such, the playback is very choppy and slow. I am wondering if this is a known issue with this phone, as someone has mentioned a similar issue over on another forum, though playback of the same stream and files is fine, and hardware accleration is enabled, on my friend's Moto G5 Plus.
I have a link to a short clip of that file I am having issues with but am unable to post it in here due to being a new user.
Click to expand...
Click to collapse
Post the link and I'll test it although I'm using lineageos 15
Just put spaces in the link if you can't post link
Iv never had problems with any kinds of streaming or video playback
I suggest not only do you install mx player but also install the armv7 neon codec
https://play.google.com/store/apps/details?id=com.mxtech.ffmpeg.v7_neon
TheFixItMan said:
Post the link and I'll test it although I'm using lineageos 15
Just put spaces in the link if you can't post link
Iv never had problems with any kinds of streaming or video playback
I suggest not only do you install mx player but also install the armv7 neon codec
https://play.google.com/store/apps/details?id=com.mxtech.ffmpeg.v7_neon
Click to expand...
Click to collapse
I forgot to add I also installed the Neon codec from the link on this site (which includes DTS support)
The link is we dot tl/AbBUa1zayI
far78 said:
I forgot to add I also installed the Neon codec from the link on this site (which includes DTS support)
Click to expand...
Click to collapse
Iv tested the file and it plays perfectly fine on my g5 although its playing on software decoder as hardware acceleration is not supported on this file on lineage 15 and I'll assume the same is true for stock
The only thing I can suggest is wiping the data of the mx player app in case you have changed some settings that have caused the issue
You can do this by going into settings - apps - selecting mx player - storage - clear data
Uninstalling and reinstalling the app will also do the same thing
I also tested it on vlc and it plays but is choppy I would avoid vlc and stick to mx player

Categories

Resources