use higher video bitrates
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Fri, 17 Oct 2014 18:24:28 +0000 (21:24 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Fri, 17 Oct 2014 18:24:28 +0000 (21:24 +0300)
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: