If this issue is still present, please follow https://libav.org/bugreports.html and report the bug upstream.
** Changed in: libav (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libav in Ubuntu. https://bugs.launchpad.net/bugs/1011342 Title: Converting ogv to asf using avconv fails - decoding failed Status in libav package in Ubuntu: Incomplete Bug description: When trying to convert an ogv that I have created using gtk- recordmydesktop to asf format I get two errors: [ogg @ 0x8e11240] decoding for stream 0 failed [...] [wmav2 @ 0xa125ea0] output buffer size is too small I was used to do it with ffmpeg the following way ffmpeg -i "/home/myuser/out.ogv" -vcodec wmv2 -sameq -acodec wmav2 -f asf "/home/myuser/out.ogv.asf" After getting the message mentioned in bug #1005536 I tried converting it with avconv as I am told and did not find any difference regarding the used commandline parameters, so I kept it quite similar (-sameq not supported so I assumed I can omit it): avconv -i "/home/myuser/out.ogv" -vcodec wmv2 -acodec wmav2 -f asf -err_detect buffer "/home/myuser/out.ogv.asf" avconv version 0.8.1-4:0.8.1-0ubuntu1, Copyright (c) 2000-2011 the Libav developers built on Mar 22 2012 05:29:10 with gcc 4.6.3 [ogg @ 0x8e11240] decoding for stream 0 failed Input #0, ogg, from '/home/mwildam/out.ogv': Duration: 00:00:07.20, start: 0.000000, bitrate: 706 kb/s Stream #0.0: Data: skeleton Stream #0.1: Video: theora, yuv420p, 944x656 [PAR 1:1 DAR 59:41], 15 fps, 15 tbr, 15 tbn, 15 tbc Stream #0.2: Audio: vorbis, 22050 Hz, mono, s16, 89 kb/s File '/home/mwildam/out.ogv.asf' already exists. Overwrite ? [y/N] y [buffer @ 0x8e13840] w:944 h:656 pixfmt:yuv420p Output #0, asf, to '/home/mwildam/out.ogv.asf': Metadata: WM/EncodingSettings: Lavf53.21.0 Stream #0.0: Video: wmv2, yuv420p, 944x656 [PAR 1:1 DAR 59:41], q=2-31, 200 kb/s, 1k tbn, 15 tbc Stream #0.1: Audio: wmav2, 22050 Hz, mono, s16, 199 kb/s Stream mapping: Stream #0:1 -> #0:0 (theora -> wmv2) Stream #0:2 -> #0:1 (vorbis -> wmav2) Press ctrl-c to stop encoding [wmav2 @ 0x9044ea0] output buffer size is too small Audio encoding failed ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: libav-tools 4:0.8.1-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic-pae 3.2.16 Uname: Linux 3.2.0-24-generic-pae i686 ApportVersion: 2.0.1-0ubuntu8 Architecture: i386 Date: Mon Jun 11 00:33:07 2012 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 (20120423) SourcePackage: libav UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libav/+bug/1011342/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp