Page 380 of 756
Re: Dolby Vision now possible through MP4 Mux.
Posted: Fri Oct 29, 2021 3:08 pm
by quietvoid
Tormented12 wrote: Fri Oct 29, 2021 3:04 pmThanks for your quick reply! So the 08.03 should be fine now?
Yes.
Tormented12 wrote: Fri Oct 29, 2021 3:04 pmI use Ripbotx264 for for the encoding. After I use ffmpeg to get the .mkv -> hevc, and extract the RPU (will extract with mode 2 from now on). Then i change the encoded file from .mkv -> hevc and inject the RPU into the encode. After this I mux to .mkv. Then it just says 'HDR10''. I really have to mux the .mkv file through Makemkv to make the DV 08.03 visible.
You probably have to update your MKVToolNix. Don't use ffmpeg for muxing to MKV.
Also, you can just use ffmpeg without having to demux before extracting the RPU.
Example:
Code: Select all
ffmpeg -i input.mkv -c:v copy -vbsf hevc_mp4toannexb -f hevc - | dovi_tool extract-rpu - -o RPU.bin
Re: Dolby Vision now possible through MP4 Mux.
Posted: Fri Oct 29, 2021 3:10 pm
by Tormented12
quietvoid wrote: Fri Oct 29, 2021 3:08 pm
Tormented12 wrote: Fri Oct 29, 2021 3:04 pmThanks for your quick reply! So the 08.03 should be fine now?
Yes.
Tormented12 wrote: Fri Oct 29, 2021 3:04 pmI use Ripbotx264 for for the encoding. After I use ffmpeg to get the .mkv -> hevc, and extract the RPU (will extract with mode 2 from now on). Then i change the encoded file from .mkv -> hevc and inject the RPU into the encode. After this I mux to .mkv. Then it just says 'HDR10''. I really have to mux the .mkv file through Makemkv to make the DV 08.03 visible.
You probably have to update your MKVToolNix. Don't use ffmpeg for muxing to MKV.
Also, you can just use ffmpeg without having to demux before extracting the RPU.
Example:
Code: Select all
ffmpeg -i input.mkv -c:v copy -vbsf hevc_mp4toannexb -f hevc - | dovi_tool extract-rpu - -o RPU.bin
Somehow I'm getting a error when using that command. Thats why I seperate them. So .mkv -> hevc, after that I use dovi_tool -m 2 extract-rpu video.hevc.
Re: Dolby Vision now possible through MP4 Mux.
Posted: Fri Oct 29, 2021 4:22 pm
by NiCE77
quietvoid wrote: Fri Oct 29, 2021 11:34 am
NiCE77 wrote: Fri Oct 29, 2021 8:53 am
@quietvoid
When I extract RPU from the Enhancement Layer, the resulting RPU length does not match the video length.
Mismatched lengths: video 163840, RPU 128978
This error has occurred in one movie so far.
I can send the sample EL.hevc file if you need via PM.
The EL was probably cut off somehow.
In the past tsMuxer did that, you should try getting it directly from the m2ts with ffmpeg.
I don't need the sample because it wouldn't be very useful unless you're 100% sure it's complete.
Thanks! It's working with ffmpeg!
Re: Dolby Vision now possible through MP4 Mux.
Posted: Fri Oct 29, 2021 5:34 pm
by RESET_9999
NiCE77 wrote: Fri Oct 29, 2021 4:22 pm
Thanks! It's working with ffmpeg!
I'm curious, what movie is that?
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sat Oct 30, 2021 6:26 am
by NiCE77
RESET_9999 wrote: Fri Oct 29, 2021 5:34 pm
NiCE77 wrote: Fri Oct 29, 2021 4:22 pm
Thanks! It's working with ffmpeg!
I'm curious, what movie is that?
Despicable Me 3
Re: Dolby Vision now possible through MP4 Mux.
Posted: Mon Nov 01, 2021 6:33 am
by NiCE77
I have a problem with another movie: Bumblebee (2018)
When I extract RPU with -m 2 parameter from the EL, and inject the resulted RPU.bin to the reencoded BL, the dolby's mp4muxer does not work with this injected hevc file.
It finishes in less than 1 minute and creates a 0-byte file, however, mkvtoolnix makes a working P8 mkv file.
Re: Dolby Vision now possible through MP4 Mux.
Posted: Mon Nov 01, 2021 11:03 am
by DennisTheMenace
Hi kodi released some new fixes
19.3 version etc....
These new dolby Vision mods, are working better for me on my older ugoos am6 plus
It is a German forum, there are also arm64 versions for the shield tv Pro and FireTv stick versions
https://www.kodinerds.net/index.php/Thr ... /?pageNo=1
right now they are working on a dolby true-hd stutter fix
Re: Dolby Vision now possible through MP4 Mux.
Posted: Mon Nov 01, 2021 4:46 pm
by DennisTheMenace
Atmos sound and dolby Vision (Mel and fel) is working now on my ugoos AM6 plus box in kodi.
But that error that you've to start a movie sometimes still exist.
But that horrible stutter from a long time ago is gone
I have to do some more testing
Edit im getting some short sound dropouts with dolby true-hd atmos every 10 minutes, I hope they can fix this, time will tell
Re: Dolby Vision now possible through MP4 Mux.
Posted: Mon Nov 01, 2021 11:55 pm
by Mattl0
chros wrote: Fri Sep 24, 2021 2:38 pm
Mattl0 wrote: Fri Sep 24, 2021 10:23 am
To get good dv p7 quality on my c1, I need to send stdl (ts or m2ts) to the native com.droidlogic.videoplayer’ player on ugoos6b .
The difference between the native player , and orher player like vimu etc.. is night and day
How do you send video to the native player exactly?
With the ugoos built-in cifs client share. It is seen as a local media for the android system.
I am currently looking to buy a sony blue ray 800 for p7 dolby. I am tired to analyze everything. I want to rip dtdl an be donne with it
Re: Dolby Vision now possible through MP4 Mux.
Posted: Tue Nov 02, 2021 12:55 am
by deadchip12
Just saw a discussion on avsforums regarding the sony x700 bluray player: Is the dolby vision we get from playing a dolby vision file via usb connected to the x700 tv-led or player-led?
Re: Dolby Vision now possible through MP4 Mux.
Posted: Tue Nov 02, 2021 9:48 pm
by RESET_9999
DennisTheMenace wrote: Mon Nov 01, 2021 11:03 am
Hi kodi released some new fixes
19.3 version etc....
These new dolby Vision mods, are working better for me on my older ugoos am6 plus
It is a German forum, there are also arm64 versions for the shield tv Pro and FireTv stick versions
https://www.kodinerds.net/index.php/Thr ... /?pageNo=1
right now they are working on a dolby true-hd stutter fix
interesting, will try it. thanks
deadchip12 wrote: Tue Nov 02, 2021 12:55 am
Just saw a discussion on avsforums regarding the sony x700 bluray player: Is the dolby vision we get from playing a dolby vision file via usb connected to the x700 tv-led or player-led?
it doesn't matter if you play DV content from USB , bluray or streaming apps. The x700 will send the best mode according to your TV EDID.
Re: Dolby Vision now possible through MP4 Mux.
Posted: Wed Nov 03, 2021 12:02 am
by bobbymkV
DennisTheMenace wrote: Mon Nov 01, 2021 4:46 pm
Atmos sound and dolby Vision (Mel and fel) is working now on my ugoos AM6 plus box in kodi.
But that error that you've to start a movie sometimes still exist.
But that horrible stutter from a long time ago is gone
I have to do some more testing
Edit im getting some short sound dropouts with dolby true-hd atmos every 10 minutes, I hope they can fix this, time will tell
I'm one of the crazy bastards that purchased an AM6+ lol. Is this the apk you are using then --
https://www.dropbox.com/sh/0n37s3j3iybw ... a.apk?dl=0 ??
I'd like to test.
Re: Dolby Vision now possible through MP4 Mux.
Posted: Wed Nov 03, 2021 6:30 am
by DennisTheMenace
bobbymkV wrote: Wed Nov 03, 2021 12:02 am
DennisTheMenace wrote: Mon Nov 01, 2021 4:46 pm
Atmos sound and dolby Vision (Mel and fel) is working now on my ugoos AM6 plus box in kodi.
But that error that you've to start a movie sometimes still exist.
But that horrible stutter from a long time ago is gone
I have to do some more testing
Edit im getting some short sound dropouts with dolby true-hd atmos every 10 minutes, I hope they can fix this, time will tell
I'm one of the crazy bastards that purchased an AM6+ lol. Is this the apk you are using then --
https://www.dropbox.com/sh/0n37s3j3iybw ... a.apk?dl=0 ??
I'd like to test.
Hi I have installed the nexus master version, because that's the one it gets updated first
https://www.dropbox.com/sh/5fjkqnuvwa7z ... bi-v7a.apk
There are often updates at the moment because they are in the process of fixing bugs, As I said, sometimes I still have very brief sound dropouts. But the stutter of the video is gone now.
But that dropouts are also on the shield right now, it has nothing to do with the ugoos only.
there is an updater add-on that you can update the dv build from within kodi. but you have to be registered in the forum to be able to download it. and as I said I use the nexus nightly build here is the link to the updater addon, if you want to use it
The forum is in German
https://www.kodinerds.net/filebase/inde ... dard-Fire/
i really hope they can fix all of the bugs. then the ugoos player would be the perfect player due to the possibility of processing fel dv.
half a year ago, Kodi was not usable on the ugoos because dolby vision videos and hd sound stuttered. They are now one step further
Re: Dolby Vision now possible through MP4 Mux.
Posted: Wed Nov 03, 2021 9:24 am
by Katakuri
Hey,
is there an easy way to Remux an MKV with Dolby Vision to an MP4 with Dolby Vision?
My Oppo Clone can't play MKV + DV.
Re: Dolby Vision now possible through MP4 Mux.
Posted: Wed Nov 03, 2021 3:10 pm
by RESET_9999
Katakuri wrote: Wed Nov 03, 2021 9:24 am
Hey,
is there an easy way to Remux an MKV with Dolby Vision to an MP4 with Dolby Vision?
My Oppo Clone can't play MKV + DV.
TS/m2ts or bluray folder is what you want.
https://github.com/justdan96/tsMuxer/releases