Skip to content
  • Víctor Manuel Jáquez Leal's avatar
    tests: add simple-encoder program · be40a1d4
    Víctor Manuel Jáquez Leal authored
    This patch adds a simple-encoder test program that uses libgstvaapi for video
    encoding to elementary (raw) streams. Input stream is raw YUV in the Y4M
    format. That can be from a regular file or standard input when the input
    filename is "-".
    
    Usage: simple-encoder [options]* <source>
    
    Options:
    --output|-o     output file name
    --codec|-c      codec to use for video encoding
    --bitrate|-b    desired bitrate (kbps)
    
    By default, and as an initial patch, the encoded stream shall conform to the
    minimally supported profile. That is "Constrained Baseline Profile" for H.264
    and "Simple Profile" for MPEG-2. Though, those are the defaults to be
    generated by libgstvaapi.
    
    You can find Y4M sample files here http://samples.mplayerhq.hu/yuv4mpeg2/
    
    
    
    Original-patch-by: default avatarChangzhi Wei <changzhix.wei@intel.com>
    * general code clean-up
    * removed the yuv reader thread
    * re-wrote the y4m file parser
    * updated used API fixed some wrong usage
    * fixed a lot of memory leaks
    * added the bitrate setting
    * keep fps' numerator and denominator
    * simplified the thread control
    * removed custom logging and use glib
    
    Signed-off-by: default avatarVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=719528
    be40a1d4