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 |
![]() |
#701 | Link | |
Pig on the wing
Join Date: Mar 2002
Location: Finland
Posts: 5,673
|
Quote:
![]()
__________________
And if the band you're in starts playing different tunes I'll see you on the dark side of the Moon... |
|
![]() |
![]() |
![]() |
#703 | Link |
Registered User
Join Date: Jul 2022
Posts: 115
|
If I'm not mistaken you can't just turn an SDR video into HDR by adding metadata. SDR uses 8-bit colors and HDR uses 10-bit ones, so the base video streams are completely different. That HDR/DV metadata just tells the display how to adjust its brightness.
Last edited by GodzilaAvenger; 11th September 2023 at 20:00. |
![]() |
![]() |
![]() |
#704 | Link |
Registered User
Join Date: Feb 2006
Posts: 21
|
How could we go about fixing:
Format : Timed Text Muxing mode : sbtl Codec ID : tx3g Duration : 1 h 53 min Bit rate mode : Variable Bit rate : 69 b/s Frame rate : 0.409 FPS Stream size : 57.3 KiB (0%) Title : Traditional Language : English Service kind : Dubbed Default : No Forced : No If original was: Format : UTF-8 Codec ID : S_TEXT/UTF8 Codec ID/Info : UTF-8 Plain Text Duration : 1 h 52 min Bit rate : 63 b/s Frame rate : 0.287 FPS Count of elements : 1945 Stream size : 52.7 KiB (0%) Title : Traditional Language : Cantonese (Hant) Default : No Forced : No Before conversion? Is this an mp4box issue perhaps? |
![]() |
![]() |
![]() |
#709 | Link |
Registered User
Join Date: Jul 2022
Posts: 115
|
It matches the RPU's L6 values to those of the video, which you can find using MediaInfo. I remember quietvoid saying L6 values don't really matter and I've also seen a lot of files just have it be set to 0 (the MaxCLL and MaxFALL values), so do with it as you please.
|
![]() |
![]() |
![]() |
#712 | Link |
Registered User
Join Date: Jun 2023
Posts: 12
|
hello everybody
sorry for my bad english but it's not my native langage. i have 2 files. one is DV 23.76fps and one is hdr 24fps with exactly the same frames. the 24 fps have french langage so i would like to import DV into this file. i read the previous thread and some guys says that the DV is not FPS dependent so i can just use it with dvtools hybrid. but why is there an option to convert fps in hybrid script ? thank you |
![]() |
![]() |
![]() |
#713 | Link |
Registered User
Join Date: Dec 2013
Posts: 606
|
It is true that RPU works with framenumbers and framerate does not matter.
The option to change framerate may come in handy for e.g. cases where you want to be able to sync video with a certain audiotrack that comes from another source with a different framerate. Especially where you can't stretch/shrink the audio, such as Atmos (at least, not with freeware). I've done it several times to sync 24 fps (DoVi or not) video to 23.976 audio or vice versa. I've never used this option in QfG's script as I always rewrite timestamps for HEVC streams manually with a ffmpeg.exe commandline. I'm educationally guessing QfG would make use of this too in his script. Maybe he cares to confirm. Last edited by von Suppé; 21st September 2023 at 05:24. |
![]() |
![]() |
![]() |
#717 | Link | |
Registered User
Join Date: Dec 2013
Posts: 606
|
Quote:
I think my guess is right. Not having parsed the whole script, I did find the "-bsf:v hevc_metadata=tick_rate=" argument in the DDVT_HYBRID.cmd script. Should you want to manually change framerate of a hevc stream, here's two examples. Create a .cmd file with Notepad and type following string for rewriting timestamps for "23.976" fps: ffmpeg -i input.hevc -c copy -bsf:v hevc_metadata=tick_rate=(24000/1001):num_ticks_poc_diff_one=1 output.hevc For 24 fps type: ffmpeg -i input.hevc -c copy -bsf:v hevc_metadata=tick_rate=24:num_ticks_poc_diff_one=1 output.hevc Where obviously "input.hevc" is the source-stream and "output.hevc" will be the result. Put the cmd file with a copy of ffmpeg.exe in same folder where input-stream is and run. |
|
![]() |
![]() |
![]() |
#718 | Link | |
QfG Group Germany
Join Date: Oct 2018
Location: Germany
Posts: 231
|
Quote:
This function is not needed to adjust DV timestamps.
__________________
|
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|