Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (61)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Utilisation et configuration du script

    19 janvier 2011, par

    Informations spécifiques à la distribution Debian
    Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
    Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
    Récupération du script
    Le script d’installation peut être récupéré de deux manières différentes.
    Via svn en utilisant la commande pour récupérer le code source à jour :
    svn co (...)

Sur d’autres sites (6924)

  • doc/APIchanges : Fill in missing Fields, add 4.2 cut marker

    21 juillet 2019, par Michael Niedermayer
    doc/APIchanges : Fill in missing Fields, add 4.2 cut marker
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/APIchanges
  • 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 !

  • avcodec/huffyuvdec : Fix fill value for truncated bitstreams

    16 juin 2014, par Michael Niedermayer
    avcodec/huffyuvdec : Fix fill value for truncated bitstreams
    

    Found-by : Christophe Gisquet <christophe.gisquet@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/huffyuvdec.c