1. No user installed addons are supported, python or otherwise.
2. No, they really are not supported.
3. They are not coming back
4. Read from 1. again

Any mention of illegal streaming sites, addons or any pirated material will not be tolerated. This is not democracy and any offenders will be banned and posts deleted immediately without warning.

Other than that, we hope you enjoy MrMC so far and we welcome any input and feedback you might have.

Team MrMC.

Dolby Vision

Any issues that are tvOS specific
Post Reply
Boss21
Posts: 4
Joined: 05 Sep 2019, 17:26

Re: Dolby Vision

Post by Boss21 »

Please can you elaborate on the ffmpeg code of -i bluray:\path\to\bluray.
That would be of great help

Thanks
yusesope
Posts: 16
Joined: 17 Jul 2019, 10:01

Re: Dolby Vision

Post by yusesope »

Boss21 wrote: 05 Sep 2019, 17:30 can you elaborate on the ffmpeg code of -i bluray:\path\to\bluray.
Okay, let's say you stored your personal copy of your preferite movie inside the drive D:\, in the folder "video library". The title of the movie is "Yusesope in Wonderland".

D:\
|____video library
####|__________Yusesope in Wonderland
##############|_________________BDMV
###############################|_____STREAM
###############################|_____BACKUP
###############################|_____ETC, ETC ...
##############|_________________CERTIFICATE
###############################|_____BACKUP

At this point, you should tell ffmpeg which path to take into consideration.
In this example, your command line will have to start with:

Code: Select all

ffmpeg -i bluray:"D:\video library\Yusesope in Wonderland" ................................

NOTE:
when there are spaces in the folder names, always use quotation marks (")
Boss21
Posts: 4
Joined: 05 Sep 2019, 17:26

Re: Dolby Vision

Post by Boss21 »

Thank you for explaining me. I am new to this software. Can ffmpeg will able to give details for iso files.
Please can you elaborate on the command line that explains how to demux Dolby atoms audio file
Also for earlier example I should use cmd command line the folder I stored or anywhere.

Thanks
Boss21
Posts: 4
Joined: 05 Sep 2019, 17:26

Re: Dolby Vision

Post by Boss21 »

Do I have to write BDMV and stream to select the path.

Thanks
Boss21
Posts: 4
Joined: 05 Sep 2019, 17:26

Re: Dolby Vision

Post by Boss21 »

mov
CODE: SELECT ALL
mp4box.exe -add %userprofile%\Desktop\dvdfab_out.mp4 -add %userprofile%\Desktop\lpcm.mov -brand mp42isom -ab dby1 %userprofile%\Desktop\mp4box_out.mp4

Please can you elaborate on this how to add
Thanks
box4mm
Posts: 14
Joined: 10 Aug 2019, 12:41

Re: Dolby Vision

Post by box4mm »

Grencola wrote: 11 Dec 2018, 05:22 I sent the full atomic blonde uhd bd rip (m2ts, NOT the mkv remux) through TSMuxer demux with just the two video tracks and an eac3 audio track selected, then ran dolbymp4muxer with those 3 files TSMuxer spat out as my inputs and it created an mp4, which I can confirm is WORKING on a Vizio TV as well! plays great and looks amazing!
Image
davilla wrote: 09 Dec 2018, 14:35sample please...
I tried to crop a small clip but it keeps stripping out the DV layer for some reason :( but if you have a uhd bd rip with dv give it a go if you get a minute. Would love to know if it works in MrMC! I bet it just might :)
Its been like a million years but :D im just now testing this, the command will read the inputs for a good while, but it does nothing to do outputfile, it stays at 0kb?
box4mm
Posts: 14
Joined: 10 Aug 2019, 12:41

Re: Dolby Vision

Post by box4mm »

Grencola wrote: 19 Mar 2019, 02:21 So after enough testing, I can now safely say the dv mp4s made from mkv's in fact DO WORK just fine :) I've ran my program on like 10 of them and they all show dv and look and play amazing, with better contrast in the darker scenes that hdr10 misses. I'll update my app and take mkv out of testing and into full on good to go mode.
I've also added total elapsed procedure time, disk space check before starting, and bumped it to version 2.0 since I don't think I can add any more features with the limited knowledge I have. multiple file support would be nice though if any coders want to add it for me :)

DV-MP4-Maker v2.0: https://bit.ly/2WbHZR0

cheers.
ive been reading for 2days straight now and testing but, with your script or doing it manually, i cant get it to work.. It reads the inputfiles (i can see task manager that the disk is at 100%), but then it does nothing, the command line looks as if its still working but no disk is working, and the outputfile is still 0kb.

Ive seen your name on several forums so i put my trust in u :D
Grencola
Posts: 103
Joined: 25 Feb 2018, 03:02

Re: Dolby Vision

Post by Grencola »

box4mm wrote: 07 Sep 2019, 13:21
Grencola wrote: 19 Mar 2019, 02:21 So after enough testing, I can now safely say the dv mp4s made from mkv's in fact DO WORK just fine :) I've ran my program on like 10 of them and they all show dv and look and play amazing, with better contrast in the darker scenes that hdr10 misses. I'll update my app and take mkv out of testing and into full on good to go mode.
I've also added total elapsed procedure time, disk space check before starting, and bumped it to version 2.0 since I don't think I can add any more features with the limited knowledge I have. multiple file support would be nice though if any coders want to add it for me :)

DV-MP4-Maker v2.0: https://bit.ly/2WbHZR0

cheers.
ive been reading for 2days straight now and testing but, with your script or doing it manually, i cant get it to work.. It reads the inputfiles (i can see task manager that the disk is at 100%), but then it does nothing, the command line looks as if its still working but no disk is working, and the outputfile is still 0kb.

Ive seen your name on several forums so i put my trust in u :D
if you don't have an SSD then just leave it for a couple hours lol, it can take a really long time if your drive / cpu (like mine) are slow as hell :) eventually you should see the output file start to climb on GBs rather quickly though.
box4mm
Posts: 14
Joined: 10 Aug 2019, 12:41

Re: Dolby Vision

Post by box4mm »

Grencola wrote: 08 Sep 2019, 01:18
box4mm wrote: 07 Sep 2019, 13:21
Grencola wrote: 19 Mar 2019, 02:21 So after enough testing, I can now safely say the dv mp4s made from mkv's in fact DO WORK just fine :) I've ran my program on like 10 of them and they all show dv and look and play amazing, with better contrast in the darker scenes that hdr10 misses. I'll update my app and take mkv out of testing and into full on good to go mode.
I've also added total elapsed procedure time, disk space check before starting, and bumped it to version 2.0 since I don't think I can add any more features with the limited knowledge I have. multiple file support would be nice though if any coders want to add it for me :)

DV-MP4-Maker v2.0: https://bit.ly/2WbHZR0

cheers.
ive been reading for 2days straight now and testing but, with your script or doing it manually, i cant get it to work.. It reads the inputfiles (i can see task manager that the disk is at 100%), but then it does nothing, the command line looks as if its still working but no disk is working, and the outputfile is still 0kb.

Ive seen your name on several forums so i put my trust in u :D
if you don't have an SSD then just leave it for a couple hours lol, it can take a really long time if your drive / cpu (like mine) are slow as hell :) eventually you should see the output file start to climb on GBs rather quickly though.
Ill try when i get home. Youre doing an amazing job.

Do i understand correctly if i say that the mp4 single layer DV produced by dvdfab is "not 100% correct"?
box4mm
Posts: 14
Joined: 10 Aug 2019, 12:41

Re: Dolby Vision

Post by box4mm »

Grencola wrote: 08 Sep 2019, 01:18
box4mm wrote: 07 Sep 2019, 13:21
Grencola wrote: 19 Mar 2019, 02:21 So after enough testing, I can now safely say the dv mp4s made from mkv's in fact DO WORK just fine :) I've ran my program on like 10 of them and they all show dv and look and play amazing, with better contrast in the darker scenes that hdr10 misses. I'll update my app and take mkv out of testing and into full on good to go mode.
I've also added total elapsed procedure time, disk space check before starting, and bumped it to version 2.0 since I don't think I can add any more features with the limited knowledge I have. multiple file support would be nice though if any coders want to add it for me :)

DV-MP4-Maker v2.0: https://bit.ly/2WbHZR0

cheers.
ive been reading for 2days straight now and testing but, with your script or doing it manually, i cant get it to work.. It reads the inputfiles (i can see task manager that the disk is at 100%), but then it does nothing, the command line looks as if its still working but no disk is working, and the outputfile is still 0kb.

Ive seen your name on several forums so i put my trust in u :D
if you don't have an SSD then just leave it for a couple hours lol, it can take a really long time if your drive / cpu (like mine) are slow as hell :) eventually you should see the output file start to climb on GBs rather quickly though.
I got an outputfile when i waited longer :P doesnt play as dolby vision though, as dvdfab mp4 does.
Does this produce a dual layer dv?
Post Reply