You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ?
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 ?
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
The text was updated successfully, but these errors were encountered: