From 189ecf754d0c8131464bfdff98fb56e7752556b1 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Date: Sat, 4 Feb 2017 14:49:08 +0100 Subject: Initial commit --- Music/ffmpeg/doc/libswresample.html | 96 +++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100755 Music/ffmpeg/doc/libswresample.html (limited to 'Music/ffmpeg/doc/libswresample.html') diff --git a/Music/ffmpeg/doc/libswresample.html b/Music/ffmpeg/doc/libswresample.html new file mode 100755 index 0000000..d6948c2 --- /dev/null +++ b/Music/ffmpeg/doc/libswresample.html @@ -0,0 +1,96 @@ + + + + + + + Libswresample Documentation + + + + + + +
+

+ Libswresample Documentation +

+
+
+ + + + + +

Table of Contents

+ + + + + +

1 Description

+ +

The libswresample library performs highly optimized audio resampling, +rematrixing and sample format conversion operations. +

+

Specifically, this library performs the following conversions: +

+ + +

Various other audio conversions (e.g. stretching and padding) are +enabled through dedicated options. +

+ + +

2 See Also

+ +

ffmpeg, ffplay, ffprobe, ffserver, +ffmpeg-resampler, +libavutil +

+ + +

3 Authors

+ +

The FFmpeg developers. +

+

For details about the authorship, see the Git history of the project +(git://source.ffmpeg.org/ffmpeg), e.g. by typing the command +git log in the FFmpeg source directory, or browsing the +online repository at http://source.ffmpeg.org. +

+

Maintainers for the specific components are listed in the file +MAINTAINERS in the source code tree. +

+ + +

+ This document was generated using makeinfo. +

+
+ + -- cgit v1.2.3