~ubuntu-branches/ubuntu/jaunty/xvidcap/jaunty-proposed

« back to all changes in this revision

Viewing changes to ffmpeg/tests/test.conf

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-25 15:47:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080225154712-qvr11ekcea4c9ry8
Tags: 1.1.6-0.1ubuntu1
* Merge from debian-multimedia (LP: #120003), Ubuntu Changes:
 - For ffmpeg-related build-deps, remove cvs from package names.
 - Standards-Version 3.7.3
 - Maintainer Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
# You must use 'ffmpeg' to send a live feed to ffserver. In this
44
44
# example, you can type:
45
 
 
45
#
46
46
# ffmpeg http://localhost:8090/feed1.ffm
47
47
 
48
48
# ffserver can also do time shifting. It means that it can stream any
52
52
# maximum size of the feed (100M bytes here). Default:
53
53
# File=/tmp/feed_name.ffm FileMaxSize=5M
54
54
 
55
 
File /tmp/feed.ffm
 
55
File feed1.ffm
56
56
FileMaxSize 100M
57
57
 
58
58
# Fire up ffmpeg pointing at this stream
59
59
 
60
 
Launch -loop -bitexact -dct_algo 1 -idct_algo 2 -y -f pgmyuv -i vsynth1/%d.pgm
61
 
acl allow localhost
 
60
#Launch ../../ffmpeg -loop_input -flags +bitexact -dct fastint -idct simple -y -f pgmyuv -i vsynth1/%02d.pgm
 
61
 
 
62
ACL allow localhost
62
63
</Feed>
63
64
 
64
65
##################################################################
71
72
Feed feed1.ffm
72
73
Format avi
73
74
#
 
75
BitExact
 
76
DctFastint
 
77
IdctSimple
74
78
VideoFrameRate 10
75
79
VideoSize 352x288
76
80
VideoBitRate 100
87
91
Feed feed1.ffm
88
92
Format avi
89
93
#
90
 
VideoFrameRate 2
91
 
VideoSize 320x240
92
 
VideoBitRate 40
93
 
VideoGopSize 20
94
 
NoAudio
95
 
 
96
 
PreRoll 20
97
 
StartSendOnKey
98
 
MaxTime 100
99
 
 
100
 
</Stream>
101
 
 
102
 
<Stream test_h.mpg>
103
 
Feed feed1.ffm
104
 
#
105
 
VideoFrameRate 10
106
 
VideoSize 352x288
107
 
VideoBitRate 100
108
 
VideoGopSize 30
109
 
NoAudio
110
 
 
111
 
PreRoll 10
112
 
StartSendOnKey
113
 
MaxTime 100
114
 
 
115
 
</Stream>
116
 
 
117
 
<Stream test_l.mpg>
118
 
Feed feed1.ffm
119
 
#
120
 
VideoFrameRate 2
121
 
VideoSize 320x240
122
 
VideoBitRate 40
123
 
VideoGopSize 20
124
 
NoAudio
125
 
 
126
 
PreRoll 20
127
 
StartSendOnKey
128
 
MaxTime 100
129
 
 
130
 
</Stream>
131
 
 
 
94
BitExact
 
95
DctFastint
 
96
IdctSimple
 
97
VideoFrameRate 2
 
98
VideoSize 320x240
 
99
VideoBitRate 40
 
100
VideoGopSize 20
 
101
NoAudio
 
102
 
 
103
PreRoll 20
 
104
StartSendOnKey
 
105
MaxTime 100
 
106
 
 
107
</Stream>
 
108
 
 
109
#<Stream test_h.mpg>
 
110
#Feed feed1.ffm
 
111
#
 
112
#VideoFrameRate 10
 
113
#VideoSize 352x288
 
114
#VideoBitRate 100
 
115
#VideoGopSize 30
 
116
#NoAudio
 
117
 
 
118
#PreRoll 10
 
119
#StartSendOnKey
 
120
#MaxTime 100
 
121
#
 
122
#</Stream>
 
123
#
 
124
#<Stream test_l.mpg>
 
125
#Feed feed1.ffm
 
126
##
 
127
#VideoFrameRate 2
 
128
#VideoSize 320x240
 
129
#VideoBitRate 40
 
130
#VideoGopSize 20
 
131
#NoAudio
 
132
#
 
133
#PreRoll 20
 
134
#StartSendOnKey
 
135
#MaxTime 100
 
136
#
 
137
#</Stream>
 
138
#
132
139
<Stream test.swf>
133
140
Feed feed1.ffm
134
141
#
 
142
BitExact
 
143
DctFastint
 
144
IdctSimple
 
145
Qscale 10
135
146
VideoFrameRate 10
136
147
VideoSize 352x288
137
148
VideoBitRate 100
148
159
Feed feed1.ffm
149
160
Format asf
150
161
#
 
162
BitExact
 
163
DctFastint
 
164
IdctSimple
 
165
Qscale 10
151
166
VideoFrameRate 10
152
167
VideoSize 320x240
153
168
VideoBitRate 100
166
181
Feed feed1.ffm
167
182
Format asf
168
183
#
 
184
BitExact
 
185
DctFastint
 
186
IdctSimple
 
187
Qscale 10
169
188
VideoFrameRate 2
170
189
VideoSize 320x240
171
190
VideoBitRate 40
185
204
Feed feed1.ffm
186
205
Format rm
187
206
 
 
207
BitExact
 
208
DctFastint
 
209
IdctSimple
 
210
Qscale 10
188
211
VideoBitRate 100
189
212
VideoFrameRate 10
190
213
VideoGopSize 30
202
225
Feed feed1.ffm
203
226
Format rm
204
227
 
 
228
BitExact
 
229
DctFastint
 
230
IdctSimple
 
231
Qscale 10
205
232
VideoBitRate 40
206
233
VideoFrameRate 2
207
234
VideoGopSize 20
218
245
<Stream test.jpg>
219
246
 
220
247
Feed feed1.ffm
221
 
Format singlejpeg
 
248
Format jpeg
 
249
Strict -1
222
250
 
 
251
BitExact
 
252
DctFastint
 
253
IdctSimple
223
254
VideoFrameRate 1
224
255
VideoSize 352x288
225
256
NoAudio
231
262
<Stream test_small.jpg>
232
263
 
233
264
Feed feed1.ffm
234
 
Format singlejpeg
 
265
Format jpeg
 
266
Strict -1
235
267
 
 
268
BitExact
 
269
DctFastint
 
270
IdctSimple
236
271
VideoFrameRate 1
237
272
VideoSize 160x128
238
273
NoAudio
245
280
 
246
281
Feed feed1.ffm
247
282
Format mpjpeg
 
283
Strict -1
248
284
 
 
285
BitExact
 
286
DctFastint
 
287
IdctSimple
249
288
VideoFrameRate 1
250
289
VideoSize    320x240
251
290
NoAudio