Recherche avancée

Médias (91)

Autres articles (49)

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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • 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 (9017)

  • Cut avi video to another avi without losing quality using ffmpeg

    5 février 2015, par Amin Suzani

    I have a .avi video. I need to cut a piece of it as another .avi file. When I do this I lose quality in the cut file :

    ffmpeg -i input.avi -ss 00:34:00 -t 00:10:00 -async 1 cut.avi

    However, if I convert it to .mp4 in the same way I get good quality :

    ffmpeg -i input.avi -ss 00:34:00 -t 00:10:00 -async 1 cut.mp4

    I was wondering how I can get .avi output file and also maintain the good quality.

  • Revision 53f1452f5d : Adjust cq_level in constrained quality mode If we are already saving a lot in b

    22 mai 2014, par Deb Mukherjee

    Changed Paths :
     Modify /vp9/encoder/vp9_ratectrl.c



    Adjust cq_level in constrained quality mode

    If we are already saving a lot in bits from the target (maximum)
    bitrate in the constrained quality mode, allow the quantizer
    to go lower than the cq level. This hopefully will solve issues
    with getting too low a bitrate and consequently poor quality for
    certain videos in cq mode.

    Change-Id : I1c4e8b0171fcf58f95198b3add85eea5f3c8f19f

  • Add a side data type for audio service type.

    14 novembre 2014, par Anton Khirnov
    Add a side data type for audio service type.
    

    Currently, audio service type is a field in AVCodecContext. However,
    side data is more appropriate for this kind of information.

    • [DBH] doc/APIchanges
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/utils.c
    • [DBH] libavcodec/version.h
    • [DBH] libavfilter/af_ashowinfo.c
    • [DBH] libavutil/frame.h
    • [DBH] libavutil/version.h