** Description changed: Binary package hint: soundconverter Ubuntu 11.04, i386 SoundCoverter creates corrupted OGG files # soundconverter -V SoundConverter 1.4.4 - using Gstreamer version: 0.10.32, Python binding version: 0.10.21 - using gio + using Gstreamer version: 0.10.32, Python binding version: 0.10.21 + using gio Error: option -V not recognized I wanted to convert my audio CD to OGG files. I used AUDEX application to extract CD to FLAC files (AUDEX doesn't offer direct conversion to OGG) I used SoundConverter to convert FLAC files to OGG files. Some OGG songs were played in strange way with VLC player so I decided to check them with different audio players. I found that OGG files created by SoundConverter are corrupted. Conversion flow: audio CD -> FLAC -> OGG BUG report at VORBIS site: https://trac.xiph.org/ticket/1807 In short; you can use "ogginfo" to check OGG file for a corruption. This is an output for corrupted OGG file, notice WARNINGS in the command output: # ogginfo -V ogginfo from vorbis-tools 1.4.0 - # ogginfo 06_Deux_Branle.ogg + # ogginfo 06_Deux_Branle.ogg Processing file "06_Deux_Branle.ogg"... New logical stream (#1, serial: 306355f7): type vorbis Vorbis headers parsed for stream 1, information follows... Version: 0 Vendor: Xiph.Org libVorbis I 20101101 (Schaufenugget) Channels: 2 Rate: 44100 Nominal bitrate: 192.000000 kb/s Upper bitrate not set Lower bitrate not set User comments section follows... - ARTIST=Gnomus - TITLE=Deux Branle - ALBUM=Gnomus - DATE=2007-01-01 - TRACKNUMBER=6 - GENRE=Unknown + ARTIST=Gnomus + TITLE=Deux Branle + ALBUM=Gnomus + DATE=2007-01-01 + TRACKNUMBER=6 + GENRE=Unknown WARNING: sequence number gap in stream 1. Got page 279 when expecting page 278. Indicates missing data. WARNING: discontinuity in stream (1) WARNING: discontinuity in stream (1) WARNING: discontinuity in stream (1) WARNING: discontinuity in stream (1) WARNING: discontinuity in stream (1) WARNING: discontinuity in stream (1) Vorbis stream 1: - Total data length: 3613482 bytes - Playback length: 2m:08.038s - Average bitrate: 225.775350 kb/s + Total data length: 3613482 bytes + Playback length: 2m:08.038s + Average bitrate: 225.775350 kb/s Logical stream 1 ended A bonus. Simple script to check your OGG collection for errors: find /srv/audio/ogg/ -type f -name "*ogg" | while read F; do ogginfo -qq - $F >/dev/null || echo "ERR $?: $F"; done + "$F" >/dev/null || echo "ERR $?: $F"; done
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/792742 Title: SoundCoverter creates corrupted OGG files -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
