Danti
3rd March 2014, 17:26
I'd like to resize an xvid hd 1080p to a lower resolution xvid so that i can play it on a standalone player. This is the avisynth script that i have been using
=========================
DirectShowSource("",audio=true)
BicubicResize(960,544)
=========================
Target bitrate is around 1200kbps
The result seems to be very blocky. Shall i lower the resolution even further?
=========================
DirectShowSource("",audio=true)
BicubicResize(960,544)
=========================
Target bitrate is around 1200kbps
The result seems to be very blocky. Shall i lower the resolution even further?