跳过导航链接
A B C D E F G I K M O P R S T V W 

A

add(String, String) - 接口 中的方法cn.novelweb.video.command.assemble.CommandBuilder
累加键-值命令
add(String) - 接口 中的方法cn.novelweb.video.command.assemble.CommandBuilder
累加命令
add(String, String) - 类 中的方法cn.novelweb.video.command.assemble.CommandBuilderImpl
 
add(String) - 类 中的方法cn.novelweb.video.command.assemble.CommandBuilderImpl
 
add(String) - 类 中的静态方法cn.novelweb.video.command.handler.KeepAliveHandler
添加待处理任务
add(CommandTask) - 接口 中的方法cn.novelweb.video.command.task.TaskDao
增加任务信息
add(CommandTask) - 类 中的方法cn.novelweb.video.command.task.TaskDaoImpl
 
addSubtitles(String, String, String, ProgressCallback) - 类 中的静态方法cn.novelweb.video.edit.VideoEditing
添加视频字幕 windows系统文件路径格式如下: 原来是: D:\\video\\Alitalia\\alitalia.mp4 支持的格式为: /video/Alitalia/alitalia.mp4
addSubtitlesToMp4(String, String, String, ProgressCallback) - 类 中的静态方法cn.novelweb.video.edit.VideoEditing
添加视频字幕的同时,将视频转码为可用于浏览器播放的mp4格式
addWatermark(String, WatermarkLocation, String, String, ProgressCallback) - 类 中的静态方法cn.novelweb.video.edit.VideoEditing
添加视频水印
assemble(Map<String, String>) - 接口 中的方法cn.novelweb.video.command.assemble.CommandAssemble
将参数转为ffmpeg命令
assemble(Map<String, String>) - 类 中的方法cn.novelweb.video.command.assemble.CommandAssembleImpl
 

B

build() - 接口 中的方法cn.novelweb.video.command.assemble.CommandBuilder
生成完整的命令行
build() - 类 中的方法cn.novelweb.video.command.assemble.CommandBuilderImpl
 

C

clipVideo(String, String, String, String, ProgressCallback) - 类 中的静态方法cn.novelweb.video.edit.VideoEditing
剪切视频、视频剪辑、视频剪切 从某时间间隔,剪切一段视频。
cn.novelweb.video.command - 程序包 cn.novelweb.video.command
 
cn.novelweb.video.command.assemble - 程序包 cn.novelweb.video.command.assemble
 
cn.novelweb.video.command.handler - 程序包 cn.novelweb.video.command.handler
 
cn.novelweb.video.command.task - 程序包 cn.novelweb.video.command.task
 
cn.novelweb.video.command.util - 程序包 cn.novelweb.video.command.util
 
cn.novelweb.video.edit - 程序包 cn.novelweb.video.edit
 
cn.novelweb.video.format - 程序包 cn.novelweb.video.format
 
cn.novelweb.video.format.callback - 程序包 cn.novelweb.video.format.callback
 
cn.novelweb.video.pojo - 程序包 cn.novelweb.video.pojo
 
cn.novelweb.video.recording - 程序包 cn.novelweb.video.recording
 
CommandAssemble - cn.novelweb.video.command.assemble中的接口
命令组装器接口 2020-02-24 22:32
CommandAssembleImpl - cn.novelweb.video.command.assemble中的类
默认命令组装器的实现 2020-02-24 22:36
CommandAssembleImpl() - 类 的构造器cn.novelweb.video.command.assemble.CommandAssembleImpl
 
CommandBuilder - cn.novelweb.video.command.assemble中的接口
流式命令行构建器 2020-02-24 23:16
CommandBuilderFactory - cn.novelweb.video.command.assemble中的类
默认流式命令构建器工厂类 2020-02-24 23:23
CommandBuilderFactory() - 类 的构造器cn.novelweb.video.command.assemble.CommandBuilderFactory
 
CommandBuilderImpl - cn.novelweb.video.command.assemble中的类
默认流式命令行构建器 非线程安全实现 2020-02-24 23:34
CommandBuilderImpl() - 类 的构造器cn.novelweb.video.command.assemble.CommandBuilderImpl
 
CommandBuilderImpl(String) - 类 的构造器cn.novelweb.video.command.assemble.CommandBuilderImpl
 
CommandHandler - cn.novelweb.video.command.handler中的接口
命令行管理器接口 Fast Forward Moving Picture Experts Group命令行操作管理器 可执行Fast Forward Moving Picture Experts Group命令/停止/查询任务信息 该包需要配合对应系统版本的Fast Forward Moving Picture Experts Group 下载编译好的对应的系统版本:https://ffmpeg.zeranoe.com/builds/ 2020-02-24 17:11
CommandHandlerImpl - cn.novelweb.video.command.handler中的类
命令行管理器接口的实现 2020-02-25 08:48
CommandHandlerImpl() - 类 的构造器cn.novelweb.video.command.handler.CommandHandlerImpl
 
CommandHandlerImpl(Integer) - 类 的构造器cn.novelweb.video.command.handler.CommandHandlerImpl
指定任务池大小的初始化,其他使用默认
CommandHandlerImpl(TaskDao, TaskHandler, CommandAssemble, OutHandlerMethod, Integer) - 类 的构造器cn.novelweb.video.command.handler.CommandHandlerImpl
 
CommandLineOperations - cn.novelweb.video.command中的类
Fast Forward Moving Picture Experts Group命令行操作入口类 可执行Fast Forward Moving Picture Experts Group命令/停止/查询任务信息 该类需要配合对应系统版本的Fast Forward Moving Picture Experts Group 下载编译好的对应的系统版本:https://ffmpeg.zeranoe.com/builds/ 2020-02-25 18:40
CommandLineOperations() - 类 的构造器cn.novelweb.video.command.CommandLineOperations
 
CommandTask - cn.novelweb.video.pojo中的类
用于存放任务id,任务主进程,任务输出线程 2020-02-24 17:43
CommandTask() - 类 的构造器cn.novelweb.video.pojo.CommandTask
 
converter(File, File, VideoParameters, ProgressCallback) - 类 中的静态方法cn.novelweb.video.format.FormatConversion
视频转码、任意格式转换
converterToMp4(String, String, ProgressCallback) - 类 中的静态方法cn.novelweb.video.edit.VideoEditing
任意格式的视频转换为h264编码的mp4格式
converterToMp4(String, String, ProgressCallback) - 类 中的静态方法cn.novelweb.video.format.FormatConversion
任意格式的视频转换为h264编码的mp4格式 部分情况下可能会转换失败 转换失败时请尝试使用 VideoEditing.converterToMp4()
converterToMp4(File, File, ProgressCallback) - 类 中的静态方法cn.novelweb.video.format.FormatConversion
任意格式的视频转换为h264编码的mp4格式 部分情况下可能会转换失败 转换失败时请尝试使用 VideoEditing.converterToMp4()
create(String) - 接口 中的方法cn.novelweb.video.command.assemble.CommandBuilder
创建命令行
create() - 接口 中的方法cn.novelweb.video.command.assemble.CommandBuilder
创建默认根目录或默认FFmpeg可执行文件安装目录
create() - 类 中的静态方法cn.novelweb.video.command.assemble.CommandBuilderFactory
 
create(String) - 类 中的静态方法cn.novelweb.video.command.assemble.CommandBuilderFactory
 
create(String) - 类 中的方法cn.novelweb.video.command.assemble.CommandBuilderImpl
 
create() - 类 中的方法cn.novelweb.video.command.assemble.CommandBuilderImpl
 
create(InputStream, String, OutHandlerMethod) - 类 中的静态方法cn.novelweb.video.command.handler.OutHandler
创建输出线程(默认立即开启线程)
create(InputStream, String, OutHandlerMethod, boolean) - 类 中的静态方法cn.novelweb.video.command.handler.OutHandler
创建输出线程 指定启动线程开启
createTask(String, String, OutHandlerMethod) - 类 中的静态方法cn.novelweb.video.command.util.ExecUtil
创建命令行数据

D

deleteSoundTrack(String, String, int, ProgressCallback) - 类 中的静态方法cn.novelweb.video.edit.VideoEditing
删除音轨 指定需要保留的音轨
deleteSoundTrackToMp4(String, String, int, ProgressCallback) - 类 中的静态方法cn.novelweb.video.edit.VideoEditing
删除音轨 指定需要保留的音轨 删除音轨的同时 将视频文件转换为 H264 编码的 MP4 格式.
destroy() - 类 中的静态方法cn.novelweb.video.command.CommandLineOperations
销毁一些后台资源和保活线程
destroy() - 接口 中的方法cn.novelweb.video.command.handler.CommandHandler
销毁一些后台资源和保活线程
destroy() - 类 中的方法cn.novelweb.video.command.handler.CommandHandlerImpl
 

E

errIndex - 类 中的变量cn.novelweb.video.command.handler.KeepAliveHandler
错误计数
exec(String) - 类 中的静态方法cn.novelweb.video.command.util.ExecUtil
执行命令行并获取进程
ExecUtil - cn.novelweb.video.command.util中的类
命令行操作工具类 2020-02-24 20:00
ExecUtil() - 类 的构造器cn.novelweb.video.command.util.ExecUtil
 

F

FormatConversion - cn.novelweb.video.format中的类
视频格式转换 2020-02-20 19:05
FormatConversion() - 类 的构造器cn.novelweb.video.format.FormatConversion
 

G

get() - 接口 中的方法cn.novelweb.video.command.assemble.CommandBuilder
获取已经构建好的命令行
get() - 类 中的方法cn.novelweb.video.command.assemble.CommandBuilderImpl
 
get(String) - 类 中的静态方法cn.novelweb.video.command.CommandLineOperations
通过id查询任务信息
get(String) - 接口 中的方法cn.novelweb.video.command.handler.CommandHandler
通过id查询任务信息
get(String) - 类 中的方法cn.novelweb.video.command.handler.CommandHandlerImpl
 
get(String) - 接口 中的方法cn.novelweb.video.command.task.TaskDao
通过id查询任务信息
get(String) - 类 中的方法cn.novelweb.video.command.task.TaskDaoImpl
 
getAll() - 类 中的静态方法cn.novelweb.video.command.CommandLineOperations
获取全部任务信息
getAll() - 接口 中的方法cn.novelweb.video.command.handler.CommandHandler
获取全部任务信息
getAll() - 类 中的方法cn.novelweb.video.command.handler.CommandHandlerImpl
 
getAll() - 接口 中的方法cn.novelweb.video.command.task.TaskDao
查询全部任务信息
getAll() - 类 中的方法cn.novelweb.video.command.task.TaskDaoImpl
 
getAudioBitrate() - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
getAudioChannels() - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
getAudioCodec() - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
getAudioQuality() - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
getCorePoolSize() - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
getCrf() - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
getFormat() - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
getFrameRate() - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
getGopSize() - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
getHeight() - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
getPixelFormat() - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
getPreset() - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
getProgress(String, String, ProgressCallback) - 类 中的静态方法cn.novelweb.video.edit.VideoEditing
获取任务进度回调
getSampleRate() - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
getSaveTo() - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
getVideoBitrate() - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
getVideoCodec() - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
getVideoParameters(String) - 类 中的静态方法cn.novelweb.video.format.FormatConversion
获取视频文件的各种参数
getVideoParameters(File) - 类 中的静态方法cn.novelweb.video.format.FormatConversion
获取视频文件各种参数
getVideoQuality() - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
getWidth() - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
grabbingFrameToGif(String, String, String, String, String, ProgressCallback) - 类 中的静态方法cn.novelweb.video.edit.VideoEditing
抓取视频的一些帧,存为GIF动态图片 指定抓取时间、持续时间
grabbingFrameToJpg(String, String, double, int, ProgressCallback) - 类 中的静态方法cn.novelweb.video.edit.VideoEditing
抓取视频的一些帧,存为jpeg图片 每一秒截取一张图片 一分钟的视频将会截取60张图片 60张图片会保存在output参数中 这里的output参数值必须是已存在的文件夹
grabbingFrameToJpg(String, String, String, String, double, int, ProgressCallback) - 类 中的静态方法cn.novelweb.video.edit.VideoEditing
抓取视频的一些帧,存为jpeg图片 指定抓取时间、持续时间

I

init(ProgramConfig) - 类 中的静态方法cn.novelweb.video.command.CommandLineOperations
初始化配置类信息
init(Integer) - 类 中的方法cn.novelweb.video.command.handler.CommandHandlerImpl
初始化,如果几个处理器未注入,则使用默认处理器
init(ProgramConfig) - 类 中的静态方法cn.novelweb.video.edit.VideoEditing
初始化配置类信息
interrupt() - 类 中的方法cn.novelweb.video.command.handler.KeepAliveHandler
 
isAudioRecorder() - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
isBroken() - 接口 中的方法cn.novelweb.video.command.handler.OutHandlerMethod
任务是否异常中断
isBroken - 类 中的变量cn.novelweb.video.command.handler.TaskMessageOutputProcessing
任务是否异常中断
isBroken() - 类 中的方法cn.novelweb.video.command.handler.TaskMessageOutputProcessing
 
isHave(String) - 接口 中的方法cn.novelweb.video.command.task.TaskDao
判断是否存在某个ID
isHave(String) - 类 中的方法cn.novelweb.video.command.task.TaskDaoImpl
 
isInit(boolean) - 类 中的方法cn.novelweb.video.command.handler.CommandHandlerImpl
是否已经初始化

K

KeepAliveHandler - cn.novelweb.video.command.handler中的类
任务保活处理器 一个后台保活线程,用于处理异常中断的持久任务 2020-02-24 19:24
KeepAliveHandler(TaskDao) - 类 的构造器cn.novelweb.video.command.handler.KeepAliveHandler
 

M

map - 枚举 中的静态变量cn.novelweb.video.edit.WatermarkLocation
 

O

OutHandler - cn.novelweb.video.command.handler中的类
任务消息输出处理器 2020-02-24 17:58
OutHandler(InputStream, String, OutHandlerMethod) - 类 的构造器cn.novelweb.video.command.handler.OutHandler
 
OutHandlerMethod - cn.novelweb.video.command.handler中的接口
输出消息处理接口 2020-02-24 18:08

P

parsing(String, String) - 接口 中的方法cn.novelweb.video.command.handler.OutHandlerMethod
解析消息
parsing(String, String) - 类 中的方法cn.novelweb.video.command.handler.TaskMessageOutputProcessing
 
pause() - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
暂停录制
Preset - cn.novelweb.video.pojo中的枚举
权衡 视频质量 和 编码速度 的枚举值 ultrafast(终极快),superfast(超级快),veryfast(非常快),faster(很快), fast(快),medium(中等),slow(慢),slower(很慢),veryslow(非常慢) ultrafast(终极快)提供最少的压缩(低编码器CPU)和最大的视频流大小 veryslow(非常慢)提供最佳的压缩(高编码器CPU)的同时降低视频流的大小 2020-02-21 15:58
process(String, String) - 接口 中的方法cn.novelweb.video.command.handler.TaskHandler
按照命令执行主进程和输出线程
process(String, String) - 类 中的方法cn.novelweb.video.command.handler.TaskHandlerImpl
 
programConfig - 类 中的静态变量cn.novelweb.video.command.handler.CommandHandlerImpl
程序基础配置
ProgramConfig - cn.novelweb.video.pojo中的类
程序基础配置 2020-02-24 18:44
ProgramConfig() - 类 的构造器cn.novelweb.video.pojo.ProgramConfig
 
progress(double) - 接口 中的方法cn.novelweb.video.format.callback.ProgressCallback
转换进度 从0~1
ProgressCallback - cn.novelweb.video.format.callback中的接口
转换进度回调函数 2020-02-21 14:25

R

remove(String) - 接口 中的方法cn.novelweb.video.command.task.TaskDao
删除 任务id 对应的任务信息
remove(String) - 类 中的方法cn.novelweb.video.command.task.TaskDaoImpl
 
removeAll() - 接口 中的方法cn.novelweb.video.command.task.TaskDao
删除全部任务信息
removeAll() - 类 中的方法cn.novelweb.video.command.task.TaskDaoImpl
 
restart(CommandTask) - 类 中的静态方法cn.novelweb.video.command.util.ExecUtil
中断故障缘故重启
run() - 类 中的方法cn.novelweb.video.command.handler.KeepAliveHandler
 
run() - 类 中的方法cn.novelweb.video.command.handler.OutHandler
执行线程

S

ScreenRecorder - cn.novelweb.video.recording中的类
屏幕录制程序 录屏软件 2019-12-10 14:19
ScreenRecorder() - 类 的构造器cn.novelweb.video.recording.ScreenRecorder
 
separation(String, String, String, ProgressCallback, ProgressCallback) - 类 中的静态方法cn.novelweb.video.edit.VideoEditing
视频分离视频流和音频流
separationAudioStream(String, String, ProgressCallback) - 类 中的静态方法cn.novelweb.video.edit.VideoEditing
分离源视频中的音频流
separationVideoStream(String, String, ProgressCallback) - 类 中的静态方法cn.novelweb.video.edit.VideoEditing
分离源视频中的视频流
setAudioBitrate(int) - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
setAudioChannels(int) - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
setAudioCodec(int) - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
setAudioQuality(int) - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
setAudioRecorder(boolean) - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
setCommandAssemble(CommandAssemble) - 接口 中的方法cn.novelweb.video.command.handler.CommandHandler
注入ffmpeg命令组装器
setCommandAssemble(CommandAssemble) - 类 中的方法cn.novelweb.video.command.handler.CommandHandlerImpl
 
setCorePoolSize(int) - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
setCrf(String) - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
setDeBugLog(boolean) - 类 中的方法cn.novelweb.video.pojo.ProgramConfig
设置日志
setFormat(String) - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
setFrameRate(int) - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
setGopSize(int) - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
setHeight(int) - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
setOutHandlerMethod(OutHandlerMethod) - 类 中的方法cn.novelweb.video.command.handler.TaskHandlerImpl
 
setPixelFormat(int) - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
setPreset(String) - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
setSampleRate(int) - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
setSaveTo(String) - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
setTaskDao(TaskDao) - 接口 中的方法cn.novelweb.video.command.handler.CommandHandler
注入自己实现的任务信息持久层接口
setTaskDao(TaskDao) - 类 中的方法cn.novelweb.video.command.handler.CommandHandlerImpl
 
setTaskHandler(TaskHandler) - 接口 中的方法cn.novelweb.video.command.handler.CommandHandler
注入ffmpeg命令处理器
setTaskHandler(TaskHandler) - 类 中的方法cn.novelweb.video.command.handler.CommandHandlerImpl
 
setVideoBitrate(int) - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
setVideoCodec(int) - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
setVideoQuality(int) - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
setWidth(int) - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
 
start(String, String) - 类 中的静态方法cn.novelweb.video.command.CommandLineOperations
发布命令行任务
start(String, String, boolean) - 类 中的静态方法cn.novelweb.video.command.CommandLineOperations
发布命令行任务
start(String, CommandBuilder) - 类 中的静态方法cn.novelweb.video.command.CommandLineOperations
发布命令行任务
start(Map<String, String>) - 类 中的静态方法cn.novelweb.video.command.CommandLineOperations
发布命令行任务
start(String, String) - 接口 中的方法cn.novelweb.video.command.handler.CommandHandler
通过命令发布任务(默认命令前不加FFmpeg路径)
start(String, String, boolean) - 接口 中的方法cn.novelweb.video.command.handler.CommandHandler
通过命令发布任务
start(String, CommandBuilder) - 接口 中的方法cn.novelweb.video.command.handler.CommandHandler
通过流式命令构建器发布任务
start(Map<String, String>) - 接口 中的方法cn.novelweb.video.command.handler.CommandHandler
通过组装命令发布任务
start(String, String) - 类 中的方法cn.novelweb.video.command.handler.CommandHandlerImpl
 
start(String, String, boolean) - 类 中的方法cn.novelweb.video.command.handler.CommandHandlerImpl
 
start(String, CommandBuilder) - 类 中的方法cn.novelweb.video.command.handler.CommandHandlerImpl
 
start(Map<String, String>) - 类 中的方法cn.novelweb.video.command.handler.CommandHandlerImpl
 
start() - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
开始录屏 默认使用当前系统的时间
start(String) - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
开始录屏
stop(String) - 类 中的静态方法cn.novelweb.video.command.CommandLineOperations
停止任务
stop(String) - 接口 中的方法cn.novelweb.video.command.handler.CommandHandler
停止任务
stop(String) - 类 中的方法cn.novelweb.video.command.handler.CommandHandlerImpl
 
stop(Process) - 类 中的方法cn.novelweb.video.command.handler.KeepAliveHandler
停止
stop(Process) - 接口 中的方法cn.novelweb.video.command.handler.TaskHandler
停止主进程 停止主进程需要保证输出线程已经关闭,否则输出线程会出错
stop(Process) - 类 中的方法cn.novelweb.video.command.handler.TaskHandlerImpl
 
stop(Process) - 类 中的静态方法cn.novelweb.video.command.util.ExecUtil
销毁进程
stop(CommandTask) - 类 中的静态方法cn.novelweb.video.command.util.ExecUtil
销毁任务
stop() - 类 中的方法cn.novelweb.video.recording.ScreenRecorder
停止录制,同时生成录屏文件
stopAll() - 类 中的静态方法cn.novelweb.video.command.CommandLineOperations
停止全部任务
stopAll() - 接口 中的方法cn.novelweb.video.command.handler.CommandHandler
停止全部任务
stopAll() - 类 中的方法cn.novelweb.video.command.handler.CommandHandlerImpl
 
stopIndex - 类 中的变量cn.novelweb.video.command.handler.KeepAliveHandler
安全停止线程标记

T

TaskDao - cn.novelweb.video.command.task中的接口
任务信息持久层接口 2020-02-24 17:42
TaskDaoImpl - cn.novelweb.video.command.task中的类
任务信息持久层实现 2020-02-24 23:44
TaskDaoImpl(int) - 类 的构造器cn.novelweb.video.command.task.TaskDaoImpl
 
TaskHandler - cn.novelweb.video.command.handler中的接口
任务执行接口 2020-02-24 21:50
TaskHandlerImpl - cn.novelweb.video.command.handler中的类
任务处理的实现 2020-02-24 21:54
TaskHandlerImpl(OutHandlerMethod) - 类 的构造器cn.novelweb.video.command.handler.TaskHandlerImpl
 
TaskMessageOutputProcessing - cn.novelweb.video.command.handler中的类
任务消息输出处理 2020-02-24 23:52
TaskMessageOutputProcessing() - 类 的构造器cn.novelweb.video.command.handler.TaskMessageOutputProcessing
 

V

valueOf(String) - 枚举 中的静态方法cn.novelweb.video.edit.WatermarkLocation
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.novelweb.video.pojo.Preset
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.novelweb.video.edit.WatermarkLocation
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.novelweb.video.pojo.Preset
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VideoEditing - cn.novelweb.video.edit中的类
视频编辑 此类使用原生 F F M P E G 命令对视频进行各类编辑操作 该类需要配合对应系统版本的Fast Forward Moving Picture Experts Group 下载编译好的对应的系统版本:https://ffmpeg.zeranoe.com/builds/ 注:如果你是在windows下操作,需要使用相对路径,在Windows下操作不能携带盘符 如文件: D:\\video\\Alitalia\\alitalia.mp4 需要转成 /video/Alitalia/alitalia.mp4 同时需要注意FFMPEG执行文件的根目录要与视频文件在同一个盘符下,否则会找不到文件.
VideoEditing() - 类 的构造器cn.novelweb.video.edit.VideoEditing
 
VideoParameters - cn.novelweb.video.pojo中的类
需要设置的各种视频参数 2020-02-20 22:04
VideoParameters() - 类 的构造器cn.novelweb.video.pojo.VideoParameters
 

W

WatermarkLocation - cn.novelweb.video.edit中的枚举
添加视频水印时设置水印位置 2020-02-26 00:19
A B C D E F G I K M O P R S T V W 
跳过导航链接

Copyright © 2021. All rights reserved.