-
Notifications
You must be signed in to change notification settings - Fork 74
Add glossary, case scenarios, and GUI-based transcoding tools #486
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
Open
gnd8596
wants to merge
143
commits into
amiaopensource:gh-pages
Choose a base branch
from
gnd8596:gh-pages
base: gh-pages
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added a glossary section with definitions and examples for technical terms related to codecs. Started Codec and add an anchor link to Codec Defaults section
Add event listener for hash link clicks to toggle visibility of hidden sections.
Added bibliography and video codec section to FLAC entry.
Updated glossary section with detailed codec descriptions and added bibliographic references.
Updated the description of the transcoding command to include a hyperlink for Apple ProRes 422.
Added information about Shutter Encoder and fixed a typo.
Member
|
Hello! This looks really good, but is there any chance that you could tidy it up into discrete commits for easier reviewing? e.g. one commit per new recipe/entry/change Edit: recommend something like this: # Make sure you have the latest gh-pages branch (prob the case already, just being thorough here)
git fetch --all
# Remove your commits but keep your changes in your working directory
git reset --mixed amiaopensource:gh-pages
# Use the patch commit to add each recipe/change in a separate commit
git add . --patch # NB: this can be abbreviated to git add . -p
gcmsg "Add glossary of technical terms"
# and so on... |
Collaborator
|
+1!
This is great but it would make it easier to review and merge if it was
broken up a bit.
…On Mon 22 Dec 2025 at 02:31, Katherine Frances Nagels < ***@***.***> wrote:
*kfrn* left a comment (amiaopensource/ffmprovisr#486)
<#486 (comment)>
Hello! This looks really good, but is there any chance that you could tidy
it up into discrete commits for easier reviewing? e.g. one commit per new
recipe/entry/change
—
Reply to this email directly, view it on GitHub
<#486 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAITFPVHAPQNO6RQH5SZWDL4C5JWNAVCNFSM6AAAAACPOPVQJSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTMOBQGA4TSNRSHE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist
This pull request adds a structured glossary of core FFmpeg and digital preservation terms, embeds glossary links throughout ffmprovisr, and introduces several real-world case scenarios illustrating common FFmpeg uses.
Changes include:
This work was informed by interviews with moving image preservation professionals and aims to lower barriers to entry for students and small institutions.