[PR #148] Attempt to improve mp4 detection #1038

Open
opened 2026-01-29 16:58:32 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/148

State: closed
Merged: Yes


This fix is based on gpacs' mp4 detecition "gf_isom_probe_file" function
there was a typo in mp4 detection algorithm 'feee'->'free'
I had also added 'wide' box to mp4 detection algorithm, because it could also appear in the beginning of the file
I haven't found any description of 'jP ' box, so it was not included in this fix
Hope this fix will slightly increase true positive rate of mp4 detection.

**Original Pull Request:** https://github.com/CCExtractor/ccextractor/pull/148 **State:** closed **Merged:** Yes --- This fix is based on gpacs' mp4 detecition "gf_isom_probe_file" function there was a typo in mp4 detection algorithm 'feee'->'free' I had also added 'wide' box to mp4 detection algorithm, because it could also appear in the beginning of the file I haven't found any description of 'jP ' box, so it was not included in this fix Hope this fix will slightly increase true positive rate of mp4 detection.
claunia added the pull-request label 2026-01-29 16:58:32 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1038