[*] 每日优化
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 休眠一秒:等待后台任务调度
|
||||
sleep 1
|
||||
|
||||
# 等待任务
|
||||
startTime=$(date +%s)
|
||||
processId=$(ps -aux | grep "${project.artifactId}" | grep java | awk '{print $2}')
|
||||
|
||||
@@ -10,6 +10,9 @@ import lombok.Setter;
|
||||
* 视频编码 = 压缩
|
||||
* 8 = 颜色位数
|
||||
* 3 / 2 = YUV | RGB
|
||||
* 码率(比特率):单位(kbps | kbit/s | kb/s)
|
||||
* 码率 = 文件字节大小 * 8 / 秒数 / 1000
|
||||
* 1Byte = 8bit
|
||||
*
|
||||
* @author acgist
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user