>cheatref
tmuxffmpeg
  1. > ffmpeg
  2. /
  3. streaming

> streaming

3 commands for ffmpeg streaming

// streaming

3 commands
Download an HLS stream to MP4
$ ffmpeg -i "https://example.com/stream.m3u8" -c copy output.mp4
Record an RTMP stream to file
$ ffmpeg -i "rtmp://example.com/live/stream" -c copy output.mp4
Stream a video file to an RTMP server
$ ffmpeg -re -i input.mp4 -c:v libx264 -c:a aac -f flv "rtmp://example.com/live/stream"

// categories

> basic conversion> trimming> audio> video filters> speed & reverse> gif & images> concatenation> subtitles> compression> streaming> inspection> useful tips
> view all ffmpeg commands

// categories

> basic conversion> trimming> audio> video filters> speed & reverse> gif & images> concatenation> subtitles> compression> streaming> inspection> useful tips

// back to ffmpeg commands

> view all ffmpeg commands

> cheatref.com — minimal cheat sheets you can copy and use right away

AboutPrivacy© 2026 goyostudio