added webm support
[meviz.git] / src / main / java / eu / svjatoslav / meviz / encoder / converters / Ffmpeg2theora.java
index a9d86ee..b2afedb 100755 (executable)
@@ -18,7 +18,7 @@ public class Ffmpeg2theora extends AbstractConverter {
 
        @Override
        public String getCommand(final File inputFile, final File targetFile,
-                       final EncodingOptions options) {
+                       final EncodingOptions options, String targetFormat) {
                return "ffmpeg2theora \"" + inputFile.getAbsolutePath() + "\" -o \""
                                + targetFile.getAbsolutePath()
                                + "\" --optimize --videobitrate 3000 --width 800";