gacopl / dvmkv2mp4

Convert any Dolby Vision/HDR10+ MKV to DV MP4 that runs on many devices
198 stars 36 forks source link

Segfault when converting DV7 Dual Layer using Docker #51

Open davigamer987 opened 2 months ago

davigamer987 commented 2 months ago
/usr/local/bin/dvmkv2mp4: line 379:   227 Segmentation fault      (core dumped) ionice -c 3 MP4Box -add BL_RPU.hevc:dv-profile=8 -add "1.eng.eac3":sopt:gfreg=ffdmx -lang 2=eng -name 2="TrueHD Atmos 7.1" -delay 2=0 -add "2.eng.eac3":sopt:gfreg=ffdmx -lang 3=eng -name 3="E-AC-3 Atmos 5.1" -delay 3=0 -chap chapters.list -tmp ./tmp -brand mp42isom -ab dby1 "Dune.Part.Two.2024.UHD.BluRay.2160p.TrueHD.Atmos.7.1.DV.HEVC.REMUX-FraMeSToR_1 DV-MP4.mp4"
rm: cannot remove 'RPU.bin': No such file or directory
rm: cannot remove 'extra.json': No such file or directory
rm: cannot remove 'hdr10plus_metadata.json': No such file or directory
Conversions runtime: 0:46:51 (hh:mm:ss)

I'm trying to convert this to DV Profile 8 using the docker container but it keeps giving me this segfault when creating the final MP4, The host is running on Arch Linux and there's plenty of RAM (64GB) so i don't think that's the issue.