Search found 1 match

by covid19
Mon Mar 23, 2020 4:39 pm
Forum: UHD discs
Topic: Dolby Vision now possible through MP4 Mux.
Replies: 10328
Views: 12651191

Re: Dolby Vision now possible through MP4 Mux.

Hello!

It's possible to create DV profile 5 video file in tsMuxer from file generated by bl_el_rpu_builder.py script with -mode 2 option?

Currently i do this with mp4muxer:

Code: Select all

mp4muxer --dv_profile 5 -i BL_RPU.hevc -o out.mp4
something like this.

Sorry for my english!