[longomatch] Increase x264 speed-preset to "fast"



commit ce62cce7ad6e0c9da0267a402adbc43839a870d1
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Jan 27 15:31:30 2015 +0100

    Increase x264 speed-preset to "fast"

 libcesarplayer/video-utils.m |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libcesarplayer/video-utils.m b/libcesarplayer/video-utils.m
index e023ef4..e06d852 100644
--- a/libcesarplayer/video-utils.m
+++ b/libcesarplayer/video-utils.m
@@ -300,7 +300,7 @@ lgm_create_video_encoder (VideoEncoderType type, guint quality,
             "x264.log", NULL);
         encoder = gst_element_factory_make ("x264enc", "video-encoder");
         g_object_set (encoder, "key-int-max", 25, "pass", 17,
-            "speed-preset", 3, "stats-file", stats_file,
+            "speed-preset", 5, "stats-file", stats_file,
             "bitrate", quality, NULL);
         g_free (stats_file);
         name = "X264 video encoder";


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]