Skip to content

Commit

Permalink
Fix ffmpeg link
Browse files Browse the repository at this point in the history
  • Loading branch information
ckcr4lyf committed Jul 16, 2023
1 parent 07819f5 commit ec8dfba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The recipes involving pactl are intended for use on linux with PulseAudio (or Pi

<summary><h3>Stream ffmpeg output to Discord</h3></summary>

[ffmpeg]) is an amazing A/V utility, that can handle an incredible amount of input formats. If you can pass audio from a source into ffmpeg, or even a video (assuming you only want the audio), you can configure it to output the audio as 32-bit floating point PCM, which can then be piped to `stdinman` and streamed to Discord.
[ffmpeg](https://ffmpeg.org/) is an amazing A/V utility, that can handle an incredible amount of input formats. If you can pass audio from a source into ffmpeg, or even a video (assuming you only want the audio), you can configure it to output the audio as 32-bit floating point PCM, which can then be piped to `stdinman` and streamed to Discord.

You should use the `-re` flag on the input, to ensure ffmpeg consumes it in real time.

Expand Down

0 comments on commit ec8dfba

Please sign in to comment.