]> git.sesse.net Git - ffmpeg/blob - tests/lavf-regression.sh
tests: Enable CRC test for yuv4mpeg
[ffmpeg] / tests / lavf-regression.sh
1 #!/bin/sh
2 #
3 # automatic regression test for libavformat
4 #
5 #
6 #set -x
7
8 set -e
9
10 . $(dirname $0)/regression-funcs.sh
11
12 eval do_$test=y
13
14 do_lavf()
15 {
16     file=${outfile}lavf.$1
17     do_avconv $file $DEC_OPTS -f image2 -c:v pgmyuv -i $raw_src $DEC_OPTS -ar 44100 -f s16le $2 -i $pcm_src $ENC_OPTS -b:a 64k -t 1 -qscale:v 10 $3
18     do_avconv_crc $file $DEC_OPTS -i $target_path/$file $4
19 }
20
21 do_streamed_images()
22 {
23     file=${outfile}${1}pipe.$1
24     do_avconv $file $DEC_OPTS -f image2 -c:v pgmyuv -i $raw_src -f image2pipe $ENC_OPTS -t 1 -qscale 10
25     do_avconv_crc $file $DEC_OPTS -f image2pipe -i $target_path/$file
26 }
27
28 do_image_formats()
29 {
30     outfile="$datadir/images/$1/"
31     mkdir -p "$outfile"
32     file=${outfile}%02d.$1
33     run_avconv $DEC_OPTS -f image2 -c:v pgmyuv -i $raw_src $2 $ENC_OPTS $3 -frames 12 -y -qscale 10 $target_path/$file
34     do_md5sum ${outfile}02.$1
35     do_avconv_crc $file $DEC_OPTS $3 -i $target_path/$file
36     echo $(wc -c ${outfile}02.$1)
37 }
38
39 do_audio_only()
40 {
41     file=${outfile}lavf.$1
42     do_avconv $file $DEC_OPTS $2 -ar 44100 -f s16le -i $pcm_src $ENC_OPTS -t 1 -qscale 10 $3
43     do_avconv_crc $file $DEC_OPTS $4 -i $target_path/$file
44 }
45
46 if [ -n "$do_avi" ] ; then
47 do_lavf avi "" "-c:a mp2 -ar 44100"
48 fi
49
50 if [ -n "$do_asf" ] ; then
51 do_lavf asf "" "-c:a mp2 -ar 44100" "-r 25"
52 fi
53
54 if [ -n "$do_rm" ] ; then
55 file=${outfile}lavf.rm
56 do_avconv $file $DEC_OPTS -f image2 -c:v pgmyuv -i $raw_src $DEC_OPTS -ar 44100 -f s16le -i $pcm_src $ENC_OPTS -t 1 -qscale 10 -c:a ac3_fixed -b:a 64k
57 # broken
58 #do_avconv_crc $file -i $target_path/$file
59 fi
60
61 if [ -n "$do_mpg" ] ; then
62 do_lavf mpg "" "-ar 44100"
63 fi
64
65 if [ -n "$do_mxf" ] ; then
66 do_lavf mxf "-ar 48000" "-bf 2 -timecode_frame_start 264363"
67 fi
68
69 if [ -n "$do_mxf_d10" ]; then
70 do_lavf mxf_d10 "-ar 48000 -ac 2" "-r 25 -vf scale=720:576,pad=720:608:0:32 -c:v mpeg2video -g 0 -flags +ildct+low_delay -dc 10 -non_linear_quant 1 -intra_vlc 1 -qscale 1 -ps 1 -qmin 1 -rc_max_vbv_use 1 -rc_min_vbv_use 1 -pix_fmt yuv422p -minrate 30000k -maxrate 30000k -b 30000k -bufsize 1200000 -top 1 -rc_init_occupancy 1200000 -qmax 12 -f mxf_d10"
71 fi
72
73 if [ -n "$do_ts" ] ; then
74 do_lavf ts "" "-mpegts_transport_stream_id 42 -ar 44100"
75 fi
76
77 if [ -n "$do_swf" ] ; then
78 do_lavf swf "" "-an"
79 fi
80
81 if [ -n "$do_flv_fmt" ] ; then
82 do_lavf flv "" "-an"
83 fi
84
85 if [ -n "$do_mov" ] ; then
86 do_lavf mov "" "-c:a pcm_alaw -c:v mpeg4"
87 fi
88
89 if [ -n "$do_dv_fmt" ] ; then
90 do_lavf dv "-ar 48000 -channel_layout stereo" "-r 25 -s pal"
91 fi
92
93 if [ -n "$do_gxf" ] ; then
94 do_lavf gxf "-ar 48000" "-r 25 -s pal -ac 1"
95 fi
96
97 if [ -n "$do_nut" ] ; then
98 do_lavf nut "" "-c:a mp2 -ar 44100"
99 fi
100
101 if [ -n "$do_mkv" ] ; then
102 do_lavf mkv "" "-c:a mp2 -c:v mpeg4 -ar 44100"
103 fi
104
105
106 # streamed images
107 # mjpeg
108 #file=${outfile}lavf.mjpeg
109 #do_avconv $file -t 1 -qscale 10 -f image2 -c:v pgmyuv -i $raw_src
110 #do_avconv_crc $file -i $target_path/$file
111
112 if [ -n "$do_pbmpipe" ] ; then
113 do_streamed_images pbm
114 fi
115
116 if [ -n "$do_pgmpipe" ] ; then
117 do_streamed_images pgm
118 fi
119
120 if [ -n "$do_ppmpipe" ] ; then
121 do_streamed_images ppm
122 fi
123
124 if [ -n "$do_gif" ] ; then
125 file=${outfile}lavf.gif
126 do_avconv $file $DEC_OPTS -f image2 -c:v pgmyuv -i $raw_src $ENC_OPTS -t 1 -qscale 10 -pix_fmt rgb24
127 do_avconv_crc $file $DEC_OPTS -i $target_path/$file -pix_fmt rgb24
128 fi
129
130 if [ -n "$do_yuv4mpeg" ] ; then
131 file=${outfile}lavf.y4m
132 do_avconv $file $DEC_OPTS -f image2 -c:v pgmyuv -i $raw_src $ENC_OPTS -t 1 -qscale 10
133 do_avconv_crc $file -i $target_path/$file
134 fi
135
136 # image formats
137
138 if [ -n "$do_pgm" ] ; then
139 do_image_formats pgm
140 fi
141
142 if [ -n "$do_ppm" ] ; then
143 do_image_formats ppm
144 fi
145
146 if [ -n "$do_png" ] ; then
147 do_image_formats png
148 fi
149
150 if [ -n "$do_bmp" ] ; then
151 do_image_formats bmp
152 fi
153
154 if [ -n "$do_tga" ] ; then
155 do_image_formats tga
156 fi
157
158 if [ -n "$do_tiff" ] ; then
159 do_image_formats tiff "-pix_fmt rgb24"
160 fi
161
162 if [ -n "$do_sgi" ] ; then
163 do_image_formats sgi
164 fi
165
166 if [ -n "$do_jpg" ] ; then
167 do_image_formats jpg "-pix_fmt yuvj420p" "-f image2"
168 fi
169
170 if [ -n "$do_pam" ] ; then
171 do_image_formats pam
172 fi
173
174 if [ -n "$do_pcx" ] ; then
175 do_image_formats pcx
176 fi
177
178 if [ -n "$do_xwd" ] ; then
179 do_image_formats xwd
180 fi
181
182 if [ -n "$do_dpx" ] ; then
183 do_image_formats dpx
184 fi
185
186 if [ -n "$do_sunrast" ] ; then
187 do_image_formats sun
188 fi
189
190 # audio only
191
192 if [ -n "$do_wav" ] ; then
193 do_audio_only wav
194 fi
195
196 if [ -n "$do_alaw" ] ; then
197 do_audio_only al "" "" "-ar 44100"
198 fi
199
200 if [ -n "$do_mulaw" ] ; then
201 do_audio_only ul "" "" "-ar 44100"
202 fi
203
204 if [ -n "$do_au" ] ; then
205 do_audio_only au
206 fi
207
208 if [ -n "$do_mmf" ] ; then
209 do_audio_only mmf
210 fi
211
212 if [ -n "$do_aiff" ] ; then
213 do_audio_only aif
214 fi
215
216 if [ -n "$do_voc" ] ; then
217 do_audio_only voc
218 fi
219
220 if [ -n "$do_voc_s16" ] ; then
221 do_audio_only s16.voc "-ac 2" "-c:a pcm_s16le"
222 fi
223
224 if [ -n "$do_ogg" ] ; then
225 do_audio_only ogg "" "-c:a flac"
226 fi
227
228 if [ -n "$do_rso" ] ; then
229 do_audio_only rso
230 fi
231
232 if [ -n "$do_sox" ] ; then
233 do_audio_only sox
234 fi
235
236 # pix_fmt conversions
237
238 if [ -n "$do_pixfmt" ] ; then
239 outfile="$datadir/pixfmt/"
240 conversions="yuv420p yuv422p yuv444p yuyv422 yuv410p yuv411p yuvj420p \
241              yuvj422p yuvj444p rgb24 bgr24 rgb32 rgb565 rgb555 gray monow \
242              monob yuv440p yuvj440p"
243 for pix_fmt in $conversions ; do
244     file=${outfile}${pix_fmt}.yuv
245     run_avconv $DEC_OPTS -r 1 -f image2 -c:v pgmyuv -i $raw_src \
246                $ENC_OPTS -f rawvideo -t 1 -s 352x288 -pix_fmt $pix_fmt $target_path/$raw_dst
247     do_avconv $file $DEC_OPTS -f rawvideo -s 352x288 -pix_fmt $pix_fmt -i $target_path/$raw_dst \
248                     $ENC_OPTS -f rawvideo -s 352x288 -pix_fmt yuv444p
249 done
250 fi