<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Problems with WebM files]]></title><description><![CDATA[<p dir="auto">Hi</p>
<p dir="auto">I have noticed Opera is having a few problems with WebM videos. The problems are:</p>
<ol>
<li>On the WebM videos it should be possible to seek a specific time, but it is not working. It works with Firefox and Edge, but Chrome is with the same problem.</li>
<li>Even if my graphics chip (Intel HD Graphics 520) has VP8 and VP9 decoding capabilities, Opera doesn't use them. Edge and Chrome use the video capabilities, while Firefox has the same problem. The browsers that use it use 2% of the graphics chip processing while between 1% and 2% of video decoding capabilities, while the ones that don't use 17% of the graphics chip processing time.</li>
<li>The quality of the sound of WebM files that are played in Opera is degraded. I have noticed this on Chrome too.</li>
</ol>
<p dir="auto">The problem 1 is happening both with Windows 10 and Xubuntu 17.10, while the problem 2 I noticed only on Windows 10 (should test Xubuntu later), and the problem 3 happened only on Xubuntu 17.10.</p>
<p dir="auto">On Windows 10, the Opera version is 50.0.2762.45, on Xubuntu 17.10 is 50.0.2762.58.</p>
]]></description><link>https://forums.opera.com/topic/24454/problems-with-webm-files</link><generator>RSS for Node</generator><lastBuildDate>Sat, 07 Mar 2026 06:22:03 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/24454.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 11 Jan 2018 15:24:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problems with WebM files on Wed, 24 Jan 2018 19:56:09 GMT]]></title><description><![CDATA[<p dir="auto">My Windows 10 version is 1709 (Fall Creators Update), so it should have the capability.</p>
<p dir="auto">Unfortunately the flags had no effect and still couldn't use the hardware capabilities. What I noticed is that when the video is in full screen, the GPU Processing usage is significantly reduced and the Video Processing increases to numbers close to Google Chrome.</p>
<p dir="auto">What I can be sure is that hardware decoding capabilities exist and work on both Windows 10 and Xubuntu 17.10, they only aren't being used.</p>
<p dir="auto">Regarding audio difference on Xubuntu, the best word I could find to define the sound is "muffled". I have noticed this difference on every file with audio encoded using opus. To encode I use, for example:</p>
<pre><code>ffmpeg -i INPUT -acodec libopus -application audio -b:a 320k -vbr on -f ogg -flags +global_header OUTPUT
</code></pre>
<p dir="auto">This is very noticeable with high frequency sound, some instruments become completely inaudible. Maybe a voice optimization which degrades sound fidelity?</p>
]]></description><link>https://forums.opera.com/post/138146</link><guid isPermaLink="true">https://forums.opera.com/post/138146</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Wed, 24 Jan 2018 19:56:09 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with WebM files on Sun, 21 Jan 2018 02:23:05 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://en.wikipedia.org/wiki/Windows_10_version_history#PC_version_history" target="_blank" rel="noopener noreferrer nofollow ugc">What version of Windows 10 do you have?</a></p>
<p dir="auto">VPX decoding isn't support before the Anniversary update. But, it might only work right with the Creators update and or the Fall Creators update.</p>
<p dir="auto">Also, try <code>opera://flags#ignore-gpu-blacklist</code> to see if that will override the blocking.</p>
<p dir="auto">As for Linux, VPX decoding isn't supported in Chromium. But, there's a pathc <a href="https://chromium-review.googlesource.com/c/chromium/src/+/532294" target="_blank" rel="noopener noreferrer nofollow ugc">here</a> that people are working on.</p>
]]></description><link>https://forums.opera.com/post/137856</link><guid isPermaLink="true">https://forums.opera.com/post/137856</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Sun, 21 Jan 2018 02:23:05 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with WebM files on Sat, 13 Jan 2018 23:24:06 GMT]]></title><description><![CDATA[<p dir="auto">@furret29 said in <a href="/post/137187">Problems with WebM files</a>:</p>
<blockquote>
<p dir="auto">I have found why it was not possible to seek the WebM videos.</p>
</blockquote>
<p dir="auto">Okay.</p>
<p dir="auto">@furret29 said in <a href="/post/137187">Problems with WebM files</a>:</p>
<blockquote>
<p dir="auto">Is there a way to test Opera with the vpx decoding enabled, to see if it is really slow?</p>
</blockquote>
<p dir="auto">I tried looking for a way earlier, but couldn't find one. Will ask around and look at chrome source and bugs etc. to see if there's a way.</p>
]]></description><link>https://forums.opera.com/post/137221</link><guid isPermaLink="true">https://forums.opera.com/post/137221</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Sat, 13 Jan 2018 23:24:06 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with WebM files on Sat, 13 Jan 2018 17:26:00 GMT]]></title><description><![CDATA[<p dir="auto">I have found why it was not possible to seek the WebM videos. Chrome and Opera expect the server to answer the requests with <code>Accept-Ranges: bytes</code>, the server was configured wrongly.</p>
<p dir="auto">Is there a way to test Opera with the vpx decoding enabled, to see if it is really slow?</p>
]]></description><link>https://forums.opera.com/post/137187</link><guid isPermaLink="true">https://forums.opera.com/post/137187</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sat, 13 Jan 2018 17:26:00 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with WebM files on Sat, 13 Jan 2018 12:35:47 GMT]]></title><description><![CDATA[<p dir="auto">@furret29 said in <a href="/post/137149">Problems with WebM files</a>:</p>
<blockquote>
<p dir="auto">Edit: Chrome has the same disable_accelerated_vpx_decode workaround</p>
</blockquote>
<p dir="auto">Yeah, it's listed <a href="https://cs.chromium.org/chromium/src/gpu/config/gpu_driver_bug_list.json?rcl=7346cdaeb83c6ddbc84ad35e6130295611cb5340&amp;l=2418" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</p>
<blockquote>
<p dir="auto">, so why there is a so big difference in graphics processing usage between Chrome and Opera?</p>
</blockquote>
<p dir="auto">Not sure. Maybe someone else will know.</p>
]]></description><link>https://forums.opera.com/post/137153</link><guid isPermaLink="true">https://forums.opera.com/post/137153</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Sat, 13 Jan 2018 12:35:47 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with WebM files on Sat, 13 Jan 2018 12:24:33 GMT]]></title><description><![CDATA[<p dir="auto">@furret29 said in <a href="/post/136948">Problems with WebM files</a>:</p>
<blockquote>
<p dir="auto">The quality of the sound of WebM files that are played in Opera is degraded. I have noticed this on Chrome too.</p>
</blockquote>
<p dir="auto">Do you have an example webm file?</p>
]]></description><link>https://forums.opera.com/post/137151</link><guid isPermaLink="true">https://forums.opera.com/post/137151</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Sat, 13 Jan 2018 12:24:33 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with WebM files on Sat, 13 Jan 2018 12:24:03 GMT]]></title><description><![CDATA[<p dir="auto">@furret29 said in <a href="/post/137149">Problems with WebM files</a>:</p>
<blockquote>
<p dir="auto">But if Chrome has it working, wasn't that solved?</p>
</blockquote>
<p dir="auto">Not sure.</p>
<p dir="auto">@furret29 said in <a href="/post/136948">Problems with WebM files</a>:</p>
<blockquote>
<p dir="auto">On the WebM videos it should be possible to seek a specific time, but it is not working.</p>
</blockquote>
<p dir="auto">I tested with <a href="http://video.webmfiles.org/big-buck-bunny_trailer.webm" target="_blank" rel="noopener noreferrer nofollow ugc">http://video.webmfiles.org/big-buck-bunny_trailer.webm</a> and seeking is working there no problem for me.</p>
]]></description><link>https://forums.opera.com/post/137150</link><guid isPermaLink="true">https://forums.opera.com/post/137150</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Sat, 13 Jan 2018 12:24:03 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with WebM files on Sat, 13 Jan 2018 12:29:09 GMT]]></title><description><![CDATA[<p dir="auto">Yes, on <code>opera://gpu</code>, on the part where it says Problems Detected, there is:</p>
<p dir="auto"><code>VPx decoding is too slow on Intel Broadwell, Skylake, and CherryView: 616318 Applied Workarounds: disable_accelerated_vpx_decode</code></p>
<p dir="auto">Unfortunately I can't read the bug description as it asks for an account. <s>But if Chrome has it working, wasn't that solved?</s></p>
<p dir="auto">Is there some answer regarding the other two problems (particularly the first)?</p>
<p dir="auto">Thank you.</p>
<p dir="auto">Edit: Chrome has the same <code>disable_accelerated_vpx_decode</code> workaround, so why there is a so big difference in graphics processing usage between Chrome and Opera?</p>
]]></description><link>https://forums.opera.com/post/137149</link><guid isPermaLink="true">https://forums.opera.com/post/137149</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sat, 13 Jan 2018 12:29:09 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with WebM files on Sat, 13 Jan 2018 08:21:59 GMT]]></title><description><![CDATA[<p dir="auto">What does <code>opera://gpu</code> and <code>chrome://gpu</code> say about vpx decoding for you? Is vpx acceleration disabled?</p>
]]></description><link>https://forums.opera.com/post/137140</link><guid isPermaLink="true">https://forums.opera.com/post/137140</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Sat, 13 Jan 2018 08:21:59 GMT</pubDate></item></channel></rss>