diff options
author | Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net> | 2012-01-02 08:28:13 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-01-06 08:47:07 +0100 |
commit | 53735eaa72c4dd1c9714a9fed58ea13738969189 (patch) | |
tree | 60098ac21bb1acce6737329d65c5dd704e78929a /ext/vp8/GstVP8Enc.prs | |
parent | 5676ff5bf4d3e2501875c4684e8370185d78bdef (diff) | |
download | gstreamer-plugins-bad-53735eaa72c4dd1c9714a9fed58ea13738969189.tar.gz |
vp8: add initial preset file
This is initial preset file, currently with only one profile
for realtime encoding.
Signed-off-by: Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net>
Diffstat (limited to 'ext/vp8/GstVP8Enc.prs')
-rw-r--r-- | ext/vp8/GstVP8Enc.prs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/vp8/GstVP8Enc.prs b/ext/vp8/GstVP8Enc.prs new file mode 100644 index 000000000..6e1d13d9b --- /dev/null +++ b/ext/vp8/GstVP8Enc.prs @@ -0,0 +1,7 @@ +[_presets_] +version=0.10 +element-name=GstVP8Enc + +[Profile Realtime] +max-latency=1 +speed=2 |