mipops / dvrescue

Archivist-made software that supports data migration from DV tapes into digital files suitable for long-term preservation. Snapshot daily builds are at https://mediaarea.net/download/snapshots/binary/dvrescue/.
BSD 3-Clause "New" or "Revised" License
94 stars 20 forks source link

Matroska output fixes #761

Closed JeromeMartinez closed 11 months ago

JeromeMartinez commented 11 months ago

Fix https://github.com/mipops/dvrescue/issues/707.

Adding TrackUID to all tracks for full Matroska spec conformance (element not used but mandatory). Fix one block element size making FFmpeg wrongly reading the file.

FFmpeg has no more error and MediaConch errors are due to the lack of BlockAdditionMapping support (it needs to be updated).