Questions tagged [webm]

WebM is an open video encoding standard by Google. It consists of video streams compressed with the VP8 or VP9 video codec, audio streams compressed with the Vorbis or Opus audio codecs, and WebVTT text tracks. It may contain alpha planes for transparency.

For the purposes of the video tag introduced by HTML5, there was a need for an open (royalty-free) video codec which could be incorporated into free open source projects. WebM is Google's answer to this challange. An other possibility is Theora (also royalty-free).

Other vendors are voting for H.264 (mostly Apple and Microsoft), for which they already bought the licenses to incorporate into their web browsers.

633 questions
-3
votes
1 answer

Make different size videos fit full screen?

Making a site that loads a random webms in full (browser) screen every time the page is loaded. Problem is I have videos of various sizes (portrait, square, widescreen etc) and don't know how to make them all play without cropping too…
wavey
  • 3
  • 4
-3
votes
1 answer

FFMPEG script to convert all Webm files in a folder to Gif, and then delete those Webm

I'm using FFmpeg with DirectoryMonitor, a folder watching program. When a webm is added to the folder i want to execute a script to convert all webm files in that folder to gif, and then delete those webm files.
Erlja Jkdf.
  • 171
  • 2
  • 12
-3
votes
2 answers

Decoding .webm format doesn't return any BufferedImages

My code here is compiling correctly, but I am running into the problem that my ArrayList of BufferedImages is always empty. Honestly I don't have any knowledge regarding ImageIO or the likes! import java.awt.image.BufferedImage; import…
user1861013
  • 139
  • 8
1 2 3
42
43