Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 288 Bytes

File metadata and controls

21 lines (17 loc) · 288 Bytes

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