ogginfo 02.ogg:
CODE
Processing file "02.ogg"...
New logical stream (#1, serial: 565e567f): type vorbis
Vorbis headers parsed for stream 1, information follows...
Version: 0
Vendor: Xiphophorus libVorbis I 20011231 (1.0 rc3)
Channels: 2
Rate: 44100
Nominal bitrate: 85,000000 kb/s
Upper bitrate not set
Lower bitrate not set
Vorbis stream 1:
Total data length: 3291367 bytes
Playback length: 5m:20.365s
Average bitrate: 82,190243 kb/s
Logical stream 1 ended
Warning: illegally placed page(s) for logical stream 1
This indicates a corrupt ogg file: Page found for stream after EOS flag.
Warning: sequence number gap in stream 1. Got page 931 when expecting page 775. Indicates missing data.
New logical stream (#1, serial: 565e567f): type vorbis
Vorbis headers parsed for stream 1, information follows...
Version: 0
Vendor: Xiphophorus libVorbis I 20011231 (1.0 rc3)
Channels: 2
Rate: 44100
Nominal bitrate: 85,000000 kb/s
Upper bitrate not set
Lower bitrate not set
Vorbis stream 1:
Total data length: 3291367 bytes
Playback length: 5m:20.365s
Average bitrate: 82,190243 kb/s
Logical stream 1 ended
Warning: illegally placed page(s) for logical stream 1
This indicates a corrupt ogg file: Page found for stream after EOS flag.
Warning: sequence number gap in stream 1. Got page 931 when expecting page 775. Indicates missing data.
File length is 3296539 bytes, almost just as stream length. I think no (or very small amount of) audio data is lost but who knows...
Now I'm trying to play/decode this file in linux with vorbis-tools 1.1.1:
ogg123 02.ogg:
CODE
Audio Device: Advanced Linux Sound Architecture (ALSA) output
zsh: segmentation fault ogg123 02.ogg
oggdec 02.ogg:
CODE
OggDec 1.0.1
Decoding "02.ogg" to "02.wav"
[ 0.0%]zsh: segmentation fault oggdec 02.ogg
Decoding "02.ogg" to "02.wav"
[ 0.0%]zsh: segmentation fault oggdec 02.ogg
Any hints how to fix such files?