microshow/RxFFmpeg

请问有没有视频裁剪的命令

zjunch opened this issue · 1 comments

请问有没有视频裁剪的命令

new RxFFmpegCommandList()
.append("-ss")
.append(CommUtils.videoTimeCut(start))
.append("-to")
.append(CommUtils.videoTimeCut(end))
.append("-accurate_seek")
.append("-i")
.append(info.path)
.append("-c:v")
.append("libx264")
.append("-avoid_negative_ts")
.append("1")
.append(file.getAbsolutePath())