Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
|
Thread Tools | Search this Thread | Display Modes |
29th June 2023, 05:37 | #621 | Link | |
Formally known as .......
Join Date: Sep 2021
Location: Down Under.
Posts: 1,120
|
Quote:
Neither .mp4 or .mkv will play as DV, only as HDR10. The only playback issue I have is if I "bump" the playback forward or backwards by the default 15 sec's, it will stall the playback for a second or 2, other than that, it's fine.
__________________
Long term RipBot264 user. RipBot264 modded builds.. *new* x264 & x265 addon packs.. |
|
29th June 2023, 12:04 | #622 | Link | ||
Duh!
Join Date: Dec 2008
Posts: 239
|
Quote:
Yes, I'm running the docker setup in Linux. You could maybe try WSL. Quote:
|
||
29th June 2023, 12:11 | #623 | Link | |||
Duh!
Join Date: Dec 2008
Posts: 239
|
Quote:
Quote:
Quote:
That LG player is a mess. It's a pity I don't have more MKV samples (with different profiles, ...) to play with. EDIT: I've managed to get my hands on another very large Profile 8 (dvhe.08.06) DV MKV file. Once again, converted to mp4 with DDVT is not detected as DV by LG TV, while it is with dvmkv2mp4. So under *some* circumstances, profile 8 can actually play as DV on the LG (2018). Last edited by MadMonkey57; 29th June 2023 at 12:54. |
|||
29th June 2023, 12:22 | #624 | Link |
Life's clearer in 4K UHD
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,244
|
What Dolby Vision profiles do media streaming services use?
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |
|
29th June 2023, 19:55 | #626 | Link | |
Registered User
Join Date: Jul 2007
Posts: 36
|
Quote:
__________________
Home Theater Fanatic |
|
29th June 2023, 23:52 | #627 | Link |
Registered User
Join Date: Jul 2022
Posts: 126
|
@-QfG- I'm using v0.58 and I noticed that when using the injector script, instead of creating a "_[TEMP]" folder in the directory where the ".mkv" file is, the script creates a "SAME AS SOURCE" folder in the "DDVT" directory and stores the files there. Could you look into this and see if there's a bug somewhere?
Also, it would be great if when entering ALL in the FRAMEINFO tool, the L1 plot that dovi_tool can create is also generated. UPDATE. Changing lines 87 and 88 to Code:
if "!TMP_FOLDER!"=="SAME AS SOURCE" set "TMP_FOLDER=%~dpn1_[TEMP]" if "!TARGET_FOLDER!"=="SAME AS SOURCE\%~n1_[INJECTED]" set "TARGET_FOLDER=%~dpn1_[INJECTED]" Last edited by GodzilaAvenger; 30th June 2023 at 01:42. |
3rd July 2023, 16:40 | #629 | Link |
Registered User
Join Date: Jun 2023
Location: Estepona, Malaga (Espaņa)
Posts: 4
|
good afternoon, maybe my question is somewhat risky but there I throw it, there would be a possibility of incorporating a script that transforms the RPU to XML and vice versa? thank you again
|
3rd July 2023, 20:54 | #631 | Link |
Registered User
Join Date: Sep 2011
Posts: 38
|
I am confused about removing and duplicating rpu frames at the same time.
If I want to remove the frame 10 and duplicate the frame 20. I need to do: "remove": [ "10", ], "duplicate": [ { "source": 20, "offset": 21, "length": 1 } ] } Or I need to acount for the deleted frame: "remove": [ "10", ], "duplicate": [ { "source": 19, "offset": 20, "length": 1 } ] } I am using DDVT injector with a custom.json. I am suposing a delete doesn't changes the count for the next delete, and a duplicate doesn't change the count for the next duplicate. Is this true? Thanks. Last edited by pandv2; 3rd July 2023 at 20:58. |
3rd July 2023, 22:20 | #633 | Link |
Registered User
Join Date: Jun 2023
Location: Estepona, Malaga (Espaņa)
Posts: 4
|
thanks for answering before, could you tell me if there is any possibility of knowing the scenes of an MKV in HDR10, is that I am doing a test reconstructing a movie.
Last edited by fransalas; 3rd July 2023 at 22:22. |
3rd July 2023, 23:22 | #634 | Link | |
Registered User
Join Date: Sep 2011
Posts: 38
|
Quote:
I have read that document before asking. Maybe, it is my understanding of english, but i am not sure what is the correct answer. I deducted: 1.- One remove doesn't affect the position of the next. 2.- One duplicate doesn't affect the position of the next. 3.- The remove's set affect the duplicates. I am not sure if it's true. That's why I asked. Note: It's correct. I tested as suggested by GodzilaAvenger. Last edited by pandv2; 4th July 2023 at 10:44. Reason: Test realized. |
|
4th July 2023, 02:17 | #635 | Link |
Registered User
Join Date: Jul 2022
Posts: 126
|
I have the same understanding as you. To verify I recommend trying out dovi_tool (not the INJECTOR script) on the RPU and then using the FRAMEINFO tool on both the original and modified RPUs to see what has changed.
Last edited by GodzilaAvenger; 4th July 2023 at 02:19. |
4th July 2023, 02:22 | #636 | Link | |
Registered User
Join Date: Jul 2022
Posts: 126
|
Quote:
I haven't heard of an .mkv being capable of having both SDR and HDR scenes at the same time, if that's what you mean. It's either one or the other AFAIK. Last edited by GodzilaAvenger; 4th July 2023 at 02:24. |
|
4th July 2023, 02:23 | #637 | Link |
Registered User
Join Date: Jan 2019
Location: Canada
Posts: 574
|
Sounds correct to me.
__________________
LG C2 OLED | GitHub Projects |
4th July 2023, 15:54 | #638 | Link | |
Registered User
Join Date: Dec 2010
Posts: 21
|
Quote:
If you can test and it works even on a non-DV capable tv, it will be perfect. Strangely Profile 5 DV with codec ID set to hev1 plays fine on both LG B8 and LG C2, even on a Samsung but with purple and green tint (which is understandable). The problem is that the older LG's have some issue with Profile 8 with Codec ID set to hev1. |
|
4th July 2023, 20:04 | #639 | Link |
Pig on the wing
Join Date: Mar 2002
Location: Finland
Posts: 5,797
|
Does anyone have a proven DV profile 8.1 sample clip in MP4 to test on my Sony's media player? I can get a profile 5 sample to trigger DV mode, but the 8.1 ones I created using RPU injection while encoding in x265 or injecting afterwards and then converting the files to MP4 won't work. The Sony player can apparently understand DV only in MP4 files, and the links to samples at Dolby's developer site just error out.
__________________
And if the band you're in starts playing different tunes I'll see you on the dark side of the Moon... |
5th July 2023, 14:45 | #640 | Link | |
Duh!
Join Date: Dec 2008
Posts: 239
|
Quote:
|
|
Thread Tools | Search this Thread |
Display Modes | |
|
|