Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (83)

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

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

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

Sur d’autres sites (5871)

  • Problem using ffmpeg in streaming mode on aac files created by Android

    28 septembre 2018, par Dror Maydan

    I’m recording audio clips in Android using aac, exporting the files to my Mac and then trying to decode them using ffmpeg. It works fine in file mode but fails in streaming mode with the following error. It seems that consistently short files work fine but long files (2 minutes or longer) fail. Bug in Android, ffmpeg or am I using ffmpeg incorrectly ?

    Thanks,
    Dror

    ffmpeg  -f m4a -i -  bad.wav <  3e4cfa9ff60b48d885947291fbfb981b.m4a

    stream 0, offset 0x1916: partial file
    pipe:: Invalid data found when processing input
  • Revision 268f260d64 : Modify the setting of transform skip flags in non-rd mode While searching for t

    5 mars 2015, par Yunqing Wang

    Changed Paths :
     Modify /vp9/encoder/vp9_pickmode.c



    Modify the setting of transform skip flags in non-rd mode

    While searching for the best mode in non-rd case, SSE of
    a partition block is calculated and the transform size is set.
    This patch rewrites the skip checking conditions based on
    transform size instead of partition size to be more precise.

    Small gains were seen in rtc set borg test (speed 6).
    AVG PSNR : 0.087%, overall PSNR : 0.073%, SSIM : 0.146%.
    No noticeable speed change.

    Change-Id : I5603ca5339c784dfa02263f4005988ccd8c32f6e

  • Revision fd49e9678e : Use dedicated variables to store the best mode Use a set of dedicated variables

    25 février 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_pickmode.c



    Use dedicated variables to store the best mode

    Use a set of dedicated variables to buffer the current best mode
    in non-RD mode decision. This allows to use mode_info for more
    complicated test in the non-RD process.

    Change-Id : I6024c9feb0662afd3eb29f7017f7b5a5446f303f