DolbyLaboratories / dlb_mp4base

The Dolby MP4 streaming muxer (dlb_mp4base) is a software implementation of a muxer of fragmented or unfragmented ISO base media file format (mp4). It supports muxing of Dolby Digital (AC-3), Dolby Digital Plus (E-AC-3), and Dolby AC-4 audio formats as well as Dolby Vision.
BSD 3-Clause "New" or "Revised" License
254 stars 60 forks source link

output file is 0 when using mac os binary #12

Closed francesco-tusa closed 4 years ago

francesco-tusa commented 4 years ago

using

../dlb_mp4base-master/bin/mp4muxer_mac --dv-profile 7 -i 00014.track_4113.hevc -i 00014.track_4117.hevc --dv-input-es-mode split --mpeg4-comp-brand mp42,iso6,isom,msdh,dby1 -o ./out.mp4 --overwrite

does not seem to write any data on the out.mp4 file.

francesco-tusa commented 4 years ago

It turns out that the process was actually performing the requested task but the output was not written on the output file interactively. For other people experiencing the same behaviour this should not be considered as an issue and they should just wait for the process to complete.