possibility to quickly encode video for portable players
[meviz.git] / src / main / java / eu / svjatoslav / meviz / encoder / EncodingOptions.java
index 463b48a..9e7f2b4 100755 (executable)
@@ -25,6 +25,8 @@ public class EncodingOptions {
 
        public boolean testOnly;
 
+       public boolean forPortablePlayer = false;
+
        public File workingDirectory = new File(System.getProperty("user.dir"));
 
        List<String> outputFormats = new ArrayList<String>();