Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (86)

  • 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

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (6368)

  • Decode mp4 to raw frames windows c++

    27 septembre 2012, par p.streef

    I'm trying to decode an MP4 file i've created using mp4creator library. I can't find a ffmpeg or libav example that actually works with the libraries, because the code is incompatible with the examples.

    I need a simple way of reading the mp4 file and decoding it into raw audio and video frames. In needs to work on windows too.

    If someone can point me towards a working and compatible ffmpeg/libav library + example source file that could work too.

    If i could get the library version which was used in this tutorial that would work, since this guy seems to be the only one who wrote a decent tutorial on FFMPEG (albeit on some ancient version)
    http://dranger.com/ffmpeg/

    edit :

    In the latest version of ffmpeg i found the example named : filtering_video.c
    using a patch found : http://ffmpeg.org/pipermail/ffmpeg-devel/2012-June/126587.html I have gotten the program to do "something" It looks to be working so I will investigate further.

  • Revision ba42c02654 : Add missing SECTION .text marker in assembly file. Fixes a crash on Windows whe

    21 juin 2013, par Ronald S. Bultje

    Changed Paths :
     Modify /vp9/encoder/x86/vp9_subpel_variance.asm



    Add missing SECTION .text marker in assembly file.

    Fixes a crash on Windows when building with MSVC.

    Change-Id : I124ac756a1be55d190fadda5fcc46d23b1445dbf

  • Windows 8 App, run process

    26 juin 2013, par DoomStone

    Is it possible to run an external exe file in a Windows 8 Store App, the reason for this is that i want to do some video convertion with ffmpeg though the app.