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

Update developer section, add Filter API tutorials #10

Merged
merged 6 commits into from
Jul 2, 2024

Conversation

nlsdvl
Copy link
Collaborator

@nlsdvl nlsdvl commented Jun 25, 2024

This PR updates the developer section, top level page, navigation tree, and adds a tutorial section.
This tutorial section focuses on the Filter API usage, whereas the HOWTOs section is focused on using GPAC and MP4Box exectuables.

@nlsdvl nlsdvl requested a review from rbouqueau June 25, 2024 14:58

## Javascript Filters

The JS filter API makes it easy to **extend gpac** using the internal QuickJS runtime, giving access to the Filter API for frame and packet processing, but also APIs foradaptative streaming, compositing, storage, ...
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

foradaptive -> for adaptive (missing space)


The **GPAC Filter API** is at the core of the [MP4Box and GPAC](Howtos/gpac-mp4box) applications.

The `gpac` application allows building media pipeplines by conveniently [combining and configuring Filters](Filters/filters_general) from the command line.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pipeplines => pipelines

@rbouqueau
Copy link
Member

Perfect (aside from 2 typos), thank you!

Copy link
Member

@jeanlf jeanlf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good enough for a starting point, thanks !

@jeanlf jeanlf merged commit 9630213 into master Jul 2, 2024
1 check passed
rbouqueau added a commit that referenced this pull request Jul 2, 2024
@rbouqueau
Copy link
Member

I fixed my own typos on master ;)

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

Successfully merging this pull request may close these issues.

3 participants