[longomatch] Use CAVLC for Base Profile with fluh264vaenc
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Use CAVLC for Base Profile with fluh264vaenc
- Date: Fri, 2 Jan 2015 13:49:20 +0000 (UTC)
commit 450c834e8f08e15ed8c2202519907140288e800b
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Fri Jan 2 14:47:34 2015 +0100
Use CAVLC for Base Profile with fluh264vaenc
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 ba00098..9da9ed1 100644
--- a/libcesarplayer/video-utils.m
+++ b/libcesarplayer/video-utils.m
@@ -270,7 +270,7 @@ lgm_create_video_encoder (VideoEncoderType type, guint quality,
GstElement *bin = gst_bin_new (NULL);
g_object_set (encoder, "bitrate", quality, "keyframe-period", 1000,
- "rate-control", 1, "entropy-mode", 1, "allow-b-frames", FALSE,
+ "rate-control", 1, "entropy-mode", 0, "allow-b-frames", FALSE,
"profile", 1, NULL);
if (realtime) {
g_object_set (encoder, "realtime", TRUE, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]