Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (39)

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (4888)

  • Revision 4fe45a83b2 : Merge "tests : use consistent case for VP[89]"

    26 mars 2014, par James Zern

    Merge "tests : use consistent case for VP[89]"

  • swscale/x86/rgb2rgb : change cpu optim identifiers to lower case

    19 novembre 2013, par Michael Niedermayer
    swscale/x86/rgb2rgb : change cpu optim identifiers to lower case
    

    This makes the code more similar to the other optims and allows us
    to use the same macros to build function names

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

    • [DH] libswscale/x86/rgb2rgb.c
  • Revision 815189613b : Localizing NEARESTMV special cases in the code. Removing special case handling

    5 novembre 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_entropy.c


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymv.c


     Modify /vp9/common/vp9_treecoder.c


     Modify /vp9/common/vp9_treecoder.h


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodemv.c


     Modify /vp9/encoder/vp9_rdopt.c



    Localizing NEARESTMV special cases in the code.

    Removing special case handling from vp9_tree_probs_from_distribution(),
    tree_merge_probs(), and vp9_tokens_from_tree_offset() functions. Replacing
    inter_mode_offset() function with macro INTER_OFFSET which is used now for
    vp9_inter_mode_tree definition.

    Change-Id : Iff75a1499d460beb949ece543389c8754deaf178