forked from slederer/DASHEncoder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DASHEncoder.config
95 lines (76 loc) · 2.15 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
#========================================
# Config File for DASH Encoder
#========================================
#========================================
# General Options
#========================================
dest-directory : /opt/lampp/htdocs/tests_updates/
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
#input-res : 384x208
#input-res : 352x288
input-res : 854x480
#========================================
# x264 Options
#========================================
bitrate : 300
#bitrate : 250@480x360|500@480x360|1000
#bitrate : 200|400|600|1000
statistics : stat.temp
gop : 48
scenecut : 0
profile : baseline
preset : slow
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-codec : libfaac
#========================================
# MP4Box Options
#========================================
#AV Muxing
#mux-combi : 300@48|600@128
mux-combi :
fragment-size : 2000
segment-size : 2000
rap-aligned
segment-name : sintel
folder-prefix : sintel
#========================================
# MPD Options
#========================================
mpd-name : sintel.mpd
url-root : http://localhost/tests_updates/
#set-base-url
mpdActStandardPostfix : _actVersion.mpd
duration : 9M4S
transform-mpd
minBufferTime : 2.0S
segDuration : 2
#========================================
# Other Options
#========================================