aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2019-02-18 01:01:10 -0500
committerNathan Perry <avaglir@gmail.com>2019-02-18 01:01:10 -0500
commit3d31b071ff9172018f40004d9c911ad33471cda4 (patch)
treea2717b952fb425ca7ef96728a3035a80725f6e23
parent1d3ec214bea784d560474e9d8640d56a5f891f08 (diff)
set audio filesize limit
-rw-r--r--src/commands/meme.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/meme.rs b/src/commands/meme.rs
index 913be00..eb2885f 100644
--- a/src/commands/meme.rs
+++ b/src/commands/meme.rs
@@ -176,6 +176,7 @@ pub fn addaudiomeme(_: &mut Context, msg: &Message, mut args: Args) -> Result<()
"-f", "opus",
"-acodec", "libopus",
"-b:a", "96k",
+ "-fs", "5M",
"-",
])
.stdout(Stdio::piped())