Re: oggenc size limit?
Geoff Shang <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.general |
|---|---|
| Message-ID | <[email protected]> |
Andrew Strong wrote: > I am trying to encode a 2.1gig .wav file using oggenc with the > following error message: > > andrew@ilium:~/Desktop$ oggenc -q 6 merge.wav -o test.ogg > ERROR: Cannot open input file "merge.wav": File too large This may be too late to help you, but I got around this problem by converting to raw PCM. Actually, the version of arecord that I was using to make the file would automatically split at 2GB anyway, so I was converting to PCM to allow me to chain it all back together. But it achieved the same result. Geoff.