Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
merge_av
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
胡斌
2018-12-17 08:59:26 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a5e3dcd122e5e726ed28de2fffeacd36bee12309
a5e3dcd1
1 parent
48fab9cf
set gop size to 20
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
pip/AVTranscoder.cpp
pip/AVTranscoder.cpp
查看文件 @
a5e3dcd
...
...
@@ -234,6 +234,7 @@ int CAVTranscoder::open_output_file(const char *filename)
/* video time_base can be set to whatever is handy and supported by encoder */
enc_ctx
->
time_base
.
num
=
1
;
enc_ctx
->
time_base
.
den
=
20
;
enc_ctx
->
gop_size
=
20
;
enc_ctx
->
me_range
=
16
;
enc_ctx
->
max_qdiff
=
4
;
...
...
请
注册
或
登录
后发表评论