Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (104)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (13775)

  • Revision d04a0d77fb : Merge "Copy VP9 second-level sub-pixel search change to VP10"

    14 août 2015, par Yunqing Wang

    Changed Paths :
     Modify /vp10/encoder/mcomp.c



    Merge "Copy VP9 second-level sub-pixel search change to VP10"

  • Revision 0ea70f77a5 : Copy VP9 second-level sub-pixel search change to VP10 Merged patch "Improve the

    14 août 2015, par Yunqing Wang

    Changed Paths :
     Modify /vp10/encoder/mcomp.c



    Copy VP9 second-level sub-pixel search change to VP10

    Merged patch "Improve the second-level sub-pixel motion search"
    (commit : 7418b176ce1c985637c639280d70b12bdc850e57) to VP10.

    Change-Id : I89b5d76624290c47dd84d9c5332b4909238e268d

  • What does "level" mean in FFprobe output ?

    8 mars 2017, par shintaroid

    I do not understand some attributes in the output by FFprobe

    For a sample file

    $ ffprobe -v error -show_format -show_streams input.mp4
    [STREAM]
    index=0
    codec_name=h264
    codec_long_name=H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
    profile=High
    width=320
    height=240
    has_b_frames=2
    pix_fmt=yuv420p
    level=13                <= This one!
    color_range=N/A

    What does "level" mean here ? Is there any document explain those attributes ?