Skip to content
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

xxxFrameDesc objects enable us to copy parameters of input to output #50

Open
cchampet opened this issue Jan 14, 2015 · 2 comments
Open

Comments

@cchampet
Copy link

They should contain an AVCodecContext.
And next use avcodec_copy_context [http://ffmpeg.org/doxygen/trunk/group__lavc__core.html#ga3933b21b9dcb9173df3e56673b7a7d76] to set the encoder

@cchampet cchampet self-assigned this Jan 14, 2015
@valnoel
Copy link

valnoel commented Jan 16, 2015

Why don't we analyse the input file to get the input properties, which would be overridden by the profile parameters, and then set as output properties ?

InputFile ==> Properties ==> OutputFile
                  ^
                  |
               Profile

@valnoel
Copy link

valnoel commented Jan 16, 2015

AudioFrameDesc must also contain the corresponding video fps. Maybe one fps value could be set to the whole OutputFile, and shared by all the streams (video, audio, etc..) ==> in FormatContext ?

@cchampet cchampet removed their assignment Jan 20, 2015
@cchampet cchampet modified the milestone: 0.5.3 Feb 12, 2015
@cchampet cchampet modified the milestone: 0.5.9 Jul 16, 2015
@cchampet cchampet modified the milestones: 0.5.9, 0.6.0 Jul 28, 2015
@cchampet cchampet removed this from the 0.6.0 milestone Nov 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants