Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (107)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (10686)

  • FFMpeg : setting letter spacing for drawtext

    11 novembre 2013, par kkgzjjmj

    I'm using the following command for setting a waterark :

    ffmpeg -i input.avi -vf "drawtext=fontfile='trebucbd.ttf':fontsize=30:fontcolor=white@0.4:x=w-text_w-12:y=12:text=my text" output.avi

    How can I set letter spacing ?

  • h264_refs : use named constant for setting frame_recovered

    2 novembre 2013, par Michael Niedermayer
    h264_refs : use named constant for setting frame_recovered
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/h264_refs.c
  • Android screen sharing to multiple android devices

    29 octobre 2013, par nick

    Hi i am trying to stream my android device's screen to multiple android devices. so am sending my device's screenshot frequently to all the devices. its works fine. now, is it possible to convert each image into a video using the ffmpeg on the client device ? so that it looks like a streaming video of my device screen. am i in a right way ? if i am wrong, please suggest me correct way.