[Webkit-unassigned] [Bug 125715] Add resize event for HTMLMediaElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 29 12:07:50 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=125715

--- Comment #3 from Brendan Long <b.long at cablelabs.com> ---
If you need, it's possible to create multi-resolution videos with GStreamer:

# VP8 / Matroska
gst-launch-1.0 videotestsrc num-buffers=120 ! video/x-raw,width=160,height=120,framerate=24/1 ! vp8enc ! matroskamux name=m ! filesink location=multisize.mkv videotestsrc num-buffers=120 ! video/x-raw,width=320,height=240,framerate=24/1 ! vp8enc ! m.

# h.264 / MP4
# Theoretically at least. This video causes vlc to crash for me :\
gst-launch-1.0 videotestsrc num-buffers=120 ! video/x-raw,width=160,height=120,framerate=24/1 ! x264enc ! mp4mux name=m ! filesink location=multisize.mp4 videotestsrc num-buffers=120 ! video/x-raw,width=320,height=240,framerate=24/1 ! x264enc ! m.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141029/6e6aacc8/attachment-0002.html>


More information about the webkit-unassigned mailing list