Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (62)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (11871)

  • How to create videos with small file size but large resolution ?

    13 février 2017, par Gregory Magarshak

    Is there a programmatic way to create videos that capture, essentially, a powerpoint presentation, that would be not much larger than the audio + screenshots of the powerpoint itself ?

    I want to make software that produces videos with the full resolution of a powerpoint on a large screen, and with a person speaking over it and wvwn doodling. Kind of like "bcontext" software. And then I want to export videos for youtube and other places to be hosted. But I want them to be SMALL. So they can be downloaded by people with slow connections eg in India.

    What factors can affect video size and how can i take advantage of the relative "stillness" of most pixels at most times to make the compression preserve the full sharpness and yet take advantage of the lack of visual changes ? What software do you recommend ?

  • Configuring ffmpeg as an rtmp server

    31 mai 2015, par Simon Dainty

    I’ve struggled for the past couple of days on this, without success, and I’d really like to get something working sooner than later - so I’d appreciate any feedback I can get.

    Anyway, I want to configure ffmpeg as an rtmp server that I can stream to (from anything that supports rtmp publishing - though, for experimentation, I’ll be using Open Broadcast Software). Right now I’ll just be happy to dump whatever is live streamed to a file, but in future I’ll be doing something more creative with it.

    So, with that in mind, could some kind soul please furnish me with an example commandline for ffmpeg that will accomodate me ?

    Thanks !

  • FFMPEG : How To Break steam and Retry Again Automatically

    8 décembre 2019, par Varun

    The Live Stream is in m3u8 format
    I am Using youtube-dl with --no-part to record the video.

    The problem is that I can’t watch the video while it’s recording. I need to Stop Recording with Ctrl+C to watch the recorded video.

    So I am thinking if there could be a python script with a loop that will break the live stream on every 1 hr of recording automatically and run the same code again with the different filename in output.

    In this way, I will get a recording of every one hr separately.