As far as I can see I can only specifying the target video quality level when converting a video with ffmpeg:
ffmpeg .... -vcodec mpeg4 -qscale:v 5 ....
Is there really no way to define a target bitrate (in kbps) (at least approximately)?
Almost all other conversion programs offer this feature. Why not ffmpeg?
Thank you
Peter
ffmpeg .... -vcodec mpeg4 -qscale:v 5 ....
Is there really no way to define a target bitrate (in kbps) (at least approximately)?
Almost all other conversion programs offer this feature. Why not ffmpeg?
Thank you
Peter