Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (103)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • 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

Sur d’autres sites (5965)

  • lavc : VAAPI encode common infrastructure

    24 mars 2016, par Mark Thompson
    lavc : VAAPI encode common infrastructure
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] configure
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/vaapi_encode.c
    • [DBH] libavcodec/vaapi_encode.h
  • FFMpeg-PHP, Digital Ocean, Centos 6 server installation and access

    24 février 2016, par Luke Brandon Farrell

    I am having problems getting FFMpegPHP up and running on a Digital Ocean, Centos 6 server.

    All I need to do is convert a sequence of images into a movie using PHP.

    I have FTP access to my server so I can install files if needed, I also have command line access.

    I have installed FFMpeg and FFMpeg-PHP onto the server but I am not sure how to execute it from PHP. This is what I have so far ->

    http://socialexplosion.co.uk/phpffmpeg/

    This is the output from the error-log :

    [24.02.16 15:28:07] [131.231.236.97] Invalid FFMPEG Path `/var/www/html/phpffmpeg/ffmpeg\bin\ffmpeg.exe`!
    [24.02.16 15:28:09] [131.231.236.97] ffmpeg-progress: FFMPEG progress log does not exist! FILE: `/var/www/html/phpffmpeg/logs/47fc097c.ffmpeg.log`

    I can’t seem to get it to work.

    Any ideas ? Maybe I have installed it wrong ?

    Thanks

  • avformat/mxfdec : Detect XYZ pixel format for digital cinema files

    4 mars 2015, par Vilius Grigaliūnas
    avformat/mxfdec : Detect XYZ pixel format for digital cinema files
    

    While the native jpeg2000 decoder can determine pixel format correctly
    from the codestream, libopenjpeg wrapper cannot. To make sure that
    the output is correct when using libopenjpeg to decode digital
    cinema files, we do detection from the metadata included in the MXF
    wrapper.

    If the container has "JPEG 2000 Coding Parameters" metadata element
    with Rsiz value set to one of digital cinema profiles, we can safely
    assume that the given input file is DCI compliant, therefore the
    pixel format should be XYZ.

    Reviewed-by : Tomas Härdin <tomas.hardin@codemill.se>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mxfdec.c