You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to check only if the file has moov in the beginning of the file, so parse two atoms, and if it's there or not and close the file, so would not need to parse whole big mp4 file to detect if moov is in the beginning of the file.
so, I thought I feed AtomicParsley data until it prints out two first atoms and close the pipe.
The text was updated successfully, but these errors were encountered:
Thanks for filing an issue! Please note that this project is only passively maintained, so your best bet for getting an issue resolved is through a pull request that is easy to verify! Please read this for more information.
I would like to use something like:
or
I need to check only if the file has
moov
in the beginning of the file, so parse two atoms, and if it's there or not and close the file, so would not need to parse whole big mp4 file to detect ifmoov
is in the beginning of the file.so, I thought I feed AtomicParsley data until it prints out two first atoms and close the pipe.
The text was updated successfully, but these errors were encountered: