Description:
General discussion of the WebM project.
|
|
|
WebM file format guideline
|
| |
I am interested in a WebM movie. I was able to create the independent video and audio from official libraries (libvpx and libogg). Although the rest only combines these files, I do not know the file format of WebM. If there are web pages which explains the header composition with program samples, please let me know.... more »
|
|
vp8_scalable_patterns
|
| |
Hi, I'm trying to understand the output of the vp8_scalable_patterns example. I ran the example using the following command: vp8_scalable_patterns /tmp/test.flv /tmp/scalable_test 1280 720 1 30 0 10 20 30. I see that files /tmp/scalable_test_[0-2].ivf are generated. I'm assuming each of these files represent a different frame rate (10, 20 and 30).... more »
|
|
how to set crf for vp8 encoder in ffmpeg programmatically?
|
| |
Hi guys, I've downloaded latest libvpx code and built it into ffmpeg, so that my application can use ffmpeg dlls. Vp8 encoding works correctly and my application can generate webm videos. But what I want to know is, how can I set crf when encoding? What I do in my application is just calling ffmpeg interface... more »
|
|
Duration in the webm file.
|
| |
Hi,
I'd like to create a webm video from custom frames.
I created a Segment (m_Segment) with one videotrack. I set the
videotrack's framerate to 25.
Than I encoded the frame:
...
vpx_codec_encode(m_Encoder, m_Image, 0, 2000, VPX_EFLAG_FORCE_KF,
VPX_DL_REALTIME);
const vpx_codec_cx_pkt_t* packet;... more »
|
|
Any VP9 anchor bitstreams?
|
| |
Are there any publicly-available anchors / test sequences encoded with VP9, with "best quality" encoding settings? I'd like to do some quality vs. bitrate comparisons with other codecs. Thanks Iain Richardson
|
|
questions about vp8 RTP format
|
| |
Hi everyone, now i have trouble parsing RTP for vp8. in this document, [link] i have doubt about vp8 payload descriptor. 0 1 2 3 4 5 6 7 +-+-+-+-+-+-+-+-+ |X|R|N|S|PartID | (REQUIRED) +-+-+-+-+-+-+-+-+ X: |I|L|T|K| RSV | (OPTIONAL 1)... more »
|
|
Rate Control Algorithm in VP8 Encoder
|
| |
HI All, I would like to understand the Rate control algorithm in VP8 encoder. I have looked into Rate control parameters (Mode(best. good and rt), Cpu usages). but i wanted to know complete algorithm. Is there any document which explains me how they cameup with some calculations to calculate *vp8_pick_frame_size(I, P farmes).*... more »
|
|
How to generate a stream with Segmentation in VP9
|
| |
Dear All, I would like to generate a stream with segmentation support for VP9 Codec using vpxenc. Please let me know the configuration options. I have tried integrating the code of vp8_set_maps, but did not succeed. Thanks, Srinivas
|
|
|