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
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,