Skip to content

Transcoder: can add a stream with a custum profile #11

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

Merged
merged 5 commits into from
Jun 30, 2014

Conversation

cchampet
Copy link
Member

Also update Profile class to:
* enable loading profiles with the constructor
* implement getAudioProfiles function
* add update function

Clement Champetier added 5 commits June 30, 2014 14:03
By default the list of profiles is not loaded.
The function updates the corresponding profile, or create a new one if
it doesn't exist.
* Transcoder: 3 ways to add a stream, which call the private function
add( const InputStreamDesc& streamDefinition ).
* This impacts:
     * StreamTranscoder: init with a ProfileDesc instead of a
profileName.
     * OutputEssence (and the subclasses OutputVideo and OutputAudio):
set profile with a ProfileDesc instead of a profileName.
     * swig avTranscoder.i: include Profile because of includes in
output essence source files.
     * avTranscoder app.: can't update the profile with only the
profileName.
     * optionChecker app.: set the profile with the profileDesc.
MarcAntoine-Arnaud added a commit that referenced this pull request Jun 30, 2014
Transcoder: can add a stream with a custum profile
@MarcAntoine-Arnaud MarcAntoine-Arnaud merged commit 1e2d002 into avTranscoder:master Jun 30, 2014
cchampet added a commit to cchampet/avTranscoder that referenced this pull request Dec 3, 2014
HotFix: make OutputFile::getProgressDuration() virtual
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.

2 participants