Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc/examples/vaapi_transcode: Fix the typo | Michael Niedermayer | 2018-10-07 | 1 | -1/+1 |
| | | | | | | | Reviewed-by: "mypopy@gmail.com" <mypopy@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit c02ff77681132ce5caf11ebbae9d1feb75a430f2) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | examples: Don't call deprecated functions which don't do anything | Mark Thompson | 2018-02-09 | 1 | -2/+0 |
| | |||||
* | examples: Add a VA-API transcode example. | Jun Zhao | 2018-02-04 | 1 | -0/+306 |
Usage is: ./vaapi_transcode input_stream codec output_stream For example: - ./vaapi_transcode input.mp4 h264_vaapi output_h264.mp4 - ./vaapi_transcode input.mp4 vp8_vaapi output_vp8.ivf Does not handle resolution changes on the input stream. Signed-off-by: Jun Zhao <jun.zhao@intel.com> Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel.com> Signed-off-by: Mark Thompson <sw@jkqxz.net> |