Recherche avancée

Médias (91)

Autres articles (62)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (3111)

  • movenc : Require samples before trying to write edts

    3 novembre 2014, par Martin Storsjö
    movenc : Require samples before trying to write edts
    

    This avoids a potential crash if writing a fragmented psp mp4
    (which probably is only a hypothetical scenario).

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/movenc.c
  • Can you reuse an init.mp4 file for two separate FMP4 videos if they are encoded to the same specification ?

    19 février 2024, par TCR

    I have two separate FMP4 (Fragmented MP4) videos that I need to encode. Both videos will be encoded to the same specifications, including resolution, bitrate, and codec settings. I understand that each FMP4 video typically includes an init.mp4 file containing initialization data.

    &#xA;

    My question is : can I reuse the same init.mp4 file for both videos since they are encoded to the same spec ? Would this cause any issues with playback compatibility or any other potential problems ?

    &#xA;

    Since the moov atom contains general info and timing information meta-data, and both videos are encoded to the same specification, my thought is you could reference one init file for playback of both videos. If I could guarantee that encoding specifications are the same, what would be the consequence of such an approach ?

    &#xA;

  • avcodec/ass_split : Don't presume strlen to be >= 2

    1er décembre 2020, par Andreas Rheinhardt
    avcodec/ass_split : Don't presume strlen to be >= 2
    

    Fixes potential heap-buffer-overflow.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/ass_split.c