Skip to content

FFmpeg Self Grab#42

Open
Adam-Kay wants to merge 2 commits intomainfrom
ffmpeg-self-grab
Open

FFmpeg Self Grab#42
Adam-Kay wants to merge 2 commits intomainfrom
ffmpeg-self-grab

Conversation

@Adam-Kay
Copy link
Copy Markdown
Owner

@Adam-Kay Adam-Kay commented Jan 15, 2024

Long overdue overhaul of the system that finds and uses FFmpeg.

Functions and related issues:

@Adam-Kay Adam-Kay self-assigned this Jan 15, 2024
@Adam-Kay Adam-Kay added the enhancement New feature or request label Jan 15, 2024
Was only active for v1.7.0 anyways
@Adam-Kay
Copy link
Copy Markdown
Owner Author

Depending on the decided priorities, it would be good to merge in the changes from main before continuing work on this, to ensure that code changes to master and eventual merging in from #48 does not interfere with the new code.

This can be done one of two ways:

Rebase

Will move the starting point for the branch to be the current tip of main. Technically is rewriting history.

git checkout <branch-name> && git rebase main

Merge

Will merge in changes from main to the current point.

git checkout <branch-name> && git merge main

@Adam-Kay Adam-Kay force-pushed the main branch 2 times, most recently from 69792ad to 14b2994 Compare January 23, 2024 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Program should be able to download FFmpeg Program should use FFmpeg from PATH Program should detect FFmpeg if it's in the same folder

1 participant