Simple parser/decoder video

Tool for decoding video from memory

E.g. usage

  • Read videofile from disk
  • Receive video from network
    (here reading mpegts video)

Build

make

main.cpp contains e.g. of usage

Requirements

libavcodec
libavformat
libavutil