Files
phoronix-test-suite/ob-cache/test-profiles/pts/avifenc-1.4.1/test-definition.xml
2024-04-20 19:23:38 -05:00

64 lines
2.1 KiB
XML

<?xml version="1.0"?>
<!--Phoronix Test Suite v10.8.5-->
<PhoronixTestSuite>
<TestInformation>
<Title>libavif avifenc</Title>
<AppVersion>1.0</AppVersion>
<Description>This is a test of the AOMedia libavif library testing the encoding of a JPEG image to AV1 Image Format (AVIF).</Description>
<ResultScale>Seconds</ResultScale>
<Proportion>LIB</Proportion>
<TimesToRun>3</TimesToRun>
</TestInformation>
<TestProfile>
<Version>1.4.1</Version>
<SupportedPlatforms>Linux, MacOSX, BSD, Windows</SupportedPlatforms>
<SoftwareType>Utility</SoftwareType>
<TestType>Processor</TestType>
<License>Free</License>
<Status>Verified</Status>
<ExternalDependencies>build-utilities, cmake, perl, yasm, meson, nasm, libpng-development, jpeg-development</ExternalDependencies>
<EnvironmentSize>70</EnvironmentSize>
<ProjectURL>https://github.com/AOMediaCodec/libavif/</ProjectURL>
<RepositoryURL>https://github.com/AOMediaCodec/libavif</RepositoryURL>
<InternalTags>SMP</InternalTags>
<Maintainer>Michael Larabel</Maintainer>
<SystemDependencies>libyuv.h</SystemDependencies>
</TestProfile>
<TestSettings>
<Default>
<PostArguments>--autotiling sample-photo-mars.jpg output.avif</PostArguments>
</Default>
<Option>
<DisplayName>Encoder Speed</DisplayName>
<Identifier>enc-mode</Identifier>
<Menu>
<Entry>
<Name>0</Name>
<Value>-s 0</Value>
<Message>Slowest</Message>
</Entry>
<Entry>
<Name>2</Name>
<Value>-s 2</Value>
<Message>Slow</Message>
</Entry>
<Entry>
<Name>6</Name>
<Value>-s 6</Value>
<Message>Default</Message>
</Entry>
<Entry>
<Name>6, Lossless</Name>
<Value>-s 6 -l</Value>
<Message>Default Speed + Lossless</Message>
</Entry>
<Entry>
<Name>10, Lossless</Name>
<Value>-s 10 -l</Value>
<Message>Faster</Message>
</Entry>
</Menu>
</Option>
</TestSettings>
</PhoronixTestSuite>