added webm support
[meviz.git] / src / main / java / eu / svjatoslav / meviz / encoder / converters / AbstractConverter.java
index 1e5d565..6d61f91 100755 (executable)
@@ -1,7 +1,7 @@
 /*
  * Meviz - Various tools collection to work with multimedia.
  * Copyright (C) 2012, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
- * 
+ *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU General Public License
  * as published by the Free Software Foundation.
@@ -18,7 +18,7 @@ import eu.svjatoslav.meviz.encoder.EncodingOptions;
 public abstract class AbstractConverter {
 
        public abstract String getCommand(File inputFile, File targetFile,
-                       EncodingOptions options);
+                       EncodingOptions options, String targetFormat);
 
        public abstract List<String> getSourceFileExtensions();