On Sun, Jun 02, 2019 at 04:58:41PM -0700, Thomas Frohwein wrote:
> On Sat, Jun 01, 2019 at 11:00:46PM +0200, Juan Francisco Cantero Hurtado 
> wrote:
> [...]
> > 
> > Can you remove the flavor and just enable the codec?
Sorry for missing to actually enable it.

> That would be this (built it again without issues):
Looks good;  I agree with the others on not using flavors for this.

Using a WebM container with VP9 video and Opus audio, without this diff
`ffmpeg -i foo.webm foo.ogv' would use VP8 and Vorbis respectively.

With your diff, it successfully produces Theora video:

        Stream mapping:
          Stream #0:0 -> #0:0 (vp9 (native) -> theora (libtheora))
          Stream #0:1 -> #0:1 (opus (native) -> vorbis (libvorbis))

Tested on amd64.

OK kn

Reply via email to