Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. =encoding utf8
  2.  
  3. =head1 NAME
  4.  
  5. libavdevice - multimedia device handling library
  6.  
  7. =head1 DESCRIPTION
  8.  
  9.  
  10. The libavdevice library provides a generic framework for grabbing from
  11. and rendering to many common multimedia input/output devices, and
  12. supports several input and output devices, including Video4Linux2,
  13. VfW, DShow, and ALSA.
  14.  
  15.  
  16.  
  17. =head1 SEE ALSO
  18.  
  19.  
  20.  
  21. ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1),
  22. ffmpeg-devices(1),
  23. libavutil(3), libavcodec(3), libavformat(3)
  24.  
  25.  
  26. =head1 AUTHORS
  27.  
  28.  
  29. The FFmpeg developers.
  30.  
  31. For details about the authorship, see the Git history of the project
  32. (git://source.ffmpeg.org/ffmpeg), e.g. by typing the command
  33. B<git log> in the FFmpeg source directory, or browsing the
  34. online repository at E<lt>B<http://source.ffmpeg.org>E<gt>.
  35.  
  36. Maintainers for the specific components are listed in the file
  37. F<MAINTAINERS> in the source code tree.
  38.  
  39.  
  40.  
  41.