Discussion:
[libav-devel] [PATCH] qsvenc: remove vcm option on Linux
Luca Barbato
2018-06-07 14:04:54 UTC
Permalink
1. vcm mode is only available for H264.
2. vcm is not supported on Linux, but it is shown when run "./avconv -h
encoder=h264_qsv |grep vcm". This shouldn't happen.
---
libavcodec/qsvenc.h | 1 -
libavcodec/qsvenc_h264.c | 3 +++
2 files changed, 3 insertions(+), 1 deletion(-)
Sure
Maxym Dmytrychenko
2018-06-07 21:51:41 UTC
Permalink
agree, Luca.

will close it shortly.
1. vcm mode is only available for H264.
2. vcm is not supported on Linux, but it is shown when run "./avconv -h
encoder=h264_qsv |grep vcm". This shouldn't happen.
---
libavcodec/qsvenc.h | 1 -
libavcodec/qsvenc_h264.c | 3 +++
2 files changed, 3 insertions(+), 1 deletion(-)
Sure
_______________________________________________
libav-devel mailing list
https://lists.libav.org/mailman/listinfo/libav-devel
Loading...