the link is in my signature.mimi8384 wrote: Fri Feb 04, 2022 2:06 pm RESET_9999 can you link me the files that i can test to see if dolby vision is correctly displayed?
I recommend converting to DD+ 1536kbps with ffmpeg:mimi8384 wrote: Fri Feb 04, 2022 2:06 pm Ah, another question how i can convert a DTS audio bluray traks to AC3 5.1 ( or best ) , because my sound bar ( SONOS ARC ) not support DTS .
Code: Select all
ffmpeg.exe -i input.mkv -map 0:1 -c:a eac3 -b:a 1536k -c:s copy output.mkv