Skip to content

Commit

Permalink
EpMedia ffmpeg changed to mobile-ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowtham committed Sep 16, 2020
1 parent 1245008 commit 1dd6fae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ else if (w >= 800) {
return new String[]{"-ss", TrimmerUtils.formatCSeconds(lastMinValue),
"-i", String.valueOf(uri), "-s", w + "x" + h, "-r",
"30", "-vcodec", "mpeg4", "-b:v",
"350K", "-b:a", "48000", "-ac", "2", "-ar", "22050",
"400K", "-b:a", "48000", "-ac", "2", "-ar", "22050",
"-t",
TrimmerUtils.formatCSeconds(lastMaxValue - lastMinValue), outputPath};
}
Expand Down

0 comments on commit 1dd6fae

Please sign in to comment.