Recherche avancée

Médias (0)

Mot : - Tags -/signalement

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (31)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

  • 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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (3281)

  • opus_pvq : make max_den a float

    28 septembre 2017, par Rostislav Pehlivanov
    opus_pvq : make max_den a float
    

    Prevents int->float conversions on every loop.
    Performance gain on synthetic benchmarks : 13%.
    Suggested by kamedo2.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/opus_pvq.c
  • x86/hevc_add_res : merge missing changes from 3d6535983282bea542dac2e568ae50da5796be34

    24 mars 2017, par James Almer
    x86/hevc_add_res : merge missing changes from 3d6535983282bea542dac2e568ae50da5796be34
    

    Unrolling the loops triplicates the size of the assembled output
    while not generating any gain in performance.

    • [DH] libavcodec/x86/hevc_add_res.asm
  • ffmpeg - works through terminal, but not online

    13 mars 2014, par stinkysGTI

    I have installed ffmpeg onto the server using the terminal. All I need it for is to generate a thumbnail when someone uploads a video. I tested the command in Terminal, and it works great. However, when I post it to the site, nothing happens. No errors and no thumbnails are generated.

    Does anybody know why this is ? I read something about the server is running as a different user than what I log in with. I don't really understand that though, and there was no information on how to gain the proper permissions or switch to a user that has the permissions already. All I found was how to show the current user and list all users through SSH.

    When I try and do anything in Terminal using usermod, I get the following error :

    -bash: usermod: command not found

    So can I modify permissions for a user, or change the user that it's using somehow ?