Recherche avancée

Médias (91)

Autres articles (88)

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

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

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (8906)

  • Sorenson Video 3 For Posterity

    12 août 2010, par Multimedia Mike — Software Museum

    On a recent dumpster dive, I procured a complete, never-been-opened copy of Sorenson Video 3 Professional Edition Compressor for Windows. And because I’m me, I thought it would be interesting to document it here :



    Not opened until now, anyway :



    I chuckled at the thought that I might open the user manual and find the complete data stream format listed therein. As expected, the guide offers a broad overview of video compression concepts (lossy vs. lossless, inter/intraframes, that kind of thing) and goes on to describe general guidelines for compressing different types of data. Then there is the feature reference. There are standard features and professional features (the latter includes things like bidirectional prediction, masking, and watermarking).

    I was hoping to figure out how to encode some video with this software. But I think I need full Quicktime Pro in order to do that. If you’re interested, here’s the user manual in PDF format : Sorenson Video 3 User Guide (626 Kbytes). Here’s an interesting claim from the chapter on audio compression :

    Most movies are made up of two parts, video and audio. Historically, the video portion of a digital movie was so large that the audio was only a minor piece of the puzzle. However, with Sorenson Video’s excellent compression capabilities it is possible to create a file where audio is the largest portion.

    I know it’s possible to do that, but is it really recommended ? I’m sure I have some samples in my vast repository where this is the case but it still doesn’t strike me as optimal for network delivery.

  • Anomalie #4172 (En cours) : Ajout de documents des les groupe de mots-clés

    15 septembre 2018, par b b

    Après étude : l’ajout se fait bien, le lien aussi, et on voit bien le doc dans la colonne de gauche quand on est sur l’édition du groupe. Mais pas dans le portfolio quand on est sur la vue du groupe. Le squelette des documents depuis la vue du groupe reçoit objet = groupemots, alors que la colonne_document reçoit un objet = groupe_mots, pas pareil forcément...

    Le bug vient du fait qu’on passe un type groupemots au pipeline afficher_complement_objet ici :

    https://zone.spip.org/trac/spip-zone/browser/spip-zone/_core_/plugins/mots/prive/squelettes/contenu/groupe_mots.html#L29

    Du coup, dans inc_documenter_objet_dist le type reste groupemots et ça foire.

    Il y deux problèmes :

    1) le fait qu’on utilise groupemots en tant que type, alors que cela n’est pas défini dans la liste des surnoms autorisés, cf https://zone.spip.org/trac/spip-zone/browser/spip-zone/_core_/plugins/mots/base/mots.php#L144 cela a été introduit par erreur dans le commit suivant https://zone.spip.org/trac/spip-zone/changeset/50033/spip-zone

    Une solution : dans afficher_complement_objet utiliser groupe_mots, le vrai type, car medias_afficher_complement_objet utilise le type qu’elle reçoit tel quel, sans gérer les surnoms.

    2) le fait que le pipeline medias_afficher_complement_objet utilise le type tel qu’il le reçoit peut poser problème sur d’autres objets, il faudrait ajouter un objet_type() sur $type = $flux[’args’][’type’] afin de bien matcher les types et leurs surnoms.

    PS : le problème est peut-être aussi présent pour le pipeline affiche_enfants suite à ce commit https://core.spip.net/projects/mots/repository/revisions/109112/diff

  • fate/hapqa_extract : add test for hapqa_extract bsf

    17 mars 2018, par Martin Vignali
    fate/hapqa_extract : add test for hapqa_extract bsf
    

    test extract color and alpha
    with the three main kind of hap frame :
    - no snappy compression
    - snappy compression and one chunk
    - snappy compression and several chunks (16 here)

    like the bsf filter need to be used with vtag and encoder edition
    also test the information of the target mov for color and alpha

    • [DH] tests/fate/hap.mak
    • [DH] tests/ref/fate/hapqa-extract-nosnappy-to-hapalphaonly-mov
    • [DH] tests/ref/fate/hapqa-extract-nosnappy-to-hapq-mov
    • [DH] tests/ref/fate/hapqa-extract-snappy1-to-hapalphaonly
    • [DH] tests/ref/fate/hapqa-extract-snappy1-to-hapq
    • [DH] tests/ref/fate/hapqa-extract-snappy16-to-hapalphaonly
    • [DH] tests/ref/fate/hapqa-extract-snappy16-to-hapq