diff options
| author | Nathan Perry <avaglir@gmail.com> | 2019-02-18 01:01:10 -0500 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2019-02-18 01:01:10 -0500 |
| commit | 3d31b071ff9172018f40004d9c911ad33471cda4 (patch) | |
| tree | a2717b952fb425ca7ef96728a3035a80725f6e23 /src/commands/meme.rs | |
| parent | 1d3ec214bea784d560474e9d8640d56a5f891f08 (diff) | |
set audio filesize limit
Diffstat (limited to 'src/commands/meme.rs')
| -rw-r--r-- | src/commands/meme.rs | 1 |
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()) |
