Recherche avancée

Médias (91)

Autres articles (38)

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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (4371)

  • options_table : update maximum bitrate limit

    10 février 2016, par Rostislav Pehlivanov
    options_table : update maximum bitrate limit
    

    The type of the option has been changed but the limit was apparently forgotten.
    Some video codes can handle bitrates of over 2.2 Gbps (like VC-2).

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/options_table.h
  • avformat/nutenc : Fix indentation

    3 février 2024, par Andreas Rheinhardt
    avformat/nutenc : Fix indentation
    

    Forgotten after 82beb46e65e5f820b187355bf757725c22a59c45.
    Also use loop-scope for iterators while at it.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/nutenc.c
  • vc2enc : use project-standard inclusion guards

    10 février 2016, par Rostislav Pehlivanov
    vc2enc : use project-standard inclusion guards
    

    This was first reported on the mailing list in an earlier revision of this
    encoder but was forgotten from the final commit.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/vc2enc_dwt.h