mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
validate: Scale down even more to speed up encoding in VP9
From 3min to 50secs to execute here. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/172>
This commit is contained in:
parent
5b7ac97502
commit
6c08b2c570
1 changed files with 2 additions and 2 deletions
|
@ -1284,8 +1284,8 @@ not been tested and explicitly activated if you set use --wanted-tests ALL""")
|
|||
self.add_encoding_formats([
|
||||
MediaFormatCombination("ogg", "vorbis", "theora"),
|
||||
MediaFormatCombination("webm", "vorbis", "vp8"),
|
||||
MediaFormatCombination(
|
||||
"webm", "vorbis", "vp9", video_restriction="video/x-raw,width=320,height=240"),
|
||||
MediaFormatCombination("webm", "vorbis", "vp9",
|
||||
video_restriction="video/x-raw,width=160,height=120"),
|
||||
MediaFormatCombination("mp4", "mp3", "h264"),
|
||||
MediaFormatCombination("mkv", "vorbis", "h264"),
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue