跳过导航链接
A B C E G H I J M O P Q S T V W 

A

addOutputBuilder(FFmpegOutputBuilder) - 类 中的方法com.gdxsoft.ffmpegUtils.Command
添加输出文件的命令体
addResult(String, ConvertResult) - 类 中的方法com.gdxsoft.ffmpegUtils.job.JobResult
 

B

BIT_RATE_1M - 类 中的静态变量com.gdxsoft.ffmpegUtils.VideoConvert
 
BIT_RATE_2M - 类 中的静态变量com.gdxsoft.ffmpegUtils.VideoConvert
 
BIT_RATE_500K - 类 中的静态变量com.gdxsoft.ffmpegUtils.VideoConvert
 
BIT_RATE_5M - 类 中的静态变量com.gdxsoft.ffmpegUtils.VideoConvert
 

C

call() - 类 中的方法com.gdxsoft.ffmpegUtils.job.JobWorker
当通过 ThreadPoolExecutor加载时执行
checkAllDown() - 接口 中的方法com.gdxsoft.ffmpegUtils.job.IJobMain
 
checkAllDown() - 类 中的方法com.gdxsoft.ffmpegUtils.Samples.JobMainSampleImpl
检查是否所有工作已经完成
checkConverted() - 接口 中的方法com.gdxsoft.ffmpegUtils.job.ITaskInfo
检查是否已经处理过
checkConverted() - 类 中的方法com.gdxsoft.ffmpegUtils.Samples.TaskSampleImpl
检查是否已经处理过
com.gdxsoft.ffmpegUtils - 程序包 com.gdxsoft.ffmpegUtils
 
com.gdxsoft.ffmpegUtils.job - 程序包 com.gdxsoft.ffmpegUtils.job
 
com.gdxsoft.ffmpegUtils.Samples - 程序包 com.gdxsoft.ffmpegUtils.Samples
 
Command - com.gdxsoft.ffmpegUtils中的类
执行Ffmpeg的命令体 因为 builder创建的 FFmpegOutputBuilder,不可在builder中访问,因此用于保存builder,一个或多个FFmpegOutputBuilder,用于后面访问
Command() - 类 的构造器com.gdxsoft.ffmpegUtils.Command
 
Commands - com.gdxsoft.ffmpegUtils中的类
创建命令体的静态类,同时提供在 ffmpeg-utils.properties定义的系统参数
Commands() - 类 的构造器com.gdxsoft.ffmpegUtils.Commands
 
converToCoverImage(File) - 类 中的方法com.gdxsoft.ffmpegUtils.job.JobWorker
获取一张视频的封面(关键帧)
converToCoverImage(File, File) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoConvert
提取一张视频的封面(关键帧)
converToCoverImage(String, String) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoConvert
提取一张视频的封面(关键帧)
ConvertResult - com.gdxsoft.ffmpegUtils中的类
执行 ffmpeg转换命令后的结果
ConvertResult() - 类 的构造器com.gdxsoft.ffmpegUtils.ConvertResult
初始化类,记录当前时间 startTime
convertTo(File, File, long, VideoScale) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoConvert
转换视频
convertTo(String, String, long, VideoScale) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoConvert
转换视频
convertToM3u8(File) - 类 中的方法com.gdxsoft.ffmpegUtils.job.JobWorker
分解为 ts 片段文件
convertToM3u8(File, String, int) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoConvert
分解为 ts 片段文件
convertToMp4() - 类 中的方法com.gdxsoft.ffmpegUtils.job.JobWorker
转换为MP4
convertToMp4TsM3u8(ITaskInfo) - 类 中的方法com.gdxsoft.ffmpegUtils.job.JobWorker
按顺序转换视频为 mp4, ts, m3u8
convertToTs(File) - 类 中的方法com.gdxsoft.ffmpegUtils.job.JobWorker
转成 ts文件
convertToTs(String, String) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoConvert
转成 ts文件
convertToTs(File, File) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoConvert
转成 ts文件
createConvert2Mp4(File, File, String, long, VideoScale, Watermark) - 类 中的静态方法com.gdxsoft.ffmpegUtils.Commands
转换成mp4文件
createConvert2Mp4(String, String, String, long, VideoScale, Watermark) - 类 中的静态方法com.gdxsoft.ffmpegUtils.Commands
转换成mp4文件
createCovert2TsCommand(File, File) - 类 中的静态方法com.gdxsoft.ffmpegUtils.Commands
转换为ts文件
createCovert2TsCommand(String, String) - 类 中的静态方法com.gdxsoft.ffmpegUtils.Commands
转换为ts文件
createGetCoverCommand(File, File) - 类 中的静态方法com.gdxsoft.ffmpegUtils.Commands
创建 获取视频的一张封面图(关键帧)命令
createGetCoverCommand(String, String) - 类 中的静态方法com.gdxsoft.ffmpegUtils.Commands
创建 获取视频的一张封面图(关键帧)命令
createM3u8Command(String, String, String) - 类 中的静态方法com.gdxsoft.ffmpegUtils.Commands
创建 转码m3u8 视频格式文件,按照每5秒分割一个
createM3u8Command(String, String, String, int) - 类 中的静态方法com.gdxsoft.ffmpegUtils.Commands
创建 转码m3u8 视频格式文件
createWatermark() - 类 中的方法com.gdxsoft.ffmpegUtils.Samples.JobMainSampleImpl
 

E

exec(FFmpegBuilder, ProgressListener) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoConvert
执行 Ffmpeg命令
exec(Command, ProgressListener) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoConvert
执行 Ffmpeg命令
execTimeMilliSeconds() - 类 中的方法com.gdxsoft.ffmpegUtils.ConvertResult
执行时间(毫秒)

G

get1080P() - 类 中的静态方法com.gdxsoft.ffmpegUtils.VideoScale
1920 x 1080
get480P() - 类 中的静态方法com.gdxsoft.ffmpegUtils.VideoScale
720 x 480
get4K() - 类 中的静态方法com.gdxsoft.ffmpegUtils.VideoScale
3840 x 2160
get720P() - 类 中的静态方法com.gdxsoft.ffmpegUtils.VideoScale
1280 x 720
get8K() - 类 中的静态方法com.gdxsoft.ffmpegUtils.VideoScale
7680 x 4320
getArgs() - 类 中的方法com.gdxsoft.ffmpegUtils.ConvertResult
ffmpeg 执行参数
getAudioStream() - 类 中的方法com.gdxsoft.ffmpegUtils.VideoInfo
 
getBitRate() - 接口 中的方法com.gdxsoft.ffmpegUtils.job.ITaskInfo
输出视频码率
getBitRate() - 类 中的方法com.gdxsoft.ffmpegUtils.job.TaskBasic
 
getBottom() - 类 中的方法com.gdxsoft.ffmpegUtils.Watermark
 
getBuilder() - 类 中的方法com.gdxsoft.ffmpegUtils.Command
获取 Ffmpeg的命令体
getEndTime() - 类 中的方法com.gdxsoft.ffmpegUtils.ConvertResult
执行结束时间(毫秒)
getFormat() - 类 中的方法com.gdxsoft.ffmpegUtils.VideoInfo
 
getHeight() - 类 中的方法com.gdxsoft.ffmpegUtils.VideoScale
高度
getHwAccel() - 类 中的方法com.gdxsoft.ffmpegUtils.VideoConvert
获取硬件加速
getJobMain() - 类 中的方法com.gdxsoft.ffmpegUtils.job.JobWorker
 
getLastOutputBuilder() - 类 中的方法com.gdxsoft.ffmpegUtils.Command
获取最后一次添加的 输出文件的命令体
getLeft() - 类 中的方法com.gdxsoft.ffmpegUtils.Watermark
 
getLogoFile() - 类 中的方法com.gdxsoft.ffmpegUtils.Watermark
获取水印图片文件的路径
getLogoPath() - 类 中的方法com.gdxsoft.ffmpegUtils.Samples.JobMainSampleImpl
 
getLogoScale() - 类 中的方法com.gdxsoft.ffmpegUtils.Watermark
获取水印分辨率
getOutPrefix() - 接口 中的方法com.gdxsoft.ffmpegUtils.job.ITaskInfo
输出视频地址前缀,例如 /home/guolei/video/output/vod_1121
转换完毕根据前缀添加扩展名,例如:输出文件 mp4为
/home/guolei/video/output/vod_1121.mp4
输出文件 ts 为 /home/guolei/video/output/vod_1121.ts
输出文件 m3u8 为 /home/guolei/video/output/vod_1121.m3u8
getOutPrefix() - 类 中的方法com.gdxsoft.ffmpegUtils.job.TaskBasic
输出地址前缀
getOutputBuilders() - 类 中的方法com.gdxsoft.ffmpegUtils.Command
获取所有输出文件的命令体
getOutputInfo() - 类 中的方法com.gdxsoft.ffmpegUtils.ConvertResult
输出视频信息
getOutputPath() - 类 中的方法com.gdxsoft.ffmpegUtils.Samples.JobMainSampleImpl
 
getOutVideoScale() - 接口 中的方法com.gdxsoft.ffmpegUtils.job.ITaskInfo
输出视频分辨率
getOutVideoScale() - 类 中的方法com.gdxsoft.ffmpegUtils.job.TaskBasic
 
getOverlay() - 类 中的方法com.gdxsoft.ffmpegUtils.Watermark
filter_complex参数中 logo 在视频上的位置,在初始 initRightBottom等命令中自动创建
getResult(String) - 类 中的方法com.gdxsoft.ffmpegUtils.job.JobResult
 
getResultM3u8() - 类 中的方法com.gdxsoft.ffmpegUtils.job.JobResult
 
getResultMp4() - 类 中的方法com.gdxsoft.ffmpegUtils.job.JobResult
 
getResultTs() - 类 中的方法com.gdxsoft.ffmpegUtils.job.JobResult
 
getRight() - 类 中的方法com.gdxsoft.ffmpegUtils.Watermark
 
getSegmentList() - 类 中的方法com.gdxsoft.ffmpegUtils.VideoInfo
 
getSourceInfo() - 类 中的方法com.gdxsoft.ffmpegUtils.ConvertResult
来源视频信息
getSourcePath() - 类 中的方法com.gdxsoft.ffmpegUtils.Samples.JobMainSampleImpl
 
getSourceVideo() - 接口 中的方法com.gdxsoft.ffmpegUtils.job.ITaskInfo
来源视频地址
getSourceVideo() - 类 中的方法com.gdxsoft.ffmpegUtils.job.TaskBasic
来源视频
getStartTime() - 类 中的方法com.gdxsoft.ffmpegUtils.ConvertResult
执行开始时间(毫秒)
getTask() - 接口 中的方法com.gdxsoft.ffmpegUtils.job.IJobMain
 
getTask() - 类 中的方法com.gdxsoft.ffmpegUtils.Samples.JobMainSampleImpl
获取一个work使用的任务信息
getTaskInfo() - 类 中的方法com.gdxsoft.ffmpegUtils.job.JobWorker
获取任务信息
getTop() - 类 中的方法com.gdxsoft.ffmpegUtils.Watermark
 
getVideoDecoder() - 类 中的方法com.gdxsoft.ffmpegUtils.VideoConvert
获取视频解码器
getVideoEncoder() - 类 中的方法com.gdxsoft.ffmpegUtils.VideoConvert
获取视频编码
getVideoPath() - 类 中的方法com.gdxsoft.ffmpegUtils.VideoInfo
 
getVideoScale() - 类 中的方法com.gdxsoft.ffmpegUtils.Watermark
获取视频分辨率
getVideoStream() - 类 中的方法com.gdxsoft.ffmpegUtils.VideoInfo
 
getVodCovert() - 类 中的方法com.gdxsoft.ffmpegUtils.job.JobWorker
 
getWaterMark() - 接口 中的方法com.gdxsoft.ffmpegUtils.job.ITaskInfo
输出视频水印
getWaterMark() - 类 中的方法com.gdxsoft.ffmpegUtils.job.TaskBasic
 
getWidth() - 类 中的方法com.gdxsoft.ffmpegUtils.VideoScale
宽度
getWorkName() - 类 中的方法com.gdxsoft.ffmpegUtils.job.JobWorker
 

H

HW_H264_ENC - 类 中的静态变量com.gdxsoft.ffmpegUtils.Commands
启用的硬件加速的h264编码方式,例如 h264_nvenc
HWACCEL - 类 中的静态变量com.gdxsoft.ffmpegUtils.Commands
启用的硬件加速方式,例如 cuvid

I

IJobMain - com.gdxsoft.ffmpegUtils.job中的接口
 
initDefaultVc() - 类 中的方法com.gdxsoft.ffmpegUtils.job.JobWorker
根据ffmpeg-utils.properties的定义,初始化默认的 VideoConvert
initLeftBottom(String, int, int, VideoScale) - 类 中的方法com.gdxsoft.ffmpegUtils.Watermark
左下角 "overlay=" + left + ":main_h-overlay_h-" + bottom
initLeftTop(String, int, int, VideoScale) - 类 中的方法com.gdxsoft.ffmpegUtils.Watermark
左上角 "overlay=" + left + ":" + top
initQueue(int) - 类 中的方法com.gdxsoft.ffmpegUtils.Samples.JobMainSampleImpl
根据 queueLength 初始化worker队列
initRightBottom(String, int, int, VideoScale) - 类 中的方法com.gdxsoft.ffmpegUtils.Watermark
右下角 "overlay=main_w-overlay_w-" + right + ":main_h-overlay_h-" + bottom
initRightTop(String, int, int, VideoScale) - 类 中的方法com.gdxsoft.ffmpegUtils.Watermark
右上角 "overlay=main_w-overlay_w-" + right + ":" + top
isConvertToM3u8() - 接口 中的方法com.gdxsoft.ffmpegUtils.job.ITaskInfo
是否转码为M3u8 格式,默认true
isConvertToM3u8() - 类 中的方法com.gdxsoft.ffmpegUtils.job.TaskBasic
是否转码为M3u8 格式,默认true
isConvertToTs() - 接口 中的方法com.gdxsoft.ffmpegUtils.job.ITaskInfo
是否转码为 MPEG-TS 格式,默认true
isConvertToTs() - 类 中的方法com.gdxsoft.ffmpegUtils.job.TaskBasic
是否转码为 MPEG-TS 格式,默认true
isM3u8File() - 类 中的方法com.gdxsoft.ffmpegUtils.VideoInfo
是否是 m3u8索引视频
ITaskInfo - com.gdxsoft.ffmpegUtils.job中的接口
 

J

JobMainSampleImpl - com.gdxsoft.ffmpegUtils.Samples中的类
一个简单的任务分配的主程序boss
1 扫描视频所在源目录下的所有视频加载到任务队列中
2 启动多线程的worker工作队列
3 worker 通过 主程序boss的 getTask 获取任务并执行
JobMainSampleImpl() - 类 的构造器com.gdxsoft.ffmpegUtils.Samples.JobMainSampleImpl
 
JobResult - com.gdxsoft.ffmpegUtils.job中的类
 
JobResult() - 类 的构造器com.gdxsoft.ffmpegUtils.job.JobResult
 
JobWorker - com.gdxsoft.ffmpegUtils.job中的类
视频转换工人
JobWorker(String, IJobMain) - 类 的构造器com.gdxsoft.ffmpegUtils.job.JobWorker
初始化工人

M

main(String[]) - 类 中的静态方法com.gdxsoft.ffmpegUtils.Samples.JobMainSampleImpl
 
main(String[]) - 类 中的静态方法com.gdxsoft.ffmpegUtils.Samples.test
 

O

onAlreadyConverted(JobWorker, Object[]) - 接口 中的方法com.gdxsoft.ffmpegUtils.job.ITaskInfo
当完成时
onAlreadyConverted(JobWorker, Object[]) - 类 中的方法com.gdxsoft.ffmpegUtils.Samples.TaskSampleImpl
 
onCompleted(JobWorker, Object[]) - 接口 中的方法com.gdxsoft.ffmpegUtils.job.ITaskInfo
当完成时
onCompleted(JobWorker, Object[]) - 类 中的方法com.gdxsoft.ffmpegUtils.Samples.TaskSampleImpl
当完成时
onError(JobWorker, Exception, Object[]) - 接口 中的方法com.gdxsoft.ffmpegUtils.job.ITaskInfo
当失败时
onError(JobWorker, Exception, Object[]) - 类 中的方法com.gdxsoft.ffmpegUtils.Samples.TaskSampleImpl
当失败时
onStart(JobWorker, Object[]) - 接口 中的方法com.gdxsoft.ffmpegUtils.job.ITaskInfo
当转换开始
onStart(JobWorker, Object[]) - 类 中的方法com.gdxsoft.ffmpegUtils.Samples.TaskSampleImpl
当转换开始
onStep(JobWorker, String, Object[]) - 接口 中的方法com.gdxsoft.ffmpegUtils.job.ITaskInfo
当执行过程中
onStep(JobWorker, String, Object[]) - 类 中的方法com.gdxsoft.ffmpegUtils.Samples.TaskSampleImpl
当执行过程中

P

PATH_FFMPEG - 类 中的静态变量com.gdxsoft.ffmpegUtils.Commands
ffmpeg 执行文件目录和文件名 ,例如 c:/ffmpeg/bin/ffmpeg.exe
PATH_FFPROBE - 类 中的静态变量com.gdxsoft.ffmpegUtils.Commands
ffprobe 执行文件目录和文件名 ,例如 c:/ffmpeg/bin/ffprobe.exe

Q

queryM3u8Info(String) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoConvert
根据 M3u8 索引文件,获取分片文件列表
queryM3u8Info(File) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoConvert
根据 M3u8 索引文件,获取分片文件列表
queryMoreTasks() - 类 中的方法com.gdxsoft.ffmpegUtils.Samples.JobMainSampleImpl
获取更多的任务
queryVodInfo(File) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoConvert
获取视频基础信息
queryVodInfo(String) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoConvert
获取视频基础信息

S

setArgs(List<String>) - 类 中的方法com.gdxsoft.ffmpegUtils.ConvertResult
ffmpeg 执行参数
setAudioStream(FFmpegStream) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoInfo
 
setBitRate(long) - 接口 中的方法com.gdxsoft.ffmpegUtils.job.ITaskInfo
输出视频码率
setBitRate(long) - 类 中的方法com.gdxsoft.ffmpegUtils.job.TaskBasic
 
setBuilder(FFmpegBuilder) - 类 中的方法com.gdxsoft.ffmpegUtils.Command
设置 Ffmpeg的命令体
setConvertToM3u8(boolean) - 接口 中的方法com.gdxsoft.ffmpegUtils.job.ITaskInfo
是否转码为 M3u8 格式
setConvertToM3u8(boolean) - 类 中的方法com.gdxsoft.ffmpegUtils.job.TaskBasic
是否转码为 M3u8 格式
setConvertToTs(boolean) - 接口 中的方法com.gdxsoft.ffmpegUtils.job.ITaskInfo
是否转码为 MPEG-TS 格式,默认true
setConvertToTs(boolean) - 类 中的方法com.gdxsoft.ffmpegUtils.job.TaskBasic
是否转码为 MPEG-TS 格式,默认true
setEndTime(long) - 类 中的方法com.gdxsoft.ffmpegUtils.ConvertResult
执行结束时间(毫秒)
setFormat(FFmpegFormat) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoInfo
 
setHeight(int) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoScale
高度
setHwAccel(String) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoConvert
设置硬件加速
setLogoFile(String) - 类 中的方法com.gdxsoft.ffmpegUtils.Watermark
设置水印图片文件的路径
setLogoPath(String) - 类 中的方法com.gdxsoft.ffmpegUtils.Samples.JobMainSampleImpl
 
setLogoScale(VideoScale) - 类 中的方法com.gdxsoft.ffmpegUtils.Watermark
设置水印分辨率
setM3u8File(boolean) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoInfo
 
setOutPrefix(String) - 接口 中的方法com.gdxsoft.ffmpegUtils.job.ITaskInfo
输出视频地址前缀,例如 /home/guolei/video/output/vod_1121
转换完毕根据前缀添加扩展名,例如:输出文件 mp4为
/home/guolei/video/output/vod_1121.mp4
输出文件 ts 为 /home/guolei/video/output/vod_1121.ts
输出文件 m3u8 为 /home/guolei/video/output/vod_1121.m3u8
setOutPrefix(String) - 类 中的方法com.gdxsoft.ffmpegUtils.job.TaskBasic
输出视频地址前缀,例如 /home/guolei/video/output/vod_1121
转换完毕根据前缀添加扩展名,例如:输出文件 mp4为
/home/guolei/video/output/vod_1121.mp4
输出文件 ts 为 /home/guolei/video/output/vod_1121.ts
输出文件 m3u8 为 /home/guolei/video/output/vod_1121.m3u8
setOutputInfo(VideoInfo) - 类 中的方法com.gdxsoft.ffmpegUtils.ConvertResult
输出视频信息
setOutputPath(String) - 类 中的方法com.gdxsoft.ffmpegUtils.Samples.JobMainSampleImpl
 
setOutVideoScale(VideoScale) - 接口 中的方法com.gdxsoft.ffmpegUtils.job.ITaskInfo
输出视频分辨率
setOutVideoScale(VideoScale) - 类 中的方法com.gdxsoft.ffmpegUtils.job.TaskBasic
 
setSegmentList(List<String>) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoInfo
 
setSourceInfo(VideoInfo) - 类 中的方法com.gdxsoft.ffmpegUtils.ConvertResult
来源视频信息
setSourcePath(String) - 类 中的方法com.gdxsoft.ffmpegUtils.Samples.JobMainSampleImpl
 
setSourceVideo(String) - 接口 中的方法com.gdxsoft.ffmpegUtils.job.ITaskInfo
来源视频地址
setSourceVideo(String) - 类 中的方法com.gdxsoft.ffmpegUtils.job.TaskBasic
源视频地址,例如 /home/guolei/video/source/vod_1121.mov
setStartTime(long) - 类 中的方法com.gdxsoft.ffmpegUtils.ConvertResult
执行开始时间(毫秒)
setVideoDecoder(String) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoConvert
设置视频解码器
setVideoEncoder(String) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoConvert
设置视频编码
setVideoPath(String) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoInfo
 
setVideoScale(VideoScale) - 类 中的方法com.gdxsoft.ffmpegUtils.Watermark
设置视频分辨率
setVideoStream(FFmpegStream) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoInfo
 
setVodCovert(VideoConvert) - 类 中的方法com.gdxsoft.ffmpegUtils.job.JobWorker
 
setWaterMark(Watermark) - 接口 中的方法com.gdxsoft.ffmpegUtils.job.ITaskInfo
输出视频水印
setWaterMark(Watermark) - 类 中的方法com.gdxsoft.ffmpegUtils.job.TaskBasic
 
setWatermark(Watermark) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoConvert
设置水印
setWidth(int) - 类 中的方法com.gdxsoft.ffmpegUtils.VideoScale
宽度

T

TaskBasic - com.gdxsoft.ffmpegUtils.job中的类
用于boss和work传递的任务信息
TaskBasic() - 类 的构造器com.gdxsoft.ffmpegUtils.job.TaskBasic
 
TaskSampleImpl - com.gdxsoft.ffmpegUtils.Samples中的类
示例任务对象
TaskSampleImpl() - 类 的构造器com.gdxsoft.ffmpegUtils.Samples.TaskSampleImpl
 
test - com.gdxsoft.ffmpegUtils.Samples中的类
 
test() - 类 的构造器com.gdxsoft.ffmpegUtils.Samples.test
 
toString() - 类 中的方法com.gdxsoft.ffmpegUtils.VideoScale
返回 ffmpeg 所需的命令格式
toString() - 类 中的方法com.gdxsoft.ffmpegUtils.Watermark
输出 filter_complex 命令

V

VideoConvert - com.gdxsoft.ffmpegUtils中的类
视频转换类
VideoConvert() - 类 的构造器com.gdxsoft.ffmpegUtils.VideoConvert
初始化类
通过 ffmpeg-utils.properties的PATH_FFMPEG和PATH_FFPROBE 定义, 创建 ffmpeg 和 ffprobe对象
VideoConvert(String, String) - 类 的构造器com.gdxsoft.ffmpegUtils.VideoConvert
初始化类
VideoInfo - com.gdxsoft.ffmpegUtils中的类
视频信息
VideoInfo() - 类 的构造器com.gdxsoft.ffmpegUtils.VideoInfo
 
VideoScale - com.gdxsoft.ffmpegUtils中的类
视频缩放比例
VideoScale() - 类 的构造器com.gdxsoft.ffmpegUtils.VideoScale
 
VideoScale(int, int) - 类 的构造器com.gdxsoft.ffmpegUtils.VideoScale
初始化视频缩放比例

W

Watermark - com.gdxsoft.ffmpegUtils中的类
视频添加的单个水印
Watermark() - 类 的构造器com.gdxsoft.ffmpegUtils.Watermark
 
A B C E G H I J M O P Q S T V W 
跳过导航链接

Copyright © 2021. All rights reserved.