aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/qsv_transcode.c
Commit message (Collapse)AuthorAgeFilesLines
* doc/examples/qsv_transcode: Fix a bug when use more than one parameter setWenbin Chen2023-03-171-1/+1
| | | | Signed-off-by: Wenbin Chen <wenbin.chen@intel.com>
* examples: apply doxy entries consistency fixesStefano Sabatini2023-02-111-7/+5
| | | | Use consistent format for the @file field and file description.
* doc/examples: Add qsv_transcode exampleWenbin Chen2022-11-221-0/+440
Add qsv_transcode example which shows how to use qsv to do hardware accelerated transcoding, also show how to dynamically set encoding parameters. examples: Normal usage: qsv_transcode input.mp4 h264_qsv output.mp4 "g 60" Dynamic setting usage: qsv_transcode input.mp4 hevc_qsv output.mp4 "g 60 asyne_depth 1" 100 "g 120" This command initializes codec with gop_size 60 and change it to 120 after 100 frames Signed-off-by: Wenbin Chen <wenbin.chen@intel.com> Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>