Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit dfe7215

Browse files
committed
Merge pull request #10 from n8fr8/master
fixes mp4stream concatenation
2 parents c01fc33 + 01a78b1 commit dfe7215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/ffmpeg/android/FfmpegController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ public void concatAndTrimFilesMP4Stream (ArrayList<MediaDesc> videos,MediaDesc o
932932
cmd.add(ffmpegBin);
933933
cmd.add("-y");
934934
cmd.add("-i");
935-
cmd.add("\"concat:" + sbCat.toString() + "\"");
935+
cmd.add("concat:" + sbCat.toString());
936936

937937
cmd.add("-c");
938938
cmd.add("copy");

0 commit comments

Comments
 (0)