On Wed, 23 Jul 2014 19:39:47 -0500, Nicholas Young 
<[email protected]> wrote:
> cat ./Method.aiff | avconv -i pipe:0 -map a -ar 48000 -c:a libopus -b:a 64k
> -f opus pipe:1 > ./Method2.opus
> 
> Requested output format 'opus' is not a suitable output format
> 
> Note: this works just fine on ffmpeg. Can anyone shed light on why this
> doesn't seem to work in avconv?

What would you expect it to do? Opus cannot be stored raw, it needs a container,
hence there is no opus format. I have no idea what ffmpeg creates with -f opus,
but I would guess ogg.

-- 
Anton Khirnov
_______________________________________________
libav-tools mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-tools

Reply via email to