comparison etc/codecs.conf @ 30089:ae0de5bf29e8

add lavc yuv rawcodecs to codecs.conf
author compn
date Sun, 27 Dec 2009 20:57:03 +0000
parents 1b18cf7e6abe
children 08f37016bb91
comparison
equal deleted inserted replaced
30088:4977e04f3a18 30089:ae0de5bf29e8
3159 format 0x0 3159 format 0x0
3160 format 0x20203859 ; "Y8 " 3160 format 0x20203859 ; "Y8 "
3161 fourcc y800,Y800 3161 fourcc y800,Y800
3162 out Y800,Y8 3162 out Y800,Y8
3163 3163
3164 ;lavc raw codecs
3165
3166 videocodec ffrawyuy2
3167 info "RAW YUY2"
3168 status working
3169 format 0x0
3170 format 0x20776172
3171 fourcc yuy2,YUY2
3172 fourcc V422,v422
3173 fourcc YUNV,yunv
3174 fourcc VYUY,vyuy
3175 fourcc yuvs,YUVS
3176 driver ffmpeg
3177 dll rawvideo
3178 out YUY2
3179
3180 videocodec ffrawyuv2
3181 info "RAW YUV2"
3182 status working
3183 format 0x0
3184 format 0x20776172
3185 fourcc yuv2,YUV2
3186 driver ffmpeg
3187 dll rawvideo
3188 out YUY2
3189
3190 videocodec ffrawuyvy
3191 info "RAW UYVY"
3192 status working
3193 format 0x0
3194 format 0x20776172
3195 fourcc uyvy,UYVY
3196 fourcc HDYC,hdyc
3197 fourcc UYNV,uynv
3198 fourcc UYNY,uyny
3199 fourcc uyv1,UYV1
3200 fourcc 2Vu1,2vu1,2VU1
3201 fourcc 2Vuy,2vuy,2VUY
3202 driver ffmpeg
3203 dll rawvideo
3204 out UYVY
3205
3206 videocodec ffraw444P
3207 info "RAW 444P"
3208 status working
3209 format 0x0
3210 format 0x20776172
3211 fourcc 444p,444P
3212 driver ffmpeg
3213 dll rawvideo
3214 out 444P
3215
3216 videocodec ffraw422P
3217 info "RAW 422P"
3218 status working
3219 format 0x0
3220 format 0x20776172
3221 fourcc 422p,422P
3222 fourcc P422,p422
3223 fourcc Y42B,y42b
3224 driver ffmpeg
3225 dll rawvideo
3226 out 422P
3227
3228 videocodec ffrawyv12
3229 info "RAW YV12"
3230 status working
3231 format 0x0
3232 format 0x20776172
3233 fourcc yv12,YV12
3234 driver ffmpeg
3235 dll rawvideo
3236 out YV12
3237
3238 videocodec ffrawi420
3239 info "RAW I420"
3240 status working
3241 format 0x0
3242 format 0x20776172
3243 fourcc i420,I420
3244 fourcc IYUV,iyuv
3245 driver ffmpeg
3246 dll rawvideo
3247 out I420,IYUV
3248
3249 videocodec ffrawyvu9
3250 info "RAW YVU9"
3251 status working
3252 format 0x0
3253 format 0x20776172
3254 fourcc yvu9,YVU9
3255 driver ffmpeg
3256 dll rawvideo
3257 out YVU9
3258
3259 videocodec ffrawy800
3260 info "RAW Y8/Y800"
3261 status working
3262 format 0x0
3263 format 0x20203859 ; "Y8 "
3264 fourcc y800,Y800
3265 driver ffmpeg
3266 dll rawvideo
3267 out Y800,Y8
3268
3164 ; NULL codec - for testing. 3269 ; NULL codec - for testing.
3165 3270
3166 videocodec null 3271 videocodec null
3167 info "NULL codec (no decoding!)" 3272 info "NULL codec (no decoding!)"
3168 status crashing 3273 status crashing