[longomatch] Use ffenc_mpeg4 rather than xvidenc FFmpeg one should be faster
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Use ffenc_mpeg4 rather than xvidenc FFmpeg one should be faster
- Date: Sun, 25 Jul 2010 15:34:42 +0000 (UTC)
commit cf7e3b03c70b5f5f5f9851abca58e4a152689ce6
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Fri Jul 23 22:31:33 2010 +0200
Use ffenc_mpeg4 rather than xvidenc
FFmpeg one should be faster
LongoMatch/Gui/Component/ProjectDetailsWidget.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Gui/Component/ProjectDetailsWidget.cs b/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
index 739c11e..bd984c0 100644
--- a/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
+++ b/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
@@ -271,7 +271,7 @@ namespace LongoMatch.Gui.Component
/* Get video compresion format info */
switch (videoformatcombobox.ActiveText){
case Constants.AVI:
- s.VideoEncoder = VideoEncoderType.Xvid;
+ s.VideoEncoder = VideoEncoderType.Mpeg4;
s.AudioEncoder = AudioEncoderType.Mp3;
s.Muxer = VideoMuxerType.Avi;
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]