You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2018/07/25 16:41:13 UTC

[openmeetings] branch 4.0.x updated: [OPENMEETINGS-1142] interview conversion is improved

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/4.0.x by this push:
     new 40f74bd  [OPENMEETINGS-1142] interview conversion is improved
40f74bd is described below

commit 40f74bdb0d913ce5fb5f7a96c324890c28f28dff
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Wed Jul 25 23:41:05 2018 +0700

    [OPENMEETINGS-1142] interview conversion is improved
---
 .../java/org/apache/openmeetings/core/converter/InterviewConverter.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openmeetings-core/src/main/java/org/apache/openmeetings/core/converter/InterviewConverter.java b/openmeetings-core/src/main/java/org/apache/openmeetings/core/converter/InterviewConverter.java
index 49896c2..bd2f4a0 100644
--- a/openmeetings-core/src/main/java/org/apache/openmeetings/core/converter/InterviewConverter.java
+++ b/openmeetings-core/src/main/java/org/apache/openmeetings/core/converter/InterviewConverter.java
@@ -191,7 +191,7 @@ public class InterviewConverter extends BaseConverter implements IRecordingConve
 				args.add("-i");
 				args.add(wav.getCanonicalPath());
 				args.add("-map");
-				args.add("[0]");
+				args.add("0:v");
 			} else {
 				/* Creating grid
 				 * ffmpeg -i top_l.mp4 -i top_r.mp4 -i bottom_l.mp4 -i bottom_r.mp4 -i audio.mp4 \