Imported Upstream version 1.0.31
[platform/upstream/libsndfile.git] / man / sndfile-salvage.1
1 .Dd November 2, 2014
2 .Dt SNDFILE-SALVAGE 1
3 .Os
4 .Sh NAME
5 .Nm sndfile-salvage
6 .Nd salvage audio data from WAV files longer than 4G
7 .Sh SYNOPSIS
8 .Nm sndfile-salvage
9 .Ar toolong.wav
10 .Ar fixed64.wav
11 .Sh DESCRIPTION
12 Audio files using the WAV file container are inherently limited to 4G of data
13 size fields in the WAV header being stored as unsigned 32bit integers.
14 Many applications have trouble with these WAV files
15 that are more the 4G in size.
16 .Nm
17 rewrites the WAV file into a W64 file with the same audio content.
18 This file is overwritten if it already exists.
19 .Sh EXIT STATUS
20 .Ex -std
21 .Sh SEE ALSO
22 .Lk http://libsndfile.github.io/libsndfile/
23 .\".Lk http://en.wikipedia.org/wiki/RF64
24 .Sh AUTHORS
25 .An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com