forked from avTranscoder/avTranscoder
-
Notifications
You must be signed in to change notification settings - Fork 0
[WIP] Add analyse level full #1
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
cchampet
wants to merge
41
commits into
refactor_VideoPropertiesAnalyseFirstGOP
Choose a base branch
from
addAnalyseLevelFull
base: refactor_VideoPropertiesAnalyseFirstGOP
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.
Open
[WIP] Add analyse level full #1
cchampet
wants to merge
41
commits into
refactor_VideoPropertiesAnalyseFirstGOP
from
addAnalyseLevelFull
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
… stream And compute the exact number of frames.
PixelProperties: replace deprecated flags
…rtiesAnalyseFirstGOP VideoProperties: improve how to analyse the first GOP
…bz2So Travis: add copy of libbz2.so when deploying new avtranscoder versions
…ions The file does not exist on the Travis platform.
* When manually analyse an InputFile, the previous StreamProperties created are used to access the codec (if decoding is needed). * So in that cases, the _streams vector should be cleared after the new analysis.
* avtranscoder-0.11.0 becomes avtranscoder-0.11 * avtranscoder-java-0.11.0 becomes avtranscoder-java-0.11
These are fast-forward declarations of ffmpeg C structs.
CMake: fix msvc warnings at compile time
The local variable should not be called "os" when logging.
…eOnWindows FileProperties: fix InputFile analysis
…LibraryName CMake: remove patch version in the avtranscoder library name on Windows
Should be a dot instead of a dash between MAJOR and MINOR...
…GetFpsWithoutAverageFramerate VideoProperties: fix getFps if the average framerate is not defined
…into addAnalyseLevelFull
Use the number of decoded frames in analyseGopStructure method.
* Add log. * Avoid complicate if/else...
From the number of frames and the fps.
…e of full analysis
The current frame is already decoded when we call the callback.
And show the progress.
Use a switch statement instead of several if.
Else statement was not necessary!
Else statement was not necessary!
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.
No description provided.