Page 2 of 2

Re: Dolby Digital+ bug

Posted: Fri May 06, 2022 3:13 pm
by alexflin
tsMuxeR version git-79b86ec. github.com/justdan96/tsMuxer

Re: Dolby Digital+ bug

Posted: Fri May 06, 2022 6:30 pm
by Alexey Kolesnikov
I don't see such issues with the files you have sent and latest version of tsMuxer. Could you send me all files from a menu or movie that mentioned in the line starting from "PL BDID = 00002" in the log during the mux process?

Re: Dolby Digital+ bug

Posted: Mon May 09, 2022 4:04 pm
by alexflin
Hi, now before reencode all the videos I don't get any errors. I can only see the error that says I need a video for the stream menu, because I have a picture. There's any way to create a video with a picture and a sound track to avoid this error? The program creates a _menu.264 but this doesn't skip this error.

Re: Dolby Digital+ bug

Posted: Mon May 09, 2022 7:35 pm
by Alexey Kolesnikov
Yes, you need to create a background video for the menu manually. There is currently no automatic way.

Re: Dolby Digital+ bug

Posted: Mon May 09, 2022 9:17 pm
by alexflin
I create a background video but it keeps me getting errors

23:12:08 MUX BD Type: v300, LTR 50 Gb. Recording rate: 8 000 000.
23:12:11 UHD BD constraint: File: menu.264: frame_mbs_only_flag value incorrect. Value: 0
23:12:11 UHD BD constraint: File: menu.264: frame_rate value incorrect. Value: 3
23:12:11 UHD BD constraint: File: menu.264: Progressive flag value incorrect. Value: 0
23:12:15 [ERROR] Error: For Seamless connection audio stream duration less then video duration. PID=4352, Clip: 00001, PlayList: 00001

This is the audio file 2 minutes
https://we.tl/t-y1sZWlgpeI

and the video file was created with the converter also 2 minutes video
https://we.tl/t-Fvv2uMDTHN

Re: Dolby Digital+ bug

Posted: Tue May 10, 2022 4:48 am
by Alexey Kolesnikov
You need to increase duration of the audio (it should be slightly longer than video) or uncheck Project properties -> Menu -> Menu playlist -> Seamless menu connection.

Re: Dolby Digital+ bug

Posted: Tue May 10, 2022 10:23 am
by alexflin
Alexey Kolesnikov wrote:
Tue May 10, 2022 4:48 am
You need to increase duration of the audio (it should be slightly longer than video) or uncheck Project properties -> Menu -> Menu playlist -> Seamless menu connection.
I tried with a 3 minutes of video and didn't work, also if I uncheck this option the result is a video choppy.

I don't get how this video menu works.

I followed this steps with a 1:30 video:

1 create a movie with audio
https://we.tl/t-cSP0FcyFrb
2 demux the audio to wav and use the wav file fixer
https://we.tl/t-ewvEejifRh
3 Encode with the encoder que video file using this parameters
Image

This is the result file
https://we.tl/t-tMt0DSjEoh

Then I add the audio and video to the menu
Image

Next step Mux
Image

And I get this choppy video file
https://we.tl/t-gmGuSIoLdz

Re: Dolby Digital+ bug

Posted: Tue May 10, 2022 7:15 pm
by Alexey Kolesnikov
The problem is that your audio is 44 kHz. But BDS warns about it (at least the latest beta). All audio should be at least 48 kHz.

Re: Dolby Digital+ bug

Posted: Tue May 10, 2022 9:25 pm
by alexflin
Alexey Kolesnikov wrote:
Tue May 10, 2022 7:15 pm
The problem is that your audio is 44 kHz. But BDS warns about it (at least the latest beta). All audio should be at least 48 kHz.
Thanks, I gonna convert the audio to 48 kHz

Re: Dolby Digital+ bug

Posted: Wed May 18, 2022 1:18 pm
by alexflin
It worked, thanks!