Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (61)

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (7876)

  • Is the values in avcC box in .mp4 video files affected only by FFmpeg version ?

    5 novembre 2015, par a man

    I am studying on the source identification of video files especially about those from smartphones.

    I got to know that the values in avcC box in .mp4 video files have the encoding options(h.264) which decoder must know when processing the encoded stream.

    And I guess most of the smartphone uses the customized FFmpeg to encode the raw stream. I want to know if the values in the avcC box are affected only by the version of FFmpeg(if not customized version is used).

    I didn’t delve into this but think that the libavcodec.so in FFmpeg fill the values in avcC box when doing encoding(is this right ?).

    So what I want to ask is if two different smartphones use the same libavcodec.so(even in the case whether other .so files, .apk file used for the recording, etc are different) and two video files which have the same resolution were filmed from each smartphone, do the values in avcC box the same ?
    I think this question may equal to "are the values in avcC box affected by other FFmpeg library or other layers in overall Android framework" ?

    ++ there is one more question ! Is there any case that two videos which have same resolution from the same smartphone have different values in avcC box ? (I suggest the the difference of encoding option originating from low-battery mode, execution conditions of other apps, etc and if any core developer customize FFmpeg for that.)

    It would be a great help if anyone let me know the answer !

  • Documentation #2739 (Fermé) : Doc des API édition d’objet et job_queue

    7 septembre 2012, par cedric -

    je ferme car c’est plus généralement la taskforce documentation qui redispatchera les docs

  • Anomalie #4820 : Double chargement des css

    15 juin 2021

    C’est du à Firefox et au header Link envoyé oui.
    C’est hyper désagréable en debug dans Firefox.

    Refs :
    - https://developer.mozilla.org/fr/docs/Web/HTTP/Link_prefetching_FAQ
    - https://www.w3.org/TR/resource-hints/

    Symfony fait ça avec le composant Web Link :
    - https://github.com/symfony/web-link
    - https://symfony.com/doc/current/web_link.html

    Il faudrait regarder si : sf enlève la balise `` ou pas (je ne pense pas) du html et/ou si ça se comporte pareil dans FF et pourquoi sinon.