Questions tagged [vp9]
77 questions
0
votes
1 answer
How to rec video from v4l2 and decode to vp9 with gstreamer?
My pipeline
gst-launch-1.0 v4l2src device=/dev/video1 ! video/x-raw,width=640,height=480 ! avdec_vp9 ! filesink location=vid.webm
It will error:
WARNING: erroneous pipeline: could not link v4l2src0 to avdec_vp9-0
Whats wrong?

Maxim Lis
- 173
- 2
- 11
0
votes
2 answers
How to improve video quality of my quickblox chat app?
I've developing enterprise iOS app. On my app, I m integrating Quickblox for video call.
As I know, quickblox ios sdk supports VP8, H264 for video codec.
It's video quality is good but not great when make video call between android-ios…

gstream
- 525
- 6
- 18