Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (44)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

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

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

Sur d’autres sites (6230)

  • Anomalie #4343 : L’installation d’un plugin réussi alors que la table n’est pas créée

    8 mars 2021

    Pas sûr que #4504 qui cause d’opcache soit en lien avec ce ticket.
    C’est #4342 qui est en lien.

    Mais ce ticket est plus spécifique à SVP : SVP ne sait pas que les tables n’ont pas été créées et indique le plugin comme installé.

  • ffmpeg : Setting GOP structure, Picture structure when converting to MPEG-2 [on hold]

    27 juin 2017, par Jude

    I have a yuv file named src9_ref__625.yuv from the following website :
    ftp://vqeg.its.bldrdoc.gov/SDTV/VQEG_PhaseI/TestSequences/Reference/

    It contains 720 pixels (1440 bytes) per horizontal line and has 576 active lines per frame. Each line is in multiplexed 4:2:2 component video format as follows : Cb Y Cr Y ... 720 Y bytes per line, 360 Cb bytes per line, 360 Cr bytes per line.

    How to convert that file to MPEG-2 with following coding parameters :

    • GOP Structure : Automatic
    • Picture Structure : Alw Frame
    • Profile/Level : MP@ML

    ...as suggested in this article :
    http://iie.fing.edu.uy/publicaciones/2009/JL09/JL09.pdf

  • ffmpeg mix 20 audio streams without making it quieter

    7 juin 2017, par kevin

    I want to mix about 20 audio streams with ffmpeg amix, however as described here, amix has a weired way of making the input streams quieter the more of them you mix together :

    "amix scales each input’s volume by 1/n where n = no. of active inputs. This is evaluated for each audio frame. So when an input drops out, the volume of the remaining inputs is scaled by a smaller amount, hence their volumes increase"

    How can I get rid of this anoying behaviour ?
    I just want the audio streams to keep the same loudness, since only one of them has actual audio in it at any give time anyway..

    At the moment I end up with a file that is about 1/20 the loudness of the original, making it effectively unusable.