Re: [Rhythmbox-devel] possible audio file corruption with Rhythmbox

2012-05-02 Thread Jonathan Matthew
On Wed, May 2, 2012 at 3:18 AM, Wolfgang Jeltsch <2mw1n...@acme.softbase.org> wrote: > Hello, > > Rhythmbox seems to cause data corruption in Ogg Vorbis files under > certain circumstances. I downloaded a video from YouTube using > youtube-dl, which gave me a *.webm file. I then extracted the audio

[Rhythmbox-devel] possible audio file corruption with Rhythmbox

2012-05-01 Thread Wolfgang Jeltsch
Hello, Rhythmbox seems to cause data corruption in Ogg Vorbis files under certain circumstances. I downloaded a video from YouTube using youtube-dl, which gave me a *.webm file. I then extracted the audio track using FFmpeg as follows: ffmpeg -i $NAME.webm -vn -acodec copy $NAME.ogg That is,