Luca Abeni <[EMAIL PROTECTED]> writes: > I am just guessing, but... Remember that the bit_rate field is expressed in > bps, not in kbps. Can you post the values you are using for width, height, > time_base, and bit_rate? Also, which codec are you using?
Yea, I am aware of the bit_rate data. Here is what data is displayed for one example input video when I open it: Resolution: 720x480 Bit Rate: 1895000 time_base: 1/30 Type: .wmv When I read raw frames they are in perfect quality so the issue is on the output video. The output video usually works perfectly fine, regardless of the resolution/format type/etc., but it always looks 'blocky' compared to the original. > Just set mb_decision to 2, independently from the video codec you are using. Alrighty, trying it out. _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
