
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (1)
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (1280)
-
Stream Multiple Videos Using FFMPEG
21 août 2020, par Devin DixonI am currently streaming videos as such :




ffmpeg -re -i video.mp4 -maxrate 3000k -bufsize 6000k -c:v libx264
-preset superfast -tune zerolatency -strict -2 -c:a aac -ar 44100 -f flv rtmp::locahost/live/123




Let's say I have
video1.mp4
,video2.mp4
,video3.mp4
. Each might have a different resolution.

Is there a way to stream them one right after each other in one command ?


-
Cant stream to twitch Via ffmpeg [closed]
26 août 2020, par Sim3XxA month ago the command highlighted below worked perfectly on Ubuntu 20.04. My system has remained intact over that time, however now it doesn't work anymore.


ffmpeg -re -i "test.mkv" -c:v libx264 -preset veryfast -b:v 6000k -maxrate 6000k -bufsize 6000k -pix_fmt yuv420p -g 50 -c:a aac -b:a 160k -ac 2 -ar 44100 -f flv rtmp://live-ber.twitch.tv/app/live_XXXXXXXX_XXXXXXXXXXXXXXXXXXXXXXXXXXXX



I get the following error message when I run the command :




Does anyone know how to fix this ?