[go: up one dir, main page]

File: setup.sh

package info (click to toggle)
tstools 1.11-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 2,268 kB
  • ctags: 2,040
  • sloc: ansic: 33,549; java: 2,243; makefile: 343; python: 263; sh: 5
file content (20 lines) | stat: -rwxr-xr-x 549 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! /bin/sh
#
# A very simple script to retrieve and pre-process test data, as used by
# ../python/rundoctest.py
#
# Assumes it is being run in the 'data' directory
# Assumes the presence of 'wget' and 'unzip', and that the tstools have been
# built.

# Retrieve a segment of Elephant's Dream in TS (11 is the smallest segment)
wget http://www.w6rz.net/ed24p_11.zip
unzip ed24p_11.zip
ts2es ed24p_11.ts ed24p_11.video.es

# Afterwards:
#
#  ed24p_11.zip                 146M
#  ed26p_11.ts                  314M
#  ed24p_11.video.es            147M