use higher video bitrates
[meviz.git] / src / main / java / eu / svjatoslav / meviz / encoder / converters / AvconvVideo.java
index 1237880..6a43d26 100644 (file)
@@ -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.
@@ -30,8 +30,8 @@ public class AvconvVideo extends AbstractConverter {
                        break;
 
                case MEDIUM:
-                       videoBitrate = 3500;
-                       audioBitrate = 128;
+                       videoBitrate = 4000;
+                       audioBitrate = 192;
                        break;
 
                case HIGH: