Recherche avancée

Médias (91)

Autres articles (99)

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

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

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

  • Evolution #3560 : Supprimer l’option expérimentale Google Closure Compiler

    4 mai 2017, par b b

    Super, merci mignon :)

  • H264 to MP4 with Bframe play back and forth on google chrome[ffmpeg]

    2 mai 2017, par Ravi Agola

    I want to generate a mp4 container with h264 encoded file.

    H264 file contains [I P B B][P B B][P B B][P B B] frames.

    when I generate a mp4 file with FFmpeg, It works well with FFplay as well as VLC but on google-chrome mp4 file plays frame back and forth.

    ffmpeg -i input.h264 -vcodec copy output.mp4

    when i use internal codec library(libx264) it works well on (ffplay,vlc and google-chrome)

    ffmpeg -i input.h264 -vcodec h264 output.mp4

    as above command transcode h264(native) to h264(x264), I don’t want to transcode file as I will be using it with ffmpeg library.

    when I use h264 without B frame it works well in both cases.

    I have tried some experiment with sample test file available here.

    direct conversion(MKV to MP4) works well with chrome as below

    ffmpeg -i jellyfish-3-mbps-hd-h264.mkv -vcodec copy output.mp4

    (MKV to H264 and H264 to MP4) plays back and forth on chrome

    ffmpeg -i jellyfish-3-mbps-hd-h264.mkv -vcodec copy output.h264
    ffmpeg -i output.h264 -vcodec copy output.mp4

    I get message in this case
    [mp4 @ 0xb6f8b20] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
    [mp4 @ 0xb6f8b20] pts has no value"

    what can be a reason behind this behavior ?

    Thanks.

  • Revision 25eeac0518 : Skip COMDAT sections when parsing COFF Fixes https://code.google.com/p/chromium

    4 février 2014, par Rui Ueyama

    Changed Paths :
     Modify /build/make/obj_int_extract.c



    Skip COMDAT sections when parsing COFF

    Fixes https://code.google.com/p/chromium/issues/detail?id=339889
    when building Clang-based ASan on Windows

    Change-Id : Ib77d9593636f46827dbb77f087d407ec0f463fc7