Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (63)

  • 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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (11837)

  • Revision 49722 : Ajout de configuration pour le CRON : fréquence et nombre de documents à ...

    17 juillet 2011, par magegahell@… — Log

    Ajout de configuration pour le CRON : fréquence et nombre de documents à traiter par itération.
    Ajout de stats sur les statuts des documents indexés.
    Ajout du statut "ptg" pour les documents protégés, avec fonctions et interface pour les gérer. Ne fonctionne que sur les PDF et les XLS. Les PPT/PPTX protégés restent en statut "err". Les DOC/DOCX/XLXS/ODT protégés semblent indexer malgrés tout.

  • How to downscale video using subprocess and then piping the data over to stdout and play using ffplay and save it as well

    2 avril 2021, par ZeroDay Fracture

    I am trying to use ffmpeg to downscale a video and pipe the stdout data to ffplay to play the new downsized video by piping it to ffplay on aws lambda.

    


    This is the command I have so far, but for some reason adding a scale option is not working.

    


    I am trying to run this command locally before I deploy it on python with subprocess command. I need the raw video to be able to save into database for streaming the data in realtime.

    


    %ffmpeg -i sample.mp4  -vf scale=240:-2 -f  mpegts -c:v copy -af aresample=async=1:first_pts=0 - | ffplay -

    


    adding the scale optioin for some reason is saving the video as the name scale=240 :-2 which does not make sense.

    


  • Revision 96494 : Pourquoi ces espaces sont apparus au lieu des tabulations… mystère.

    11 juin 2018, par rastapopoulos@… — Log

    Pourquoi ces espaces sont apparus au lieu des tabulations… mystère.