After running through this utility, the frame rate changes from 23.976 to 25.000, this should not be! I suppose this is due to incomplete resolution, how to solve this problem?RESET_9999 wrote:
You can use the hdr10plus_tool if you cant wait for me...Code: Select all
hdr10plus_tool.exe remove input.hevc -o hdr10plus_removed_output.hevc
Dolby Vision now possible through MP4 Mux.
-
TheEqualizer
- Posts: 51
- Joined: Tue Feb 21, 2023 3:50 pm
Re: Dolby Vision now possible through MP4 Mux.
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
appletv / iTunes web-dl I guess?TheEqualizer wrote: Fri Jul 28, 2023 7:10 pm
After running through this utility, the frame rate changes from 23.976 to 25.000, this should not be! I suppose this is due to incomplete resolution, how to solve this problem?
This is due to Apple's incompetence. Most of their encodes are missing the frame rate bitstream information and if you don't specify it before muxing in mkvtoolnix, the output will be 25fps after using the dovi_tool/hdr10plus_tool.
You could try to write a proper framerate bitstream with eac3to.exe but it doesn't work all the time.
-
TheEqualizer
- Posts: 51
- Joined: Tue Feb 21, 2023 3:50 pm
Re: Dolby Vision now possible through MP4 Mux.
RESET_9999, уes exactly Apple TV. The new script that I expect from you is taught to do this automatically to avoid similar problems?
P.S. In manual mode, I got rid of the problem
P.S. In manual mode, I got rid of the problem
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
Yes, the script takes care of specifying the proper frame rate before muxing to MKV or TS but it doesn't fix it at the bitstream level like eac3to.exe or ffmpeg can do.TheEqualizer wrote: Fri Jul 28, 2023 7:19 pm RESET_9999, уes exactly Apple TV. The new script that I expect from you is taught to do this automatically to avoid similar problems?
Code: Select all
eac3to.exe "D:\input.mkv" 1: "D:\output.h265" -23.976 -changeto23.976Code: Select all
ffmpeg.exe -vsync drop -i input.mkv -c copy -bsf:v hevc_metadata=tick_rate=24000/1001:num_ticks_poc_diff_one=1 "output.hevc"-
legosoff
- Posts: 42
- Joined: Sun Sep 25, 2022 1:43 pm
Re: Dolby Vision now possible through MP4 Mux.
Hi, RESET_9999.
ffmpeg there are commands dvh1? I didn't find the command dvh1 only there is hvc1 и hev1, i need to dvh1. mp4box dvh1 great, but iPhone and iPad subtitles don't work, ffmpeg subtitles work.
ffmpeg there are commands dvh1? I didn't find the command dvh1 only there is hvc1 и hev1, i need to dvh1. mp4box dvh1 great, but iPhone and iPad subtitles don't work, ffmpeg subtitles work.
-
TheEqualizer
- Posts: 51
- Joined: Tue Feb 21, 2023 3:50 pm
Re: Dolby Vision now possible through MP4 Mux.
RESET_9999, thanks for the correction in DoVi_Scripts_1.9.0, now the 6-1-1 works as expected, of course, you need to pre-prepare the video as you wrote with eac3to or ffmpeg, thanks
-
thirdmoon
- Posts: 35
- Joined: Mon Jul 03, 2023 6:17 am
Re: Dolby Vision now possible through MP4 Mux.
@RESET_9999 is it possible to convert SDR video to HDR using the script or DaVinci?
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
-
legosoff
- Posts: 42
- Joined: Sun Sep 25, 2022 1:43 pm
Re: Dolby Vision now possible through MP4 Mux.
The problem of iPhone and iPad subtitles should be solved by mp4box.
-
TheEqualizer
- Posts: 51
- Joined: Tue Feb 21, 2023 3:50 pm
Re: Dolby Vision now possible through MP4 Mux.
RESET_9999, I understand that maybe the question is not at the right address, but I'll ask if you know. There is a problem that could not be solved, I understand that this is some kind of limitation of the LG operating system, if you play DV mp4 movies over the network (DLNA or NAS) with a lot of subtitle tracks, then switching subtitles is not available, at the same time if you run the same movie in mkv over the network, then subtitles can be switched as when connected via usb
-
sw5163
- Posts: 146
- Joined: Sat Jun 25, 2022 7:28 am
Re: Dolby Vision now possible through MP4 Mux.
You can trylegosoff wrote: Sat Jul 29, 2023 2:10 pm The problem of iPhone and iPad subtitles should be solved by mp4box.
Code: Select all
mp4box -add dv.hevc -add atmos.eac3 -add sub.srt:hdlr=sbtl:lang=eng -new dvh1.atmos.engsub.mp4
Code: Select all
ffmpeg -i sub.srt -c:s mov_text -metadata:s language=eng sub.mp4
Code: Select all
mp4box -add dv.hevc -add atmos.eac3 -add sub.mp4 -new dvh1.atmos.engsub.mp4
-
legosoff
- Posts: 42
- Joined: Sun Sep 25, 2022 1:43 pm
Re: Dolby Vision now possible through MP4 Mux.
Hi, sw5163.sw5163 wrote: Sun Jul 30, 2023 3:54 amYou can trylegosoff wrote: Sat Jul 29, 2023 2:10 pm The problem of iPhone and iPad subtitles should be solved by mp4box.Or you can first put an mov_text sub into a mp4 containerCode: Select all
mp4box -add dv.hevc -add atmos.eac3 -add sub.srt:hdlr=sbtl:lang=eng -new dvh1.atmos.engsub.mp4And thenCode: Select all
ffmpeg -i sub.srt -c:s mov_text -metadata:s language=eng sub.mp4Code: Select all
mp4box -add dv.hevc -add atmos.eac3 -add sub.mp4 -new dvh1.atmos.engsub.mp4
mp4box -add dv.hevc -add atmos.eac3 -add sub.srt:hdlr=sbtl:lang=eng -new dvh1.atmos.engsub.mp4 subtitles no.
ffmpeg -i sub.srt -c:s mov_text -metadata:s language=eng sub.mp4 through mp4box -add dv.hevc -add atmos.eac3 -add sub.mp4 -new dvh1.atmos.engsub.mp4 too subtitles no.
ffmpeg -i dv.mkv -map 0:v? -map 0:a? -map 0:s? -c:v copy -c:a copy -c:s mov_text dv.mp4 subtitles there is.
I'll try it now Subtitle Edit there will be several format files on mp4box.
-
legosoff
- Posts: 42
- Joined: Sun Sep 25, 2022 1:43 pm
Re: Dolby Vision now possible through MP4 Mux.
mp4box subtitles.vtt works iPhone and iPad, but it's a pity there is a minus LG TV, Samsung TV, Android TV, Windows VLC and 321 does not work subtitles.vtt
Most likely mp4box at him mov_text no, need to inform the development mp4box up to update version with support mov_text. Where can I inform those mp4box support?
Well if I can make two there will be subtitles format subtitles.srt and subtitles.vtt now everyone has support iPhone, iPad, LG TV, Samsung TV, Android TV, Windows VLC and 321 everything is OK.
Most likely mp4box at him mov_text no, need to inform the development mp4box up to update version with support mov_text. Where can I inform those mp4box support?
Well if I can make two there will be subtitles format subtitles.srt and subtitles.vtt now everyone has support iPhone, iPad, LG TV, Samsung TV, Android TV, Windows VLC and 321 everything is OK.
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
I don't know, I hate the MP4 container.TheEqualizer wrote: Sat Jul 29, 2023 9:22 pm RESET_9999, I understand that maybe the question is not at the right address, but I'll ask if you know. There is a problem that could not be solved, I understand that this is some kind of limitation of the LG operating system, if you play DV mp4 movies over the network (DLNA or NAS) with a lot of subtitle tracks, then switching subtitles is not available, at the same time if you run the same movie in mkv over the network, then subtitles can be switched as when connected via usb
TS container is 10times better for DV. Have you tried it with external SRT ?
-
TheEqualizer
- Posts: 51
- Joined: Tue Feb 21, 2023 3:50 pm
Re: Dolby Vision now possible through MP4 Mux.
I would love to do it in TS, but srt external subtitles are only suitable when it comes to one track, and if there are many of them? Therefore, this solution is not suitable.RESET_9999 wrote: I don't know, I hate the MP4 container.
TS container is 10times better for DV. Have you tried it with external SRT ?