8000 GitHub - drocon11/ffmpeg-qsv: Please use official ffmpeg. This is old private branch (only sandybridge, windows)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

drocon11/ffmpeg-qsv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Requirements

Build

Support

  • Intel Media SDK API : v1.1
  • Codec : H.264
  • Rate control method : CBR, VBR, CQP

Codec name

  • H.264 : h264_qsv

Rate control option

  • CBR : -b 2000k -maxrate 2000k
  • VBR : -b 4000k
  • CQP : -q 20

Option

  • AVCodec : b, maxrate, q, g, bf, refs, slices, coder +vlc, flags -cgop
  • QSV : async_depth, timeout, qpi, qpp, qpb, idr_interval, profile, level

Example

QSV encode

  • ffmpeg -i "input.ts" -b 2000k -maxrate 2000k -c:v h264_qsv "output.mp4"
  • ffmpeg -i "input.ts" -b 4000k -c:v h264_qsv "output.mp4"
  • ffmpeg -i "input.ts" -q 20 -c:v h264_qsv "output.mp4"
  • ffmpeg -r 30000/1001 -i "input.mp4" -q 20 -c:v h264_qsv "output.mkv"
  • ffmpeg -vsync cfr -i "input.mpg" -qpi 22 -qpp 25 -qpb 27 -c:v h264_qsv "output.mp4"

About

Please use official ffmpeg. This is old private branch (only sandybridge, windows)

Resources

License

Unknown and 3 other licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING.GPLv2
GPL-3.0
COPYING.GPLv3
LGPL-3.0
COPYING.LGPLv3

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.8%
  • Assembly 6.0%
  • C++ 3.8%
  • Objective-C 0.3%
  • Shell 0.1%
  • Perl 0.0%
0