Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (49)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (8313)

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