Ticket #1462 (closed enhancement: fixed)
add smptecolorbar video test source
| Reported by: | dericed | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | avfilter |
| Version: | unspecified | Keywords: | smptebars smpte |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | yes |
Description
I like the testsrc pattern but often need broadcast-style color bars. While I can produce these with y4mcolorbars it would be convenient to have this available as an additional video source within ffmpeg.
Like:
ffmpeg -f lavfi -i smptebars -t 5 -c:v v210 smptebars.mov
Change History
Note: See
TracTickets for help on using
tickets.



Should be fixed in:
commit 13c506918729c8a75d1012ba485fe25755c8221a Author: Paul B Mahol <onemda@gmail.com> Date: Wed Jun 20 01:54:58 2012 +0000 lavfi: add smptebars source Patch readapted by Stefano Sabatini, color values proposed by Tim Nicholson <nichot20@yahoo.com>. Address trac ticket #1462. See thread: Subject: [FFmpeg-devel] [PATCH] smptebars filter Date: Wed, 20 Jun 2012 01:54:58 +0000 Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>