rkmppenc の配布パッケージを更新するとともに、エンコードオプションを変更 #37
Merged
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.
変更の種類
チェックリスト:
説明 & 動機とコンテキスト
rkmppenc での H.264 エンコード時の profile を high → main に変更
mpp では high profile を指定すると、H.264 ヘッダにあまり一般的でない
constaint_set3_flag=1
が指定されます。予期せぬ問題を防ぐため、 main profile を使用するよう変更します。rkmppenc のビルド方法変更に伴い、配布パッケージに同梱するライブラリ(Library)を変更
下記のように、今回の変更後は作成した
rkmppenc.elf
のso参照先がシステムライブラリを除き、 Library 以下の so であることを確認しました。