Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (64)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Qualité du média après traitement

    21 juin 2013, par

    Le bon réglage du logiciel qui traite les média est important pour un équilibre entre les partis ( bande passante de l’hébergeur, qualité du média pour le rédacteur et le visiteur, accessibilité pour le visiteur ). Comment régler la qualité de son média ?
    Plus la qualité du média est importante, plus la bande passante sera utilisée. Le visiteur avec une connexion internet à petit débit devra attendre plus longtemps. Inversement plus, la qualité du média est pauvre et donc le média devient dégradé voire (...)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

Sur d’autres sites (8886)

  • when using ffmpeg to copy h264 data from a fifo to a file, my free ram memory keeps decreasing over time

    9 septembre 2019, par Nidheesh V

    video data is comming to a fifo. the ffmpeg is made to take the fifo data and copy it to my sdcard
    when ffmpeg is used to copy the data,the free ram decreases

    tried using different versions of ffmpeg,but same issue

    ffmpeg -f h264 -i /tmp/file.h264 -c:a copy -c:v copy /tmp/sdcard/record_main.mp4
    This command was used to perform the process

    ram free memory should not decrease as time goes

  • avformat/icecast : Free the right buffer on error

    10 novembre 2019, par Andreas Rheinhardt
    avformat/icecast : Free the right buffer on error
    

    In case an AVBPrint was not complete, icecast_open() would free some
    buffers that have not been allocated yet instead of freeing the data of
    the AVBPrint (if they have been allocated). Because this error does not
    trigger a jump to the general cleanup section any more, one can moreover
    remove a (now unnecessary) initialization of a pointer.

    Furthermore, finalizing an AVBPrint can fail (namely when the string
    inside the AVBPrint has not been allocated yet) and so this needs to be
    checked.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/icecast.c
  • avcodec/vp3 : free tables before allocating new ones

    3 juin 2014, par Michael Niedermayer
    avcodec/vp3 : free tables before allocating new ones
    

    Fixes memleak on seeking

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

    • [DH] libavcodec/vp3.c