Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (80)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (14065)

  • Roadmap #3582 : Simplifier l’utilsation des documents

    26 janvier 2017, par b b

    @franck ce ticket est une mini roadmap, essayons de la garder centré sur l’objet principal :)

    (du coup, je ne suis pas certain que ton dernier commentaire y ait sa place)

  • vp9 : enable multi-thread decoding when refreshctx is equal to 0

    11 octobre 2014, par Di Wu
    vp9 : enable multi-thread decoding when refreshctx is equal to 0
    

    In vp9_decode_frame function, ff_thread_finish_setup is not called
    when refreshctx is equal to 0, and the next decoding thread can not
    start work until the cunrrent frame has been decoded completely. So
    ff_thread_finish_setup needs to be called to enable Multi-thread
    decoding in this condition.

    Signed-off-by : Di Wu <di1028.wu@samsung.com>
    Signed-off-by : Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>

    • [DH] libavcodec/vp9.c
  • Video codec not supported error when adding audio to mp4

    18 février 2019, par WPMed

    I work on an application which you can use to make still photos move. It’s basically a png sequence to mp4 converter.
    Recently we introduced a feature where users can add sound effects to the video.
    Since we released this feature, some users experience problems with the exported video. When they save the file and try to play it, they get a "Video codec not supported" error message. All they get is a black screen, and the audio playing in the background. I use FFmpeg to add audio (in mp3 format) to the mp4 video.
    Here’s an example video, which plays fine on my Mac and on my Samsung Galaxy S6 and S8, but buggy on Samsung SM-A310F (Android 7.0). This is how it looks like on the device.
    I tried to re-encode this video with all the FFmpeg commands I could find, but none of them seemed to work. Can someone spot something that’s not compatible with Android by analyzing the video I linked ?