Recherche avancée

Médias (91)

Autres articles (16)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

  • 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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (4688)

  • Android ffmpeg simple JNI wrapper

    15 juin 2017, par user1504495

    I’ve been trying to use an ffmpeg binary with command line access for a while now and getting nowhere (Using runtime.exec)
    It looks like the only way I’ll be able to get it to work is using a wrapper in C to access the built ffmpeg libraries using JNI...
    Main problem : I haven’t coded C for more than one and a half decades now and wouldn’t know where to begin...

    I just need 3 operations, I need to add audio to a video file, I need to concatenate two video files and if possible I need to rotate a clip by 90 degrees (but I could do without this)...

    Does anyone have any example code that could work for me, or some good places to start (I’ve already exhausted much of the first pages of various google results to no avail)...

    Any help would be greatly appreciated !

  • Revision 17a26eb443 : Replacing SVC oxcf->mode check with oxcf->pass check. oxcf->pass is used in all

    18 août 2014, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/encoder/vp9_encoder.c



    Replacing SVC oxcf->mode check with oxcf->pass check.

    oxcf->pass is used in all other places in similar contexts.

    Change-Id : I9de3a5f24311838d5a6dc3dd470d258cb189ff59

  • Revision 86c384d398 : Make the use of ref_frame index consistent Refactor the frame buffer referencin

    31 juillet 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Make the use of ref_frame index consistent

    Refactor the frame buffer referencing in choose_partition and make
    it consistent with other places. This means to prevent potential
    issues when we extend reference frame buffer.

    Change-Id : I5ff33ed5f671e1f4cc7049622212769a9b4578d9