I want to perform transcoding using FFMPEG. My target is to acheive CBR i.e Constant bit rate. But even using option like -maxrate and -minrate I am unable to acheive it. I know when converting to x264 if I choose CBR, it will deteriorate the video quality but I am OK with it since I want to use it for streaming.
Please help me asap