diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2006-03-09 00:36:39 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2006-03-09 00:36:39 +0000 |
commit | 267b0e57548257687164d940ac5d7a95223275ae (patch) | |
tree | 05684e2b20946974b72ae969926bd8364ed53965 /tests/test.conf | |
parent | 6c953a6af3da2d883a54fe1a33fe67cfafb0710d (diff) | |
download | ffmpeg-267b0e57548257687164d940ac5d7a95223275ae.tar.gz |
Update ffserver regression tests:
- really produce readable files (instead of 0 byte files or headers only)
- use bitexact, fastint dct, simple idct and qscale
- gives consistent results across several archs
- still fails on altivec ppc
Originally committed as revision 5129 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/test.conf')
-rw-r--r-- | tests/test.conf | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/tests/test.conf b/tests/test.conf index e0717f65db..cc2038a60d 100644 --- a/tests/test.conf +++ b/tests/test.conf @@ -71,6 +71,9 @@ acl allow localhost Feed feed1.ffm Format avi # +BitExact +DctFastint +IdctSimple VideoFrameRate 10 VideoSize 352x288 VideoBitRate 100 @@ -87,6 +90,9 @@ MaxTime 100 Feed feed1.ffm Format avi # +BitExact +DctFastint +IdctSimple VideoFrameRate 2 VideoSize 320x240 VideoBitRate 40 @@ -132,6 +138,10 @@ MaxTime 100 <Stream test.swf> Feed feed1.ffm # +BitExact +DctFastint +IdctSimple +Qscale 10 VideoFrameRate 10 VideoSize 352x288 VideoBitRate 100 @@ -148,6 +158,10 @@ MaxTime 100 Feed feed1.ffm Format asf # +BitExact +DctFastint +IdctSimple +Qscale 10 VideoFrameRate 10 VideoSize 320x240 VideoBitRate 100 @@ -166,6 +180,10 @@ Title "Test data stream" Feed feed1.ffm Format asf # +BitExact +DctFastint +IdctSimple +Qscale 10 VideoFrameRate 2 VideoSize 320x240 VideoBitRate 40 @@ -185,6 +203,10 @@ Title "Test data stream" Feed feed1.ffm Format rm +BitExact +DctFastint +IdctSimple +Qscale 10 VideoBitRate 100 VideoFrameRate 10 VideoGopSize 30 @@ -202,6 +224,10 @@ MaxTime 100 Feed feed1.ffm Format rm +BitExact +DctFastint +IdctSimple +Qscale 10 VideoBitRate 40 VideoFrameRate 2 VideoGopSize 20 @@ -221,6 +247,9 @@ Feed feed1.ffm Format jpeg Strict -1 +BitExact +DctFastint +IdctSimple VideoFrameRate 1 VideoSize 352x288 NoAudio @@ -235,6 +264,9 @@ Feed feed1.ffm Format jpeg Strict -1 +BitExact +DctFastint +IdctSimple VideoFrameRate 1 VideoSize 160x128 NoAudio @@ -247,7 +279,11 @@ PreRoll 2 Feed feed1.ffm Format mpjpeg +Strict -1 +BitExact +DctFastint +IdctSimple VideoFrameRate 1 VideoSize 320x240 NoAudio |