timheuer / taglib-sharp-portable

.NET Portable Class Library implementation of TagLib# (forked from TagLib# main project)
Other
58 stars 33 forks source link

mvhd box not found on mp4 #37

Open CaptiveCreeper opened 4 years ago

CaptiveCreeper commented 4 years ago

When using TagLib.File.Create() I get the error "mvhd box not found on mp4". I did some googleing and found this old stack overflow question (https://stackoverflow.com/questions/26664422/taglib-sharp-large-file-64bit-file-support) would it be possible to try and read a bit more than 32 bytes to find the mvhd box?