summaryrefslogtreecommitdiffstats
path: root/theora/README
blob: 9b1c9a65f466f93c2ba657c4b6714bcbcad954c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
==== Packages ====

yum install theora-tools
yum install --enablerepo=updates-testing mingw32-theora-tools mingw64-theora-tools


==== Launching tests ====

#
# Encoding cannot be tested using theora_endode_video, there is used random
# seed for ogg container initialization.
#
# Decoder testsuite samples at:
#
# http://wiki.xiph.org/TheoraTestsuite
#

# 1) download samples
mkdir samples
wget -i list.txt -P samples/

# 2) test
# each video should have the same checksums for native, win32 and win64

./test.sh 2>log