1 The bsdav package contains programs for reading and writing audio
2 and video. The programs use BSD-native devices. Naturally, the
3 source code is BSD-licensed as well. These programs depend on
4 the libbsdav library for both accessing audio(4) and bktr(4) devices.
5 (Hopefully, more documentation will be written soon on how to use
6 the functions libbsdav contains!)
8 While one of the goals of the bsdav project is simplicity, another
9 goal is to make A/V processing on BSD systems easily accessible.
10 Moreover, to ease the storage and synchronization of both audio
11 and video streams, bsdav has it's own, very simple, A/V container
14 Hopefully the bsdav programs are clear and correct enough such that
15 they help others understand how to use audio(4) and bktr(4).