Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Video Scaling and Anti Aliasing


When a user is playing back a high resolution rendition of a video (HTML5) in a small player embedded on a webpage (not fullscreen), the video looks aliased or has "jaggies". It looks like this is due to the player scaling down the video. This was an issue with with Flash video before, but you can turn on a a feature called "video smoothing" in the Javascript embed code. However, I'm not sure how to do this for an html5 video player. Is there a way you can activate an anti-aliasing filter or video smoothing filter? This is particularly an issue with videos that have lots of text and graphics.

1 Community Answers

Cooper Reid

JW Player Support Agent  
0 rated :

Hi,

There is no out of the box solution for anti-aliasing or video smoothing. One thing you can try is to use CSS to to fix the image rendering:
http://help.dottoro.com/lcuiiosk.php
https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering

Hope this helps -

-Cooper

This question has received the maximum number of answers.