• 欢迎访问ABCRK.COM,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站,欢迎加入ABCRK.COM QQ群
  • 测试信息1
  • 已支持说说碎语功能,可像添加文章一样直接添加说说,新建说说页面即可,最后重新保存固定连接,演示地址
  • 测试信息2https://abcrk.com
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏ABCRK.COM吧

FFMPEG: How To Transcode (Decode + Encode) A Video Using Only GPU

音视频资料 admin 2年前 (2022-11-29) 303次浏览 0个评论
ffmpeg.exeis the program to use for transcoding
-hwacce1 d3d11vais the hardware decoder, supported by AMD, Nvidia and Intel GPUs; otherwise will use cpu decoder, high cpu usage
-i test.mkvis the source video
-c:vis the video encoder,it can be:
 – x264, x265 – software encoders, heavy CPU usage
 – h264_amf, hevc_amf – AMD hardware encoders
 – h264_nvenc, hevc_nvenc – NVidia HW encoders
 – h264_qsv, hevc_qsv – Intel HW encoders
-qp (i, p)is the target image quality, between 0 (lossless) to 51 (worst)
-c:ais the audio codec, it can be aac, flac, ac3
-b:ais the audio bitrate, 320k is default
transcoded.mkvis the destination file name and container, container can be: mkv, mp4, avi

版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:FFMPEG: How To Transcode (Decode + Encode) A Video Using Only GPU
喜欢 (1)
发表我的评论
取消评论
表情 加粗 删除线 居中 斜体

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址