(please do not top-post on this list)
On 15/06/2020, KoreanFanOfficial <koreanfanoffic...@gmail.com> wrote:
Hello. I want to add delay, chat and alerts to my stream with ffmpeg. How i
can do it?
On 6/15/2020 3:48 AM, Tom Sparks wrote:
Have you looked at OBS[1]?
OBS filters can only add a short delay.
Add delay- how long? (delay is memory- or disk-intensive*) OBS can insert a
short delay, but longer ones usually mean writing data into a file and
playing it back later (which could be only 5 seconds). There are many
"gotchas" around that with file format and record/play timing. Please start
a separate email thread for that.
*(back-of-the-envelope calculation) if you assume uncompressed 8-bit RGB HD,
that's over 6MB/frame, a 30 second buffer at 30fps will need to be something
like 6GB (spinning disks aren't fast enough for this, needs to be SSD or
in-memory)
Add "chat"- that's not a function of the stream.
Add "alerts"- what does that mean in this case?
z!
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".