how can i set video quality
kodlayanzi opened this issue · 1 comments
kodlayanzi commented
private int videoWidth = 1280;
private int videoHeight = 720;
private int frameRate = 30;
private int frameDepth = Frame.DEPTH_UBYTE;
private int frameChannels = 2;
i set videoHeight and videoWidth for hd quality but output video is too bad.
how can i improve the quality?