Recherche avancée

Médias (0)

Mot : - Tags -/serveur

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

Autres articles (39)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (7152)

  • make dllexport work with compilers other than MSVC

    8 octobre 2019, par sezero
    make dllexport work with compilers other than MSVC
    

    the issue is, flac and metaflac exes rely on flac_internal_ ???_utf8()
    procedures from windows_unicode_filenames.c and there is no easy way
    to exclude them from exports without breaking things. So export them
    explicitly (they are exported anyway w/o this patch), but add a FIXME
    note about the kludge in windows_unicode_filenames.c.

    • [DH] configure.ac
    • [DH] include/FLAC++/export.h
    • [DH] include/FLAC/export.h
    • [DH] src/libFLAC/windows_unicode_filenames.c
  • avconv -metadata doesn't work

    28 août 2016, par asullaherc

    I try following :

    avconv -i ~/Downloads/test.mp4 -metadata key=val -c copy output.mp4  -y
    roroco@roroco /tmp/avconv $ avconv -i output.mp4

    the doesn’t find the metadata "key" in output, the full output is here

  • vp9lpf/x86 : make filter_48/84_v work on 32-bit.

    26 décembre 2014, par Ronald S. Bultje
    vp9lpf/x86 : make filter_48/84_v work on 32-bit.
    

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

    • [DBH] libavcodec/x86/vp9dsp_init.c
    • [DBH] libavcodec/x86/vp9lpf.asm