Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (88)

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

  • 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

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (9107)

  • Encoding all videos to MP4 and lowering resolution with Ubuntu

    14 avril 2014, par Mauro Valvano

    I have a web server based on Ubuntu 12.04, the user can upload a video (whatever the format/container/codec it is) then i want to convert it to an MP4 video. I tried ffmpeg without good result (and now it is also deprecated).

    How i can do this ?

    The important is also to reduce the resolution for HD videos for reduce video's size.

    Thank you in advance.

  • Dynamic watermark on Moodle videos

    20 janvier 2023, par Jose A. Matarán

    I am a novice moodle administrator and, in addition, they ask me for things that I think are out of the ordinary. My users need their videos to have a dynamic watermark to prevent piracy.

    


    I have evaluated some options, such as VDO Cipher, but they seem too expensive for a training that is offered almost free of charge.

    


    Can you advise me something else ? In addition to being an administrator, I am an application architect and maybe I could do a custom development, maybe using fmpeg or similar.

    


    What do you recommend ?

    


  • How can we append videos of different frame rate in android ? [closed]

    6 septembre 2020, par Tilak Sharma

    After an exhaustive search, I have found that this could be achieved only by using FFmpeg libraries.
I have implemented this in my app but this takes significantly a huge time sometimes it seems like nothing is happening.

    


    Can anyone please tell how can I achieve appending videos of different frame rate in android.
I have gone through Mp4parser, Mediacodec but they doesn't provide this functionality.