Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (30)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

Sur d’autres sites (2924)

  • libavutil/timer : Fix clang reserved-user-defined-literal

    13 mars 2021, par Christopher Degawa
    libavutil/timer : Fix clang reserved-user-defined-literal
    

    clang errors when compiling with C++11 about needing spaces between
    literal and identifier

    Signed-off-by : Christopher Degawa <ccom@randomderp.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavutil/timer.h
  • Creating image overlay where user can play with the image on video in flutter

    12 octobre 2020, par Sarthak Singhal

    I am trying to create an app in flutter in which user can add image on a video like the given screenshot. The user should be able to move the image widget anywhere on the screen, resize it, and rotate it also. When this is done, the image should be merged on the video.

    &#xA;

    For now I have used Stack and MatrixGestureDetector to let the user move the images on the screen.

    &#xA;

    I want to know how to merge this image along with the exact scale, rotation and position as seen on the screen.

    &#xA;

    Also if I am going in wrong direction then please guide me the right way to do image overlay on a video in flutter like that of tiktok or snapchat.

    &#xA;

    As you can see, we can move image and draw text in canvas over a video. After doing all this, how to get exact positions about where to merge the images

    &#xA;

  • h264_metadata : Always add the SEI user data to the first access unit

    11 février 2018, par Mark Thompson
    h264_metadata : Always add the SEI user data to the first access unit
    

    This should be added even if the first access unit does not contain
    parameter sets.

    • [DBH] libavcodec/h264_metadata_bsf.c