Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

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

Autres articles (17)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

  • 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 : (...)

Sur d’autres sites (4135)

  • avcodec/utils : move ff_add_cpb_side_data() to encoder code

    4 septembre 2023, par James Almer
    avcodec/utils : move ff_add_cpb_side_data() to encoder code
    

    It's only used by encoders, so move it to prevent wrong usage.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/encode.c
    • [DH] libavcodec/encode.h
    • [DH] libavcodec/internal.h
    • [DH] libavcodec/libaomenc.c
    • [DH] libavcodec/libopenh264enc.c
    • [DH] libavcodec/libsvtav1.c
    • [DH] libavcodec/libvpxenc.c
    • [DH] libavcodec/libx264.c
    • [DH] libavcodec/libx265.c
    • [DH] libavcodec/mpegvideo_enc.c
    • [DH] libavcodec/nvenc.c
    • [DH] libavcodec/qsvenc.c
    • [DH] libavcodec/utils.c
  • put_bits : make avpriv_align_put_bits() inline

    26 octobre 2020, par Anton Khirnov
    put_bits : make avpriv_align_put_bits() inline
    

    This function is so extremely simple that it is preferable to make it
    inline rather than deal with all the complications arising from it being
    an exported symbol.

    Keep avpriv_align_put_bits() around until the next major bump to
    preserve ABI compatibility.

    • [DH] libavcodec/aacenc.c
    • [DH] libavcodec/bitstream.c
    • [DH] libavcodec/flvenc.c
    • [DH] libavcodec/h261enc.c
    • [DH] libavcodec/ituh263enc.c
    • [DH] libavcodec/jpeglsenc.c
    • [DH] libavcodec/mpeg12enc.c
    • [DH] libavcodec/mpeg4audio.h
    • [DH] libavcodec/msmpeg4enc.c
    • [DH] libavcodec/put_bits.h
    • [DH] libavcodec/rv10enc.c
    • [DH] libavcodec/svq1enc.c
    • [DH] libavcodec/vc2enc.c
    • [DH] libavcodec/version.h
    • [DH] libavcodec/wmaenc.c
    • [DH] libavcodec/xsubenc.c
  • Remove unnecessary get_bits.h #includes

    4 juin 2016, par Diego Biurrun
    Remove unnecessary get_bits.h #includes
    
    • [DBH] libavcodec/ac3.c
    • [DBH] libavcodec/dv.c
    • [DBH] libavcodec/dv.h
    • [DBH] libavcodec/dvbsub_parser.c
    • [DBH] libavcodec/dvenc.c
    • [DBH] libavcodec/ffv1.c
    • [DBH] libavcodec/flacenc.c
    • [DBH] libavcodec/hq_hqa.c
    • [DBH] libavcodec/hq_hqa.h
    • [DBH] libavcodec/mpc.c
    • [DBH] libavcodec/mpeg12vlc.h
    • [DBH] libavcodec/msmpeg4data.h
    • [DBH] libavcodec/nellymoser.c
    • [DBH] libavcodec/vc1data.h
    • [DBH] libavcodec/vp5.c
    • [DBH] libavcodec/vp9block.c
    • [DBH] libavcodec/xxan.c
    • [DBH] libavformat/rtpdec.c