Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (20)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

Sur d’autres sites (5500)

  • How to re-multiplex Multiple Program Transport Stream (MPTS) files into a single TS ?

    30 novembre 2017, par rantsh

    I have multiple MPTS files recorded from satellite receivers, I need to cherry pick programs/services/PIDS from each file re-multiplex them into a single MPTS file. Optionally I might be able to get away with taking all the services from every file and adding them to the final MPTS (In case anyone knows about a multiplexer that wouldn’t allow me to cherry pick programs)

    Does anybody know how to do this with open source or free software (like VLC or ffmpeg for example) under either windows or linux ?

  • How to re-multiplex Multiple Program Transport Stream (MPTS) files into a single TS ?

    22 avril 2015, par rantsh

    I have multiple MPTS files recorded from satellite receivers, I need to cherry pick programs/services/PIDS from each file re-multiplex them into a single MPTS file. Optionally I might be able to get away with taking all the services from every file and adding them to the final MPTS (In case anyone knows about a multiplexer that wouldn’t allow me to cherry pick programs)

    Does anybody know how to do this with open source or free software (like VLC or ffmpeg for example) under either windows or linux ?

  • What are the ways to deploy python code on aws ec2 ?

    17 octobre 2017, par johnconnor

    I have a python project and i want to deploy it on an AWS EC2 instance. My project has dependencies to other python libraries and uses programs installed on my machine. What are the alternatives to deploy my project on an AWS EC2 instance ?
    Further details : My project consist on a celery periodic task that uses ffmpeg and blender to create short videos.
    I have checked elastic bean stalk but it seems it is tailored for web apps. I don’t know if containerizing my project via docker is a good idea...

    The manual way and the cheapest way to do it would be :
    1- Launch a spot instance
    2- git clone the project
    3- Install the librairies via pip
    4- Install all dependant programs
    5- Launch periodic task

    I am looking for a more automatic way to do it.

    Thanks.