Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (48)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (11010)

  • Revision f2e44aa664 : Move the msvc round() replacement to msvc.h Change-Id : If470411c3c62a27f52261f4

    8 août 2015, par Alex Converse

    Changed Paths :
     Modify /vp9/common/vp9_systemdependent.h


     Modify /vpx_ports/msvc.h



    Move the msvc round() replacement to msvc.h

    Change-Id : If470411c3c62a27f52261f4ece2c5054b71789c7

  • LSB replacement (n & 1) | b causing segmentation fault : 11

    2 février 2015, par progdo

    I’m trying to to apply LSB replacement on int16_t. But it only accepts 0 bit, if I replace with 1 bit, it gives me segmentation fault. Any help ? Specifically, I’m modifying x264 dct coefficients,

    h->dct.luma4x4[2][2] = ((h->dct.luma4x4[2][2]) & ~1) | 1

    Some how it gives me segmentation fault. It was ok with 0 bit.

  • Face replacement by an image in video using FFMPEG android

    18 janvier 2015, par Sanat Pandey

    I am working on FFMPEG Video Conversion, I want a face replacement by my image in a video. For this subject I searched for something which I am describing below. Please let me know if I am wrong, and suggest a more proper procedure for the task.

    1) I can extract all images from a video frame by frame.

    2) Then we detect face from each image.

    3) Morph an image onto the face.

    4) Then again make a video with these images through FFMPEG.

    Am I right ? If yes then what about audio in this process ? And if wrong then where am I mistaken ?