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 |
12th June 2023, 06:39 | #603 | Link | |
QfG Group Germany
Join Date: Oct 2018
Location: Germany
Posts: 247
|
Quote:
__________________
|
|
13th June 2023, 00:08 | #604 | Link | |
Registered User
Join Date: Dec 2010
Posts: 140
|
Quote:
If the files have the exact same name (just in different folders) would that do the trick as far as lining up the correct files to be merged? |
|
13th June 2023, 22:07 | #605 | Link |
Registered User
Join Date: Jun 2023
Posts: 1
|
Thank you for the great tool. I have two questions.
Would it please be possible to add a script that converts the audio from DTS to AC3 but keeps the MKV and does not make it an MP4? If I have an MKV with PGS subs, would it be possible that the script removes the PGS subs instead of having to remove the PGS subs itself with MKVToolNix? |
16th June 2023, 14:45 | #606 | Link | ||
QfG Group Germany
Join Date: Oct 2018
Location: Germany
Posts: 247
|
-v0.56 Online
*NEW - Hybrid Script - If DV file contents DV and HDR10+ and the HDR file is only HDR you can choice to mux HDR10+ metadata into target file. DV RPU will always mux in HDR stream, HDR10+ is optional. *Small Bugfixes. Example: You have a UHD Remux only with HDR10 and a Hybrid WEB Release containing DV Profile 8 und HDR10+ Metadata. Choose UHD Remux as HDR File, the P8 Hybrid as DV file, type in the correct Delay and mux it. Quote:
Quote:
Code:
@echo off & setlocal mode con cols=122 lines=57 TITLE AUDIO TO AC3 Converter setlocal EnableDelayedExpansion set "FFMPEGpath=%~dp0tools\ffmpeg.exe" rem Path to ffmpeg.exe set "AUDIOCODEC=-c:a ac3 -b:a 640k" "!FFMPEGpath!" -drc_scale 0 -y -i "%~1" -strict experimental -loglevel error -stats -c:v copy !AUDIOCODEC! -c:s copy -strict -2 "%~dpn1_[AC3 CONVERTED]%~x1" setlocal DisableDelayedExpansion TIMEOUT 10
__________________
|
||
18th June 2023, 08:47 | #607 | Link |
QfG Group Germany
Join Date: Oct 2018
Location: Germany
Posts: 247
|
-v0.57 Online
*DEMUXER creates a directory in source file dir if a custom dir is set - Fixed. *HYBRID Any bugfixes and overhauled layout. Live ticker if HDR and OUTPUT Borders matches.
__________________
|
23rd June 2023, 16:23 | #609 | Link |
Registered User
Join Date: Jul 2007
Posts: 36
|
Thanks for the continued updates to this excellent toolset. A question on Apple DV Profile 8.4; searched this thread & found some discussion on converting to 8.4, but wondering if there's a way to convert videos shot on iPhone in DV 8.4 to a lower profile, namely 8.1?
__________________
Home Theater Fanatic |
24th June 2023, 07:31 | #610 | Link |
Registered User
Join Date: Mar 2007
Posts: 99
|
I wouldn't call 8.4 an higher profile, it's just different: it uses HLG instead of PQ, so to convert to 8.1 you would have to re-encode and convert to PQ.
Furthermore, Apple uses the ambient viewing environment metadata, I don't know if there is any player outside of Apple owns that honours it, but without that iPhone recorded DV 8.4 files look completely different. |
26th June 2023, 19:46 | #614 | Link |
QfG Group Germany
Join Date: Oct 2018
Location: Germany
Posts: 247
|
-v0.59 Online
*Hybrid Scripts supports now HDR10+ files without DV for secondary input. If the secondary stream contains DV and HDR10+ metadata, you can choose which metadata will be used for RPU. *Live ticker for Output file HDR infos. No support for DV Profile 8.4 now, because i have no HLG files for testing.
__________________
|
28th June 2023, 10:29 | #616 | Link |
Duh!
Join Date: Dec 2008
Posts: 239
|
Hi,
Reporting an issue. I can work it around with another tool, so mostly reporting as an FYI to DDVT maintainer (thx for your tool BTW). I have downloaded a large DoVi MKV movie for TESTING purposes on my LG OLED65C8 (2018). I converted the MKV to MP4 with DDVT_MKVTOMP4 v0.58, and TV plays it as a regular HDR file. Then I converted the MKV to MP4 with dvmkv2mp4 , and TV plays it as a DoVi file. For context, here are the "ffmpeg -i" output of all three files: - MKV: https://pastebin.com/LvGW4PaA - DDVT.mp4: https://pastebin.com/WBATZTkY - dvmkv2mp4.mp4: https://pastebin.com/CbEACpbt And the mediainfo of both converted files: - DDVT.mp4: https://pastebin.com/MUPVR0Fw - dvmkv2mp4.mp4: https://pastebin.com/7QnM3fwM Hope it helps. EDIT: Still experimenting. This time, I tried converting this DoVi MKV and the resulting mp4 plays as a DoVi on my TV. EDIT 2: Tried converting "FEL_test_for_AVS.mkv" available from HERE. This time, TV detects the resulting mp4 as a DoVi, but playback is stuck on the very first frame. This is so weird. Last edited by MadMonkey57; 28th June 2023 at 18:26. |
28th June 2023, 16:17 | #617 | Link | |||
Registered User
Join Date: Dec 2010
Posts: 21
|
Quote:
Quote:
Quote:
|
|||
28th June 2023, 18:27 | #619 | Link |
Duh!
Join Date: Dec 2008
Posts: 239
|
Sure. Updated the original post.
|
29th June 2023, 05:09 | #620 | Link |
Registered User
Join Date: Jul 2022
Posts: 126
|
My guess is that the problem stems from the codec type, one is "hev1" while the other is "dvhe". It seems that the latter triggers DV on your TV while the former doesn't. Also the HDR format info of the second one is weird (Version 0 isn't exactly a thing).
If I were to guess again I'd say this is because dvmkv2mp4 uses "hevc_mp4toannexb" but DDVT doesn't, but I may be wrong. Last edited by GodzilaAvenger; 29th June 2023 at 05:43. |
Thread Tools | Search this Thread |
Display Modes | |
|
|