Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to read from stream #60

Open
glensc opened this issue Sep 21, 2022 · 1 comment
Open

Add support to read from stream #60

glensc opened this issue Sep 21, 2022 · 1 comment

Comments

@glensc
Copy link

glensc commented Sep 21, 2022

I would like to use something like:

AtomicParsley - -T< add_10sec.mp4

or

cat add_10sec.mp4 | AtomicParsley - -T

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.

@github-actions
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant