Page 751 of 756
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sat Jan 03, 2026 1:48 am
by deadchip12
@RESET9999
Under the Whitelist setting, I see you select all the 4k option. What does that mean? Will it affect 1080p contents?
Also, what should I set for the Audio Output Device if I have a receiver?

Re: Dolby Vision now possible through MP4 Mux.
Posted: Sat Jan 03, 2026 3:03 am
by RESET_9999
Will it affect 1080p contents?
no
Also, what should I set for the Audio Output Device if I have a receiver?
https://justpaste.it/divn9
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sat Jan 03, 2026 5:04 am
by deadchip12
What exactly does that whitelist setting do? I did not select any of the options in there and didn't notice anything unusual.
As for the second question, the link you posted does not mention what should be set for this option:

Re: Dolby Vision now possible through MP4 Mux.
Posted: Sat Jan 03, 2026 1:11 pm
by DjObama
Thanks for the tip,I installed python in the Store but unfortunately it doesn't seem to solve this problem. The source file only has one audio track, dts-hd ma, 5.1., it should be easily covertable to ddp, right?
Code: Select all
-------------------------------------------------------------------------------------
--This workflow will mux any P7 source (BDMV or mkv rip) to DT-DL
-------------------------------------------------------------------------------------
Drag and drop a P7 DV file (BDMV folder/ mpls / or mkv/m2ts/ts) and press enter...
E:\Movies\Pulp.Fiction.1994.mkv
Reading input tracks format/id/language...
Done.
====================
- DEMUXING -
====================
Extracting track 0 with the CodecID 'V_MPEGH/ISO/HEVC' to the file 'D:\DoVi.Scripts\temp.folder18\hdr.hevc'. Container format: HEVC/H.265 elementary stream
Extracting track 1 with the CodecID 'A_DTS' to the file 'D:\DoVi.Scripts\temp.folder18\Pulp.Fiction.1994.track_2_eng.dts'. Container format: Digital Theater System (DTS)
Extracting track 2 with the CodecID 'S_TEXT/UTF8' to the file 'D:\DoVi.Scripts\temp.folder18\Pulp.Fiction.1994.track_3_eng.srt'. Container format: SRT text subtitles
Progress: 100%
=================
- MUXING TO MP4 -
=================
ffmpeg version 2024-02-22-git-76b2bb96b4-full_build-www.gyan.dev Copyright (c) 2000-2024 the FFmpeg developers
built with gcc 12.2.0 (Rev10, Built by MSYS2 project)
configuration: --enable-gpl --enable-version3 --enable-static --pkg-config=pkgconf --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libuavs3d --enable-libzvbi --enable-librav1e --enable-libsvtav1 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libaom --enable-libjxl --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-ffnvcodec --enable-nvdec --enable-nvenc --enable-dxva2 --enable-d3d11va --enable-libvpl --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libcodec2 --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint
libavutil 58. 39.100 / 58. 39.100
libavcodec 60. 40.100 / 60. 40.100
libavformat 60. 21.101 / 60. 21.101
libavdevice 60. 4.100 / 60. 4.100
libavfilter 9. 17.100 / 9. 17.100
libswscale 7. 6.100 / 7. 6.100
libswresample 4. 13.100 / 4. 13.100
libpostproc 57. 4.100 / 57. 4.100
Input #0, dts, from 'D:\DoVi.Scripts\temp.folder18\Pulp.Fiction.1994.track_2_eng.dts':
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Audio: dts (dca) (DTS-HD MA), 48000 Hz, 5.1(side), s32p (24 bit)
Stream mapping:
Stream #0:0 -> #0:0 (dts (dca) -> eac3 (native))
Press [q] to stop, [?] for help
Output #0, matroska, to 'D:\DoVi.Scripts\temp.folder18\EC32.mkv':
Metadata:
encoder : Lavf60.21.101
Stream #0:0: Audio: eac3 ([0] [0][0] / 0x2000), 48000 Hz, 5.1(side), fltp, 1024 kb/s
Metadata:
encoder : Lavc60.40.100 eac3
[out#0/matroska @ 00000197933e39c0] video:0KiB audio:1158836KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: 0.177044%
size= 1160888KiB time=02:34:30.68 bitrate=1025.8kbits/s speed= 118x
Extracting track 0 with the CodecID 'A_EAC3' to the file 'D:\DoVi.Scripts\temp.folder18\lossy2.ec3'. Container format: Dolby Digital Plus (E-AC-3)
Progress: 100%
ffmpeg version 2024-02-22-git-76b2bb96b4-full_build-www.gyan.dev Copyright (c) 2000-2024 the FFmpeg developers
built with gcc 12.2.0 (Rev10, Built by MSYS2 project)
configuration: --enable-gpl --enable-version3 --enable-static --pkg-config=pkgconf --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libuavs3d --enable-libzvbi --enable-librav1e --enable-libsvtav1 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libaom --enable-libjxl --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-ffnvcodec --enable-nvdec --enable-nvenc --enable-dxva2 --enable-d3d11va --enable-libvpl --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libcodec2 --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint
libavutil 58. 39.100 / 58. 39.100
libavcodec 60. 40.100 / 60. 40.100
libavformat 60. 21.101 / 60. 21.101
libavdevice 60. 4.100 / 60. 4.100
libavfilter 9. 17.100 / 9. 17.100
libswscale 7. 6.100 / 7. 6.100
libswresample 4. 13.100 / 4. 13.100
libpostproc 57. 4.100 / 57. 4.100
Input #0, dts, from 'D:\DoVi.Scripts\temp.folder18\Pulp.Fiction.1994.track_2_eng.dts':
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Audio: dts (dca) (DTS-HD MA), 48000 Hz, 5.1(side), s32p (24 bit)
Stream mapping:
Stream #0:0 -> #0:0 (copy)
[mp4 @ 00000209af09ea00] track 0: codec frame size is not set
Output #0, mp4, to 'D:\DoVi.Scripts\temp.folder18\lossless2.mp4':
Metadata:
encoder : Lavf60.21.101
Stream #0:0: Audio: dts (DTS-HD MA) (mp4a / 0x6134706D), 48000 Hz, 5.1(side), s32p (24 bit)
Press [q] to stop, [?] for help
[out#0/mp4 @ 00000209af0956c0] video:0KiB audio:4391975KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: 0.079083%
size= 4395448KiB time=02:34:30.68 bitrate=3884.0kbits/s speed= 524x
Muxing into a DoVi MP4 file. Be patient, it can take a while. 40min+ on slow HDD
[1/3] Parsing track "F:\Filmy\Pulp.Fiction.1994_BL.hevc"...
hevc: ******************** 100%
[2/3] Parsing track "F:\Filmy\Pulp.Fiction.1994_EL.hevc"...
hevc: ******************** 100%
[3/3] Saving output file(s) "D:\DoVi.Scripts\temp.folder18\temp.mp4"...
written: ******************** 100%
[iso file] dvcC reserved bytes are not zero
IsoMedia import temp.mp4 - track ID 1 - Video (size 3840 x 2160)
IsoMedia import temp.mp4 - track ID 2 - Video (size 1920 x 1080)
[H263Dmx] garbage before first frame!
Cannot find track ID matching fragment #audio
Error importing D:\DoVi.Scripts\temp.folder18\lossy2.ec3#audio:lang=eng:name=DDP: At least one required element has not been found
Deleting TEMP folder...
Start time: 13:43:41,11
End time: 14:04:12,59
Time taken: 0:20:31
The script has been completed. Do you want to quit or go back to main menu (q or m default=q)?
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sat Jan 03, 2026 2:00 pm
by RESET_9999
What exactly does that whitelist setting do?
what it does is written in the image you posted
the link you posted does not mention what should be set for this option:
yes it does. look again
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sat Jan 03, 2026 2:09 pm
by RESET_9999
DjObama wrote: Sat Jan 03, 2026 1:11 pm
Thanks for the tip,I installed python in the Store but unfortunately it doesn't seem to solve this problem. The source file only has one audio track, dts-hd ma, 5.1., it should be easily covertable to ddp, right?
I don't know , works fine here. There might be something wrong with your rip
from your log:
''[H263Dmx] garbage before first frame!''
7.1 DDP
5.1 DDP

Re: Dolby Vision now possible through MP4 Mux.
Posted: Sun Jan 04, 2026 2:20 am
by deadchip12
RESET_9999 wrote: Sat Jan 03, 2026 2:00 pm
What exactly does that whitelist setting do?
what it does is written in the image you posted
I read that but don't know what that means. If I only choose the 4k options then the 1080p display mode wont be allowed to be used?
RESET_9999 wrote: Sat Jan 03, 2026 2:00 pm
the link you posted does not mention what should be set for this option:
yes it does. look again
It only mentions "Passthrough output device", not "Audio output device". Two separate settings.
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sun Jan 04, 2026 3:55 am
by RESET_9999
If I only choose the 4k options then the 1080p display mode wont be allowed to be used?
If you want 1080p content to be upscaled by the TV, you must set the Kodi GUI to 1080p. The whitelist does not override this behavior; it only informs the player which display modes your TV supports.
It only mentions "Passthrough output device", not "Audio output device". Two separate settings.
That's the setting you're asking...
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sun Jan 04, 2026 4:18 am
by deadchip12
RESET_9999 wrote: Sun Jan 04, 2026 3:55 am
If I only choose the 4k options then the 1080p display mode wont be allowed to be used?
If you want 1080p content to be upscaled by the TV, you must set the Kodi GUI to 1080p. The whitelist does not override this behavior; it only informs the player which display modes your TV supports.
What happens if I don't choose anything in that whitelist? That's what I did before.
RESET_9999 wrote: Sun Jan 04, 2026 3:55 am
It only mentions "Passthrough output device", not "Audio output device". Two separate settings.
That's the setting you're asking...
They are 2 separate settings. This is "Audio output device":

If you scroll down, you'll see "Passthrough output device":

Re: Dolby Vision now possible through MP4 Mux.
Posted: Sun Jan 04, 2026 4:56 am
by RESET_9999
They are 2 separate settings.
I use the same for both
What happens if I don't choose anything in that whitelist?
try playing 25fps content and find out if your TV switches to 50Hz instead of 25Hz
Re: Dolby Vision now possible through MP4 Mux.
Posted: Wed Jan 07, 2026 11:34 pm
by safariff
RESET_9999 wrote: Thu Jan 01, 2026 12:15 am
Can LG resolve these G5 issues you've pointed out through firmware updates at all?
they can but they wont.
Well that's unfortunate, might have to look at Sony rather than LG for my next OLED (C8 getting a bit outdated for my liking)
Anyone know of a way to get ffmpeg or another tool show the ICtCp colorspace on a video file (I am just wondering if I have a potential p5 file with the wrong colorspace)?
I got close with ffmpeg:
Code: Select all
ffprobe -v error -select_streams v:0 -show_entries stream=color_space,color_transfer,color_primaries,pix_fmt -of default=nw=1 video.mkv
DV8file:
Code: Select all
pix_fmt=yuv420p10le
color_space=bt2020nc
color_transfer=smpte2084
color_primaries=bt2020
DV5file:
Code: Select all
pix_fmt=yuv420p10le
color_space=unknown
color_transfer=unknown
color_primaries=unknown
Re: Dolby Vision now possible through MP4 Mux.
Posted: Sun Jan 11, 2026 12:24 pm
by darrrkmanxxx
Guys do you know by chance if the avdvplus builds are supported with Dune HD Pro Vision 4K (S905X4-J). I'm currently on CPM A14
Re: Dolby Vision now possible through MP4 Mux.
Posted: Wed Jan 14, 2026 11:24 pm
by Trees
Reset, how do you get the below player process information?
I followed your CE guide and keymap tutorial but all I get is the basic Kodi PPI? Without the DV type real time luminance data... I am on
https://github.com/avdvplus/Builds/rele ... vdvplus_R5.
Thank you for doing all of this man, the information you share is worth gold to us HDR enthusiasts!
Re: Dolby Vision now possible through MP4 Mux.
Posted: Thu Jan 15, 2026 2:14 am
by RESET_9999
Re: Dolby Vision now possible through MP4 Mux.
Posted: Thu Jan 15, 2026 6:34 am
by Trees
Thank you. Damn, all of the links seem to be dead, are there any other live links that you know of, specifically for Arctic Zephyr?