RxFFmpeg icon indicating copy to clipboard operation
RxFFmpeg copied to clipboard

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

Open zjunch opened this issue 2 years ago • 1 comments

zjunch avatar Nov 01 '22 04:11 zjunch

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())

OneCoser avatar Nov 11 '22 10:11 OneCoser