Dolby Vision now possible through MP4 Mux.
Re: Dolby Vision now possible through MP4 Mux.
Has anyone run into issues with the Sony X700 or X800M2 where 4K files that aren't exactly 2160p resolution get down-res'ed to 1080p? Any fix for this with DAR/SAR headers?
I have a file that's 3840x2080 instead of 2160 and the X800M2 is playing it back with DV but outputting 1080p.
I have a file that's 3840x2080 instead of 2160 and the X800M2 is playing it back with DV but outputting 1080p.
-
- Posts: 22
- Joined: Sun May 15, 2022 4:23 am
Re: Dolby Vision now possible through MP4 Mux.
Best for apple device since iphone4 is Subler. It has mp4 compatibility with dolby vision / atmos although i dont tested it now since departure to android.staknhalo wrote: ↑Sun Oct 30, 2022 10:27 pmhttps://mega.nz/file/VSYQHLaT#KrMwvoO4 ... ej9gTN2P7o
DV test files
edit: Apple devices will need to remux files first in mp4box
Re: Dolby Vision now possible through MP4 Mux.
Pitty your player doesn't just pad with black bars. Or even perform a minor stretch. Sony players have always had a reputation showing unforbidding behaviour towards non-compliant media. They clearly haven't changed. Without recoding, I very much doubt if a fix is possible for your video.nekno wrote: ↑Fri Dec 30, 2022 7:37 amHas anyone run into issues with the Sony X700 or X800M2 where 4K files that aren't exactly 2160p resolution get down-res'ed to 1080p? Any fix for this with DAR/SAR headers?
I have a file that's 3840x2080 instead of 2160 and the X800M2 is playing it back with DV but outputting 1080p.
Where I assume it needs to be muxed in (m2)ts. Mkv does offer some tinkerings on container level, however there are very few players that honour certain headers.
-
- Posts: 10
- Joined: Sun Nov 20, 2022 1:24 pm
Re: Dolby Vision now possible through MP4 Mux.
Hey guys, hope ur day is fine
anyone knows how RESET_1999 do to get number of dynamic frames inside a movie (rpu.json) ?
like he does here
=> https://docs.google.com/spreadsheets/d/ ... edit#gid=0
=> Bad.Times.El.Royale.2018 iTunes Shots static DV: only 9 shots for the whole movie.
https://justpaste.it/47641
====
what's the commandline to use on my RPU.json to get the exact number of dynamic shots like he does ?
anyone knows how RESET_1999 do to get number of dynamic frames inside a movie (rpu.json) ?
like he does here
=> https://docs.google.com/spreadsheets/d/ ... edit#gid=0
=> Bad.Times.El.Royale.2018 iTunes Shots static DV: only 9 shots for the whole movie.
https://justpaste.it/47641
====
what's the commandline to use on my RPU.json to get the exact number of dynamic shots like he does ?
-
- Posts: 2082
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
lolipeid47 wrote: ↑Tue Jan 03, 2023 1:27 pmwhat's the commandline to use on my RPU.json to get the exact number of dynamic shots like he does ?
Code: Select all
dovi_tool.exe info -s rpu.bin
2-2 in my script (in my signature)...
strange, my x800m2/x700 doesnt downscale to 1080p with cropped 4k videos but it makes the letterbox grey and it's unwatchable.nekno wrote: ↑Fri Dec 30, 2022 7:37 amHas anyone run into issues with the Sony X700 or X800M2 where 4K files that aren't exactly 2160p resolution get down-res'ed to 1080p? Any fix for this with DAR/SAR headers?
I have a file that's 3840x2080 instead of 2160 and the X800M2 is playing it back with DV but outputting 1080p.
Sorry for my English.
DoVi_Scripts / DoVi Playback Devices / Movies HDR-DV Plot / Screenshot Comparisons
DoVi_Scripts / DoVi Playback Devices / Movies HDR-DV Plot / Screenshot Comparisons
-
- Posts: 10
- Joined: Sun Nov 20, 2022 1:24 pm
Re: Dolby Vision now possible through MP4 Mux.
thank you man :3
-
- Posts: 10
- Joined: Sun Nov 20, 2022 1:24 pm
Re: Dolby Vision now possible through MP4 Mux.
thank you but I want also to print the dynamic shots in a json file ? any idea man
i want it just like you like this https://justpaste.it/47641 but havent found my way yet
i want it just like you like this https://justpaste.it/47641 but havent found my way yet
Re: Dolby Vision now possible through MP4 Mux.
Welcome back RESET_9999
Re: Dolby Vision now possible through MP4 Mux.
anybody can help with python for dovi_scripts???? i'm stucked on "models" module... can't install because of "references" module not found... and can't install that... pymodels again stuck at "props.references"
-
- Posts: 2082
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
I'm guessing you're trying to plot DV (6-2-3) ?
1-Uninstall any python version you have and reboot.
2- get and install python: https://www.python.org/
3- Open a CLI windows and type 1 by 1 all the required modules:
EG:
pip install ijson
2-4 in the script or see: viewtopic.php?p=123221#p123221lolipeid47 wrote: ↑Tue Jan 03, 2023 6:31 pmthank you but I want also to print the dynamic shots in a json file ? any idea man
i want it just like you like this https://justpaste.it/47641 but havent found my way yet
Sorry for my English.
DoVi_Scripts / DoVi Playback Devices / Movies HDR-DV Plot / Screenshot Comparisons
DoVi_Scripts / DoVi Playback Devices / Movies HDR-DV Plot / Screenshot Comparisons
Re: Dolby Vision now possible through MP4 Mux.
yes... 6-2-3RESET_9999 wrote: ↑Tue Jan 03, 2023 10:25 pmI'm guessing you're trying to plot DV (6-2-3) ?
1-Uninstall any python version you have and reboot.
2- get and install python: https://www.python.org/
3- Open a CLI windows and type 1 by 1 all the required modules:
EG:
pip install ijson
tried that... no luck... :-/ models keeps asking for missing "base", then "props"... both installed ok, but "references" are a showstopper
-
- Posts: 10
- Joined: Sun Nov 20, 2022 1:24 pm
Re: Dolby Vision now possible through MP4 Mux.
ty RESET_1999
your answers helped me tremendously, I'm now fully operationnal
your answers helped me tremendously, I'm now fully operationnal
Re: Dolby Vision now possible through MP4 Mux.
Thrilled to have you back!
Re: Dolby Vision now possible through MP4 Mux.
Good to see you back, RESET_9999
-
- Posts: 285
- Joined: Thu May 02, 2019 2:49 am
Re: Dolby Vision now possible through MP4 Mux.
Any update from Sony to fix dolby vision issue on the x700/x800?