Recherche avancée

Médias (91)

Autres articles (54)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (7628)

  • FFmpeg avcodec_find_encoder problem

    13 novembre 2012, par net

    I'm newbie in ffmpeg.

    my problem is "avcodec_find_encoder(CODEC_ID_H264) ;" func always returning null.

    ffmpeg configure is below on my ubuntu system.

    ./ffmpeg
    FFmpeg version SVN-r26306, Copyright (c) 2000-2011 the FFmpeg developers
     built on Jan 11 2011 10:34:49 with gcc 4.4.5
     configuration: --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-x11grab
     libavutil     50.36. 0 / 50.36. 0
     libavcore      0.16. 0 /  0.16. 0
     libavcodec    52.108. 0 / 52.108. 0
     libavformat   52.92. 0 / 52.92. 0
     libavdevice   52. 2. 3 / 52. 2. 3
     libavfilter    1.72. 0 /  1.72. 0
     libswscale     0.12. 0 /  0.12. 0
     libpostproc   51. 2. 0 / 51. 2. 0

    as you can see, configuration contains —enable-libx264

    so I think avcodec_find_encoder(CODEC_ID_H264) ; have to return something not null...
    please let me know how to solve this problem ?

    ps) I call avcodec_init() and av_register_all() in my program.

    when I compile my test program, using below

    gcc -o test test.c -lavutil -lavformat -lavcodec -lx264 -lz -lm

    thanks

  • Revision 6ec0ef6691 : Add a guard on intra mode skip control for RTC mode This commit adds a guard co

    18 décembre 2014, par Jingning Han

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



    Add a guard on intra mode skip control for RTC mode

    This commit adds a guard condition to the intra mode test skip
    control in RTC coding mode. If all inter modes are skipped, force
    the encoder to check intra mode. It avoids situations where the
    encoder processes without properly assigning required mode
    information.

    Change-Id : Ibb349fee997d6584ce901d08b06e8df3ca9c01b1

  • Revision 293532f314 : Merge "Add max burst bitrate control."

    15 janvier 2014, par Yaowu Xu

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


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_ratectrl.c



    Merge "Add max burst bitrate control."