forked from Enchufa2/video-tester
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVT.conf
57 lines (41 loc) · 1.16 KB
/
VT.conf
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
############################################################
# Must be the same at the client and the server
[general]
# Select the server port
port=8000
# Video path
path=video
# Ordered files
video0=akiyo_cif.mkv
#video1=bridge-close_cif.mkv
#video2=bridge-far_cif.mkv
#video3=bus_cif.mkv
############################################################
[client]
# Temporary directory to store results
temp=temp
# Video from [video] section
video=video0
# Choose the codec
# Options: h263, h264, mpeg4, theora
codec=h264
# Select the encoding bitrate (kbps)
bitrate=128
# Select the framerate (fps)
framerate=25
# Select the interface to sniff
iface=lo
# Select the server IP
ip=127.0.0.1
# Choose the lower transport protocol
# Options: udp, tcp, udp-mcast
protocol=udp
# Choose QoS measures (comma separated)
# Options: latency, delta, jitter, skew, bandwidth, plr, pld
qos=latency, delta, jitter, skew, bandwidth, plr, pld
# Choose BitStream measures (comma separated)
# Options: streameye, refstreameye, gop, iflr
bs=streameye, refstreameye, gop, iflr
# Choose VQ measures (comma separated)
# Options: psnr, ssim, g1070, psnrtomos, miv
vq=psnr, ssim, g1070, psnrtomos, miv