mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-24 15:09:55 +00:00
[PR #148] Attempt to improve mp4 detection #1038
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.