摘要: 1. resize and scale video 调整视频的大小和尺寸 1-1.调整视频大小(resize)是改变视频的宽度和高度。 使用-s参数实现,语法:ffmpeg -i input_file -s wxh output_file (wxh是宽x高,比如320x240) 调整视频的尺寸(sc 阅读全文
posted @ 2017-06-29 18:18 yongfengnice 阅读(41638) 评论(6) 推荐(1)
摘要: 1.Frame(frequency) Rate 帧率(单位HZ) 1-1定义:the number of frames per second encoded into a video file。//fps。视频编码过程每秒编码处理多少帧。(一帧就相当于一张图片) 1-2分类:帧率分为两种,一种是交错 阅读全文
posted @ 2017-06-29 12:53 yongfengnice 阅读(2635) 评论(0) 推荐(0)