Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
Y
yzg-util
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
YZG
yzg-util
Commits
4b578f49
Commit
4b578f49
authored
Jul 13, 2020
by
yanzg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
视频转换
parent
22e22df3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
MediaParameter.java
...ge/src/main/java/com/yanzuoguang/util/MediaParameter.java
+4
-4
No files found.
yzg-util-image/src/main/java/com/yanzuoguang/util/MediaParameter.java
View file @
4b578f49
...
...
@@ -243,7 +243,7 @@ public class MediaParameter extends BaseVo {
// 设置音频比特率
recorder
.
setAudioBitrate
(
this
.
getAudioBitRateFinally
());
recorder
.
setAudioQuality
(
this
.
audioBitRateZip
);
//
recorder.setAudioQuality(this.audioBitRateZip);
/*
recorder.setAudioCodec(this.audioCodec);
// 设置声道
...
...
@@ -268,13 +268,13 @@ public class MediaParameter extends BaseVo {
recorder
.
setVideoBitrate
(
StringHelper
.
getFirst
(
this
.
getVideoBitRateFinally
(),
this
.
getAudioBitRateFinally
()));
// 设置帧速率
// recorder.setFrameRate(this.videoFrameRate);
recorder
.
setVideoQuality
(
this
.
videoBitRateZip
);
//
recorder.setVideoQuality(this.videoBitRateZip);
}
public
void
initZipMp4
()
{
this
.
initMp4
();
// 设置
压缩帧
this
.
videoFrameRate
=
StringHelper
.
getFirst
(
this
.
videoFrameRate
,
15
d
);
// 设置
视频压缩率
this
.
audioBitRateZip
=
StringHelper
.
getFirst
(
this
.
audioBitRateZip
,
0.25f
);
// 设置压缩大小
this
.
videoSizeZip
=
StringHelper
.
getFirst
(
this
.
videoSizeZip
,
0.25f
);
// 设置视频压缩率
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment