Recherche avancée

Médias (0)

Mot : - Tags -/utilisateurs

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

Autres articles (102)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Les notifications de la ferme

    1er décembre 2010, par

    Afin d’assurer une gestion correcte de la ferme, il est nécessaire de notifier plusieurs choses lors d’actions spécifiques à la fois à l’utilisateur mais également à l’ensemble des administrateurs de la ferme.
    Les notifications de changement de statut
    Lors d’un changement de statut d’une instance, l’ensemble des administrateurs de la ferme doivent être notifiés de cette modification ainsi que l’utilisateur administrateur de l’instance.
    À la demande d’un canal
    Passage au statut "publie"
    Passage au (...)

Sur d’autres sites (14287)

  • Trying to use FFMPEG in C and Ubuntu

    1er novembre 2013, par obelix

    I have been trying to use FFMPEG in gcc under Ubuntu. I've done the linking stuff required in order to make my code compile but i get the following errors :

    tutorial01.c:(.text+0x37d): undefined reference to `avcodec_decode_video'
    tutorial01.c:(.text+0x3c5): undefined reference to `img_convert'

    The source I use is the one from the following tutorial http://dranger.com/ffmpeg/tutorial01.c

    (original link : http://dranger.com/ffmpeg/tutorial01.html)

    I know that the source of the turotorial is quite old. So does anyone know of any new functions that replace the ones mentioned in the error messages ??

    ALso are there any updated documenation oin tutorial form that i could possibly use ?

    Thanks in advance !!

  • Merge commit ’58ae8d595724150c407ca2c2df3aa4bd5580397c’

    27 janvier 2015, par Michael Niedermayer
    Merge commit ’58ae8d595724150c407ca2c2df3aa4bd5580397c’
    

    * commit ’58ae8d595724150c407ca2c2df3aa4bd5580397c’ :
    h264_parser : restore a comment lost in 0268a54

    Conflicts :
    libavcodec/h264_parser.c

    No change, the code that is commented is no longer there in the form to
    which the comment applied

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

  • android video encoding with ffmepg and stagefright

    16 janvier 2015, par DongHyun Ko

    I want to reduce file size that H.264 encoded video file in android.
    so i consider two libraries both ffmepg and stagefright.
    i need only reduce resolution and bit rate. View point of usage, performance, troubleshooting which one is more good ?

    Unfortunately, this application support form JB. so I can’t use MeidaCodec.