Opened 12 years ago

Closed 12 years ago

#1462 closed enhancement (fixed)

add smptecolorbar video test source

Reported by: dave rice 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 (1)

comment:1 by Stefano Sabatini, 12 years ago

Analyzed by developer: set
Component: undeterminedavfilter
Keywords: smptebars smpte added
Reproduced by developer: set
Resolution: fixed
Status: newclosed

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>
Note: See TracTickets for help on using tickets.