forked from slederer/DASHEncoder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDASHEncoder.config
103 lines (85 loc) · 2.42 KB
/
DASHEncoder.config
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
#========================================
# Config File for DASH Encoder
#========================================
#========================================
# General Options
#========================================
#dest-directory : /opt/lampp/htdocs/tests_updates/
dest-directory : /home/arawind/d/dash/
video-encoder : x264
audio-encoder : ffmpegAAC
multiplexer : mp4box
#store-psnr
sql-host : localhost
sql-user : root
sql-pw :
sql-database : dash
#add-non-segmented
use-ffmpeg-pipe
ffmpeg-opt : -f rawvideo -t 30
#input-res : 384x208
#input-res : 352x288
#input-res : 854x480
input-res : 720x400
#========================================
# x264 Options
#========================================
#bitrate : 2071
#bitrate : 50@480x360|100@480x360|200
bitrate : 50@320x240|100@320x240
#bitrate : 200|400|600|1000
statistics : stat.temp
gop : 48
scenecut : 0
profile : baseline
preset : slow
input : /home/arawind/d/dash/bunny.mp4
#input : /home/stefan/sintel_trailer_2k_480p24.y4m
#input : /home/stefan/foreman_cif.y4m
#input : /home/stefan/kingkong.mp4
#input : /media/Volume/MI200802010028-video_newsroom_hd_1080_p29_97-channelSelectionT0C0_T0C1.mp4
passes : 1
const-filesize : 0
#Additional Options for Encoding
#pass1 : --frames 500 --fps 29.970029
pass1 : --verbose --fps 24
pass2 : --verbose --psnr
#========================================
# FFMPEG AAC Options
#========================================
# [channels, samplerate, bitrate]
#audio-quality : 2,44100,48|2,44000,128
#audio-quality : 2,44100,48
audio-quality :
#audio-input : /home/stefan/sintel_trailer-audio.flac
audio-input : /home/arawind/d/dash/bunny.mp4
#audio-codec : libfaac
audio-codec : aac
#========================================
# MP4Box Options
#========================================
#AV Muxing
#mux-combi : 300@48|600@128
mux-combi :
fragment-size : 2000
segment-size : 2000
rap-aligned
segment-name : bunny
#segment-name : sintel
#folder-prefix : sintel
folder-prefix : bunny
#========================================
# MPD Options
#========================================
mpd-name : bunny.mpd
url-root : http://172.16.46.127/dash/dash/
#set-base-url
mpdActStandardPostfix : _actVersion.mpd
duration : 9M56S
#duration : 9M4S
transform-mpd
minBufferTime : 2.0S
segDuration : 2
#========================================
# Other Options
#========================================