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:
Thibault Saunier 2020-03-20 09:05:52 -03:00
parent 5b7ac97502
commit 6c08b2c570

View file

@ -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"),
])