Search found 1 match
- Thu Jan 02, 2020 1:37 pm
- Forum: UHD discs
- Topic: Dolby Vision now possible through MP4 Mux.
- Replies: 10446
- Views: 13088497
Re: Dolby Vision now possible through MP4 Mux.
make this script: open a new text file and paste in: ren *track1.hevc baselayer.hevc ren *track2.hevc dvlayer.hevc ren *.ac3 audio.ac3 mp4muxer_64bits.exe --dv-profile 7 --input-file baselayer.hevc --input-file dvlayer.hevc --input-file audio.eac3 --media-lang eng --output-file movie.mp4 save it to...