I process user videos with various proportions. FFMPEG seems to allow you to specify a fixed resolution. I want output res to be suitable for input res. Similarly, I would like FFMPEG to intelligently set the output bit based on the input video: obviously, it should not be larger than the input.
I can get video properties using
ffmpeg -i example.flv
But this requires some ugly output analysis, so I wonder if FFMPEG or some other tool has more direct access.
Basically, I have a problem with Youtube: shit comes, reasonably uniform quality should appear.
ffmpeg video
Jegschemesch
source share