OSDN Git Service

ffmpegのデフォルトオプション変更。
authoryuki <yuki@c066991c-cf13-ec4a-a49a-846e61667af5>
Wed, 20 Jan 2010 14:23:40 +0000 (14:23 +0000)
committeryuki <yuki@c066991c-cf13-ec4a-a49a-846e61667af5>
Wed, 20 Jan 2010 14:23:40 +0000 (14:23 +0000)
git-svn-id: http://192.168.11.7/svn/saccubus/trunk@337 c066991c-cf13-ec4a-a49a-846e61667af5

frontend/src/saccubus/properties/MovieSetting.java

index 0b2f529..221fb95 100644 (file)
@@ -72,7 +72,7 @@ public class MovieSetting {
         String ext = prop.getProperty(PROP_CMDLINE_EXT, ".m4v");
         String main = prop.getProperty(PROP_CMDLINE_MAIN, "");
         String in = prop.getProperty(PROP_CMDLINE_IN, "");
-        String out = prop.getProperty(PROP_CMDLINE_OUT, "-f ipod");
+        String out = prop.getProperty(PROP_CMDLINE_OUT, "-f ipod -g 150 -qcomp 0.7 -qmin 10 -qmax 51 -qdiff 4 -subq 6 -me_range 16 -i_qfactor 0.714286");
         FfmpegOption opt = new FfmpegOption(ext, main, in, out);
 
         return new MovieSetting(new File(ffmpeg), new File(vhook), optionFile, opt);