Recherche avancée

Médias (0)

Mot : - Tags -/flash

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (73)

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

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (10170)

  • Can i add any independent two mp4 files in java without any corruptness or data loss ? [duplicate]

    27 février 2018, par Arpit Pagaria

    This question already has an answer here :

    I have tried "copy /b "C :\File.mp4" + "C :\File1.mp4" CombinedFile.mp4" windows command but not worked. I have also tried ffmpeg command but the second file got corrupted. Can any one refer me that how it work internally ? On what factors merge depends ?
    Software add any two files perfectly. Is there any way that I can add two mp4 files in Java/jsp without any dependency ?

  • Merge commit ’90bc423212396e96a02edc1118982ab7f7766a63’

    1er février 2017, par Clément Bœsch
    Merge commit ’90bc423212396e96a02edc1118982ab7f7766a63’
    

    * commit ’90bc423212396e96a02edc1118982ab7f7766a63’ :
    mov : Wrap stsc index and count compare in a separate function

    The mov_stsc_index_valid() function is replaced with a macro to prevent
    signdness issues (index is not always signed, and count is always
    unsigned currently).

    The comparison is also adjusted to reduce the risk of overflows.

    Merged-by : Clément Bœsch <u@pkh.me>

    • [DH] libavformat/mov.c
  • avformat/avienc : Avoid float usage

    23 mai 2015, par Michael Niedermayer
    avformat/avienc : Avoid float usage
    

    reduces risk for rounding differences between platforms

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/avienc.c