-
Notifications
You must be signed in to change notification settings - Fork 275
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
Movie import #1258
Merged
Merged
Movie import #1258
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
2109f8f
Add movie importing features
scribblemaniac ce079a8
Add ffprobe to CI builds
scribblemaniac 4218c7a
Detect failed movie video import
scribblemaniac 1bb7f1b
Add cancel to movie import and audio mixing step of movie export
scribblemaniac 036bcd3
Add cancel to movie audio import
scribblemaniac e8593f1
Add progress updates and cancel to numbered image sequence import
scribblemaniac 5aa5fdc
Added support for many new audio formats
scribblemaniac 45aaada
Create a Movies import format that matches all supported extensions
scribblemaniac 52c2fb9
Make ffprobe optional by default and don't include by default
scribblemaniac 3650d8a
Merge branch 'master' into movie-import
scribblemaniac 0dc229c
Write to disk during movie import
scribblemaniac d458c10
Change ffmpeg-based duration detection
scribblemaniac 3b4aa3a
Add some checks and TODOs to the movie importer
scribblemaniac 055e626
Delete temporary folders on closing without saving
scribblemaniac 9804aec
Merge branch 'master' into pr-1258-changes
MrStevns 5a7257b
Move MovieImport Logic into MovieImporter class and decouple UI from …
MrStevns df12488
Rename verifyFFMPEG -> verifyFFmpegExists
MrStevns ea33310
Refactor movie importer...again
scribblemaniac 1dc3ade
Fix blank dialog when cancelling movie import
scribblemaniac 514f130
Remove unnecessary QProgressDialog reference in Editor
scribblemaniac File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Write to disk during movie import
This change is so that all frames that have not been modified since importing from a movie can be unloaded from memory and the frame cache. Saving is done by copying files on the disk. This should prevent out of control memory consumption during movie import, and should make saving said frames very fast.
- Loading branch information
commit 0dc229c2d6a70ba60c52591169a28e67a05db21b
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This too should be removed