1[GStreamer Encoding Target] 2name=webm 3category=file-extension 4description=Default target for files with a .webm extension 5 6[profile-default] 7name=default 8description=Default profile for files with a .webm extension. Audio stream can be either vorbis (default) or opus depending on what is available on the system. Video stream will be either in vp8 (default) or vp9. 9type=container 10format=video/webm 11 12[streamprofile-default-0] 13parent=default 14type=audio 15format=audio/x-vorbis;audio/x-opus 16 17[streamprofile-default-1] 18parent=default 19type=video 20format=video/x-vp8;video/x-vp9 21pass=0 22