WebM is an open video encoding standard by Google. It consists of the VP8 video codec the Vorbis audio codec and the Matroska container format.

learn more… | top users | synonyms

1
vote
0answers
25 views

Using VP8.NET to stream to a webm file

I am using the VP8 .NET library to convert a video stream from my laptop webcam and i would like to store it in a webm file (no audio needed). To do so, I'm using the code provided as example in the ...
0
votes
0answers
15 views

How can I serve a portion of a .webm video from apache?

I am trying to come up with a good way to serve specific time segments of video via HTML5. Initially I would just seek to the specific time, play, and then pause once the end time was reached, but now ...
2
votes
1answer
24 views

Is there any library to get audio data in vorbis format with AVCaptureSession in iPhone?

I have captured the video frames and converted them into VP8 data using the following code : https://github.com/chris838/vp8-ios.git I want to capture vorbis audio data according to the VP8 data ...
1
vote
0answers
59 views

How to minimize the delay in a live streaming with ffmpeg

i have a problem. I would to do a live streaming with ffmpeg from my webcam. I launch the ffserver and it works. From another terminal I launch ffmpeg to stream with this command and it works: ...
1
vote
1answer
47 views

html5 video tag -quality of video different in firefox and chrome

I have the following code: <div class="span4"> <video poster="assets/img/poster.jpg" controls="controls" width="420" height="420"> <source src="assets/videos/152638831.webm" ...
0
votes
1answer
35 views

How to? Creating a webm video for three.js example webgl_kinect

According to this post(How to? Creating a webm video from kinect data for three.js example webgl_kinect), we need both webm and nfo files to run the example. I was about to modify and recreate the ...
0
votes
0answers
69 views

MIME types and .htaccess on GoDaddy

I am setting up a video page and I have a everything in a video tag per HTML5. My mp4 comes first to take care of Safari. Next comes a webm file, then a Flash fallback for IE before 9. Safari is fine ...
1
vote
1answer
122 views

Why does FFMPEG always make large WebM files?

I'm trying to encode my movies into WebM: ffmpeg -i input.MOV -codec:v libvpx -quality good -cpu-used 0 -b:v 10k -qmin 10 -qmax 42 -maxrate 10k -bufsize 20k -threads 8 -vf scale=-1:1080 -codec:a ...
0
votes
0answers
79 views

Extraction of VP8 frames from WebM file with libwebm

A WebM file consists of VP8 video and Vorbis audio streams, in a container based on a profile of Matroska. I have to extract the VP8 video stream from a WebM file so that I can decode it with a VP8 ...
0
votes
0answers
71 views

Workaround for webbrowsers buffering live webm streams and introducing a delay (how to play live webm stream)

I have webm streams coming from an ffserver (16 streams), managed to get all 16 to load at once within a browser, but whether I am playing just one or 16 there is a delay of 3-5 seconds introduced due ...
1
vote
1answer
104 views

Streaming more than 6 HTML5-based webm videos simultaneously in Chrome

I'm looking for a way to stream multiple (16) live webm videos in Google Chrome for a CCTV application. So far everything I try caps out at 6 live streams, after which videos begin firing "stalled" ...
0
votes
0answers
75 views

A way around HTML5 video limits in browsers?

I'm setting up a CCTV system using ffmpeg, ffserver and zoneminder and everything has gone well with one exception - the zoneminder display is horrible outside. I have ffserver streaming as live webm ...
0
votes
0answers
98 views

not all webm files are playing in firefox

I have coded webm videos with Miro Video Converter and also with FreeMakeVideo Converter with the same result: some webm videos play in Firefox while others won't when embedded with the html5 video ...
1
vote
1answer
142 views

How to? Creating a webm video from kinect data for three.js example webgl_kinect

http://mrdoob.github.com/three.js/examples/webgl_kinect.html How one creates a kinect webm movie to play in the above example, specifically, how one does it from an kinect oni file or a kinect point ...
0
votes
1answer
130 views

No audio encoded with ffmpeg using webm/libvorbis

Having issues getting audio to encode to webm. Tried many different methods and it just ain't happenin. The commands are printed below before each pass. I have tried moving the audio commands ...
0
votes
1answer
65 views

Firefox html5 video rewinds instead of playing

I am using video tag on my website. It works with every major browser, but I am running into issues with Firefox. When I tap on the play button video scrolls to the end of video! In order to start ...
1
vote
1answer
87 views

How to encode RGB images (bitmaps) into VP8 format?

Anyone know how I could encode RGB images (24bppRgb) into VP8 format using C#? Basically I'm capturing the screen as bitmap frames and I want to encode them to reduce the size before sending. From ...
-1
votes
1answer
117 views

Why is YouTube audio on phones (not restricted to iPhones) garbled? [closed]

EDIT: I have tried using several different audio codecs via HandBrake, each produces the same result. EDIT: We've experimented with the audio and we've discovered that wearing ear buds or headphones ...
0
votes
3answers
62 views

Javascript adding 2 video sources

Hi I am very new to javascript. I have a .webm and .mp4 video source, but how can I add another source in javascript, I have only managed to put in 1 (webm), what is the code i need to add another one ...
0
votes
0answers
22 views

My webM video can not be played by browser, even it's good in SMPlayer

I re-coded the "simple_encoder" example and want to record images from my video device. Since my video device is NOT a webcam, I capture each frame and convert it into a YV12 image. Then I wrote ...
0
votes
2answers
916 views

Firefox won't play .webm and .ogv videos with HTML5

I prepared 3 video formats for my site: /assets/video/background-purple.ogg /assets/video/background-purple.webm /assets/video/background-purple.mp4 on the site http://tekhy.net/ I use ...
0
votes
0answers
252 views

How to create a MPD file of MPEG-DASH to play a webm video?

I'm following this demo which uses mediaSource API and MPEG DASH standard to play a .webm video. This is the MPD file used: <?xml version="1.0" encoding="UTF-8"?> <MPD ...
0
votes
1answer
53 views

HTML5 Video is not working when refreshing the browser

I have to create a website with a full-screen dragdealer.js slideshow, embedding in one of its slide a HTML5 video as background. I'm using Wordpress & video-js. So I hardcode in a WP post the ...
1
vote
1answer
182 views

HTML5 video formats - compatibility

So, I'm building a website on which users can upload an watch videos. I'm using the standard HTML5 video player (<video...> <src>...) Currently, I use multiple sources: MP4, OGG and WEBM, ...
2
votes
2answers
3k views

Specified “type” attribute of “video/mp4” is not supported

I am using mediaelement js.. on my .htacces I have these.. AddType video/mp4 mp4 m4v AddType audio/mp4 m4a AddType video/ogg ogv AddType audio/ogg ogg oga AddType video/webm webm and on my ...
2
votes
2answers
375 views

My FFMPEG converter is not allowing mp4 to webm conversions.

heres the command: ffmpeg -i videos/test.mp4 -c:v libvpx -level 216 -profile 0 -qmax 42 -qmin 10 -c:a libvorbis -f webm out.webm i keep getting this error: Error while opening encoder for output ...
0
votes
1answer
518 views

Is there a way for MP4 to work in all browsers with VideoJS?

On the backend of a site I am making for my client, I have an input for my client to put a Dropbox URL to an mp4 file to play on the frontend (he doesn't want to host the files on the server itself). ...
0
votes
1answer
554 views

Converting mkv to mp4 vs ogv vs webm

I am trying to convert an mkv file to mp4, webm, and ogv using ffmpeg and I am getting really drastic performance results. The mkv -> mp4 conversion took all of 2 seconds while the webm and ogv ...
0
votes
0answers
182 views

Movie compatibility on Android & mp4 problems

I'm writing an app which plays small cartoon movies in Android. I chose mp4 as it seemed to work well on phones, and appears to rescale dynamically for different screen resolutions. Great. The ...
0
votes
1answer
58 views

Many types of video types not working with MPMoviePlayerController?

I am finding that there are many types of files that just don't work with MPMoviePlayerController in iOS 5.1. They include webm, ogv, flv (of course), mpeg2, and a few more that I forgot. Is there any ...
0
votes
0answers
544 views

HTML5 webm video not working in website in firefox

I have used HTML5 video tag to display a video of type WebM, it works perfectly in chrome, but shows error " No video with supported format and MIME type found ", and the wonder it the same video ...
0
votes
0answers
249 views

JWPLayer 6 in Firefox Must Load Entire OGG File Before Playing?

Site: http://www.chicagobluesnetwork.com/Shows/Listen/sharon-lewis-texas-fire-4 u: anothertest p: testpass1 In FireFox: The first track is relatively small, but if you try the second track you ...
0
votes
1answer
48 views

webm video keeps resizing in Chrome during playback

I converted a video to webm through Any Video Converter and it plays fine in Firefox. However, in Chrome it constantly resizes itself during playback and I'm not sure why. I previously used Miro ...
0
votes
1answer
87 views

Firefox Webm video only plays when seeking

An odd thing with firefox. This video will only play when it's seeked from ~6 seconds onwards http://www.wealthplanning.tv/media/videos/introduction.webm html link here too ...
0
votes
2answers
776 views

.webm video plays in Chrome and Opera but not Firefox

I converted some .mp4 files to .webm with Miro. They play in Chrome and Opera but they do not play in Firefox 16. Firefox has supported .webm since FF 4. I tested video.canPlayType() and it returns ...
0
votes
1answer
282 views

Issue with webm video format playback in Firefox

Using VideoJS I'm having issues with the webm format failing to play back in Firefox. After researching this issue here I made the appropriate changes to my htaccess file. That fixed ogg and ogv ...
0
votes
1answer
318 views

Directly viewing WebM or OGG file works in Firefox but not in Chrome

I'm having an issue with getting local videos working for the HTML5 Video element. If I try and view a local OGG or WebM file directly, in Firefox 16.0.2 it works, but in chrome 22 it does not work! ...
0
votes
0answers
255 views

WebM plays with no sound in Firefox?

Exactly what the title says. The video plays just fine with sound in Chrome, but Firefox plays it with no audio channel. The only thing I've been able to check is that the volume is not muted in the ...
0
votes
0answers
142 views

webM videos not playing properly when tested in firefox mobile browser

We have an mobile site, where we are using HTML5 video tags to play videos, we have mp4 and webm video formats of the same file. when the videos are tested in firefox mobile browser in an android OS ...
0
votes
0answers
99 views

lag-in-frames error trying to encode/convert video to webm / vpx [closed]

I run this command "avconv -i blah.mpg -pre libvpx-360p -q 63 test.webm" and get this: avconv version 0.8.3-4:0.8.3-0ubuntu0.12.04.1, Copyright (c) 2000-2012 the Libav developers built on Jun 12 ...
1
vote
1answer
146 views

Prepare large ogv/mp4/webm/flv for streaming and seeking

I have a two-hours long video, that I want to stream through HTML5 video tag (and ye old good Flash as fallback) So I have four files: mp4, ogv, webm and flv (500-800Mb each) My server returns right ...
0
votes
1answer
370 views

Error ffmpeg and libvpx to convert to webm [closed]

I have a problems with Ffmpeg and Libvpx on Centos6 Server. Command: ffmpeg -y -i /var/www/f1ccd3a27d36270492ce660da358b436.mp4 -t 99 acodec copy -vcodec libvpx -f webm ...
0
votes
1answer
295 views

Html5 webm video seeking

i have simple html5 video player like this <video id="video" controls="true" src="video.webm"></video> If the 'video.webm' is some professional webm video (for example movie trailer), ...
0
votes
0answers
86 views

html5 video through servlet duration

I have a servlet that is being used to pass video through it in order to bypass cross origin policy for a canvas which I am loading with data from the video tag and then getting pixel data back out of ...
0
votes
0answers
34 views

webm video, video player

I have created a hyperlink in ms word for a WEBM video. The video runs in chrome. But while clicking on the hyperlink ,it asks for default video player to play in. Does not play this in windows media ...
0
votes
1answer
84 views

webmmux directshow seeking queues IStream

I am using the directshow filter for muxing a vp8 and vorbis. And MOST IMPORTANTLY I am sending (trying to send actually) the webm file in real time. So there is no file being created. As data is ...
0
votes
0answers
102 views

DIrect Show, MUX to Renderer

Are Muxers generally implemented to be written to a file. I want to connect a renderer to the output pin of a mixer but it fails. I have implanted my renderer so that I have the source code and I ...
1
vote
2answers
626 views

Real Time Streaming to HTML5 (with out webrtc) just using video tag

I would like to wrap real time encoded data to webm or ogv and send it to an html5 browser. Can webm or ogv do this, Mp4 can not do this due to its MDAT atoms. (one can not wrap h264 and mp3 in real ...
0
votes
1answer
215 views

FFMPEG, pixelated frames, and webm format

It seems like every time I split a .webm video, half or more of the frames are pixelated and distorted. My configuration looks like the following: FFmpeg version 0.6.6-4:0.6.6-0ubuntu0.11.04.1, ...
0
votes
0answers
171 views

Set background colour when converting flv to mp4 with ffmpeg

I'm attempting to convert flv files (with an alpha channel) that are uploaded to a server to html5 compatible formats. I've got the conversion working but the transparency is rendered as black. What I ...

1 2 3