Recherche avancée

Médias (0)

Mot : - Tags -/médias

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

Autres articles (74)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

  • 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.

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (3707)

  • Merge commit ’6f273093e54cba130f3ffde3d6433e74baa4ad89’

    6 avril 2014, par Michael Niedermayer
    Merge commit ’6f273093e54cba130f3ffde3d6433e74baa4ad89’
    

    * commit ’6f273093e54cba130f3ffde3d6433e74baa4ad89’ :
    LucasArts SMUSH VIMA audio decoder

    Conflicts :
    Changelog
    libavcodec/avcodec.h
    libavcodec/codec_desc.c
    libavcodec/version.h
    libavcodec/vima.c

    This commit adds a AV_CODEC_ID_ADPCM_VIMA alias in addition to the previously
    used AV_CODEC_ID_VIMA, as well as a AVCodec with name "adpcm_vima" in addition
    to the previously used name "vima"
    These changes are needed for compatibility with the renamed codec in libav

    See : b18357326ca1522d7fb7f4276ddebfccc29ce72c and others

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

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/utils.c
    • [DH] libavcodec/version.h
    • [DH] libavcodec/vima.c
  • ffmpeg, add film grain, resize and create sbs file for stereo 3d

    14 juillet 2018, par Anmol Mishra

    I have 2 files with 1080p Res.

    I wish to resize each to 1920x2160, combine both into sbs 3840x2160, add subtle film grain, add burn in subtitles into each eye and finally create sbs 4k stereo 3d video file with CRF 18.

    I have used ffmpeg previously but this is way beyond my understanding for the filters.

  • avcodec/zmbv : Update decomp_len in raw frames

    17 septembre 2018, par Michael Niedermayer
    avcodec/zmbv : Update decomp_len in raw frames
    

    decomp_len is used in raw frames, so it should not be left at the value from
    whatever was decoded previously (which may be any other frame)

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/zmbv.c