X
Tap here to go to the mobile version of the site.

Support Forum

Html 5 video shows pixelated

Posted

I have an html video in my website www.snapshot-evergem.be.

In firefox it shows pixelated, i converted the .mp4 file to a .webm file.

I don't know what my problem is.

Here is my code:

<video width="640" height="360" controls="controls" poster="video/poster_index.png">
    <source src="video/Pixelprinting.mp4"></source>
    <source src="video/Pixelprinting.webm"></source>
    <source src="video/Pixelprinting.ogv"></source>
    <iframe width="560" height="315" src="http://www.youtube.com/embed/jtB2kxdmBTk" frameborder="0" allowfullscreen></iframe>
    </video>

You can also watch it live on my website.

Modified by cor-el

Post a Reply

Additional System Details

Application

  • User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.53.11 (KHTML, like Gecko) Version/5.1.3 Safari/534.53.10

More Information

I have an html video in my website www.snapshot-evergem.be.
In firefox it shows pixelated, i converted the .mp4 file to a .webm file.
I don't know what my problem is.
Here is my code:
<video width="640" height="360" controls="controls" poster="video/poster_index.png">
<source src="video/Pixelprinting.mp4"></source>
<source src="video/Pixelprinting.webm"></source>
<source src="video/Pixelprinting.ogv"></source>
<iframe width="560" height="315" src="http://www.youtube.com/embed/jtB2kxdmBTk" frameborder="0" allowfullscreen></iframe>
</video>
You can also watch it live on my website.

cor-el
  • Top 10 Contributor
  • Moderator
8276 solutions 78322 answers
Posted

Reset the page zoom on pages that cause problems.

  • View > Zoom > Reset (Ctrl+0 (zero); Cmd+0 on Mac)
Was this helpful to you? 0
Reply
Posted

Question owner

Thanks for you anwser but it doesn't work.

What you say is a solution to edit it in the browser Firefox. But i have to code it in html in my website because on every firefox browser it shows pixelated....

What can i do ?

Was this helpful to you?
Reply
cor-el
  • Top 10 Contributor
  • Moderator
8276 solutions 78322 answers
Posted

I checked all three formats in Totem and the ogv version encoded with Theora looks terrible compared with the other two versions.
You need to recode the file and possibly use a higher bit rate (currently 200 kbps) to get better resolution for the 1920 x 1080 format of this video.

Was this helpful to you?
Reply

Post a Reply

You must log in to your account to reply to posts.

Don't have an account? You can create a free account now.