Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (105)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • 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 (...)

  • Les thèmes de MediaSpip

    4 juin 2013

    3 thèmes sont proposés à l’origine par MédiaSPIP. L’utilisateur MédiaSPIP peut rajouter des thèmes selon ses besoins.
    Thèmes MediaSPIP
    3 thèmes ont été développés au départ pour MediaSPIP : * SPIPeo : thème par défaut de MédiaSPIP. Il met en avant la présentation du site et les documents média les plus récents ( le type de tri peut être modifié - titre, popularité, date) . * Arscenic : il s’agit du thème utilisé sur le site officiel du projet, constitué notamment d’un bandeau rouge en début de page. La structure (...)

Sur d’autres sites (7568)

  • libx264 performances on iOS

    8 mai 2012, par Gilad

    I was wondering whether someone has some experience using libx264 on iPhone.

    How does it perform ? What framerate can I expect ? Will it work for simultaneous encoding & decoding (video call) or the CPU can't handle it ? I'm mainly interested with iPhone 4 and above (iPhone4/iPad 2)

    Are there any precompiled universal binaries I can use ?

  • FFmpeg decode H264 video too slowly

    17 décembre 2012, par user1158196

    I am currently working on a project on iPhone using FFMpeg. I can decode all the formats I need but when I want to play a h264 video, ffmpeg decodes frames too slowly.

    I tried to see where the problem is. I think that the options from the compilation of the library are good, decoding and displaying the frames are made ​​on different threads. In the end, it seems that it is the function avcodec_decode_video2 that takes too long (3 to 4 seconds to decode 30 frames).

  • Orientation issue with mobile recordings

    18 mai 2012, par Kim Egede Jakobsen

    When I convert .mov files from iPhone 4 and .3gp from Android with FFMPEG.
    I need to rotate the video 90 degress, but iPhone 4s needs 180 degress...

    Is there any way to fix this ?