Post AyQe1BVorGX0rPcdbk by suorcd@podcastindex.social
(DIR) More posts by suorcd@podcastindex.social
(DIR) Post #AyQe1BVorGX0rPcdbk by suorcd@podcastindex.social
2025-09-20T17:06:39Z
1 likes, 1 repeats
And here's an ffmpeg that streams a video to an owncast and icecast2 serverffmpeg -re -stream_loop -1 -i 'input.m4v' -map 0:v:0 -map 0:a:0 -c:v libx264 -preset veryfast -b:v 1500k -maxrate 1500k -bufsize 3000k -g 50 -keyint_min 50 -force_key_frames 'expr:gte(t,n_forced*2)' -tune zerolatency -c:a aac -b:a 128k -ar 44100 -f flv 'rtmp://oc.example.com:1935/live/88888887' -f mp3 -content_type audio/mpeg -ice_public 1 -password '333' 'icecast://source:333.example.com:8008/stream02#ffmpeg
(DIR) Post #AyQe8IfednQv5ccDfE by adam@podcastindex.social
2025-09-21T11:00:58Z
0 likes, 0 repeats
@suorcd Very cool!
(DIR) Post #Ayhe58Uc8XqdkstAXo by csb@podcastindex.social
2025-09-29T15:48:05Z
1 likes, 0 repeats
@suorcd do you have experiences with subtitles in ffmpeg ?