Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (72)

  • 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" (...)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

Sur d’autres sites (9587)

  • How can I get ffmpeg to start downloading a stream at a specific time ?

    9 mai 2019, par FiskFan1999

    If I know that a livestream is starting in a few hours, and I know the url of the livestream. If the stream is currently happening I have no problem using ffmpeg to save the stream to file. However, I am currently looking all over the web to find if there is a way for me to schedule a command to execute in the future. I have tried using "at", but that still seems to run the command in the present. I am wondering if "at" is the answer to my problem or if it is something else ? Thank you.

    I have tried using the at command and looking for other applications on MacOS to schedule commands.

    Here is an example of the ffmpeg command that works perfectly for my intentions when I type it into the command line at present. What I am hoping is that I can get ffmpeg to start reading from the stream at a specific date and time and start writing to file from there.

    ffmpeg -loglevel panic -nostdin -i [WEB_URL] -c:a aac -b:a 320k -crf 33 out.mp4

    Here is my unsuccessful attempt to use at :

    at 22:53; ffmpeg -loglevel panic -nostdin -i [WEB_URL] -c:a aac -b:a 320k -crf 33 out.mp4 &

    What I expected was for ffmpeg to work as if I had entered in the command at the instant I scheduled the job for. However, ffmpeg started working immediately.

  • Anomalie #1664 (Fermé) : Documents joints aux forums (petit soucis si plusieurs demandes de prévis...

    7 juillet 2011, par cedric -

    le bug n’est plus présent en version SPIP 3 r18199, que ce soit nativement ou avec le plugin comments.

  • avformat/mxfdec ; parse random index pack to get last partition offset and use it...

    18 octobre 2013, par Paul B Mahol
    avformat/mxfdec ; parse random index pack to get last partition offset and use it when footer partition offset is missing
    

    Footer partition may not be present and even if present footer partition
    offset may not be set in any partition except last one.

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavformat/mxfdec.c