Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (62)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (11048)

  • Recording rumble livestream with ffmpeg [closed]

    2 mai 2023, par puk

    I am tasked with recording a rumble live stream and I find using the Windows builtin screen recording app (XBOX game bar) is unreliable as even bumping the moust will cause the video playback bar to appear, and after a few hours it just stops on its own.

    


    I was wondering how rumble delivers its live streams. If it's an RTSP stream then I could try using FFMPEG on Ubuntu to record it.

    


    Does anyone have any other suggestions on how to do this in Linux ?

    


  • How do you intentionally increase/decrease livestream quality using ffmpeg

    25 septembre 2022, par Evan Hassan

    You know those sport streaming websites ? Well I am trying to watch a game from one of those website... problem is I have awful wifi.

    


    I have access to the livestream video and I am trying to change the bitrate/fps to a higher quality for website embedding using ffmpeg. I understand for a video, this is more than possible, but how do you do this for a live stream ?

    


  • Stream a website to a mp4 (rendering html to a mp4)

    25 septembre 2022, par Muppet1856

    I am trying to composite a website (which contains JavaScript and as a result is updating regularly) with a video feed. My goal is to do it on virtual hosted Linux server (my plan is to use Ubuntu, but I am flexible) - I am not interested in solutions utilizing OBS or the like as my solution would be headless.

    


    The problem I am facing is how to output the website to a video stream from a command line.

    


    The site I want to capture is https://vscore.ch/home and I would like to render it in a way that I can feed it to ffmpeg where I can composite it with the live game video that is being delivered via RTMP.