Recherche avancée

Médias (0)

Mot : - Tags -/diogene

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (16)

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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

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

Sur d’autres sites (2781)

  • How to encode picture to H264 use AVFoundation on Mac, not use x264

    10 octobre 2016, par wao813

    I’m trying to make a Mac broadcast client to encode into H264 using FFmpeg but not x264 library.
    So basically, I am able to get raw frames out from AVFoundation in either CMSampleBufferRef or AVPicture. So is there a way to encode a series of those pictures into H264 frames using Apple framework, like AVVideoCodecH264.
    I know the way to encode it use AVAssetWriter, but that only saves the video into file, but I don’t want the file, instead, I’d want to have AVPacket so I can send out using FFmpeg. Does anyone have any idea ? Thank you.

  • fate/video : use FATE_VIDEO instead of FATE_SAMPLES_AVCONV

    14 juillet 2016, par Clément Bœsch
    fate/video : use FATE_VIDEO instead of FATE_SAMPLES_AVCONV
    

    Consistent with the rest of the rules

    • [DH] tests/fate/video.mak
  • MPEG Encoding library for WINDOWS PHONE 8 [on hold]

    18 avril 2015, par Ali Jey

    I am developing a Windows phone app that takes pictures to create Time-lapse Videos.
    However I’ve noticed that there aren’t many libraries for Encoding frames into MPEG format for Windows phone platform.

    My question is this :

    1. Is there any library at all to encode FFMPEG videos inside Windows phone apps ?
    2. if not, How can I make one in C# ? (Yes I know it’s going to be hard.)

    Where should I Start from ? (please pay attention that the references that I can make inside windows phone app projects are limited !)

    Thanks in advance for any help.