kleopatra999 / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

Add a --webm option to vpxenc (or always --enable-webm-io) #906

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, when WebM output is desired, it is not possible to tell what the 
container format of vpxenc's output will be without executing the program. This 
led to an issue where I was writing IVF when I thought I was writing WebM.

Adding a --webm flag that keeps the default behavior now when WebM is compiled 
in, but throws an error if the binary was not built with --enable-webm-io, 
would allow vpxenc to fail gracefully when WebM output is required, rather than 
appear to succeed but use the wrong format.

Alternatively, it might make sense just to always enable WebM IO.

Original issue reported on code.google.com by str...@google.com on 29 Dec 2014 at 5:07

GoogleCodeExporter commented 9 years ago

Original comment by ya...@google.com on 15 Jan 2015 at 11:18

GoogleCodeExporter commented 9 years ago

Original comment by fgalli...@google.com on 16 Jan 2015 at 10:59

GoogleCodeExporter commented 9 years ago

Original comment by fgalli...@google.com on 30 Jan 2015 at 8:42

GoogleCodeExporter commented 9 years ago

Original comment by johannko...@google.com on 30 Jan 2015 at 10:48

GoogleCodeExporter commented 9 years ago
https://gerrit.chromium.org/gerrit/#/c/73633/

Original comment by johannko...@google.com on 30 Jan 2015 at 11:07

GoogleCodeExporter commented 9 years ago

Original comment by johannko...@google.com on 2 Feb 2015 at 9:14