Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (85)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

Sur d’autres sites (16239)

  • tests/movenc : Validate that normal muxer usage doesn't print warnings

    3 avril 2024, par Martin Storsjö
    tests/movenc : Validate that normal muxer usage doesn't print warnings
    

    We have test to make sure that certain configurations do print
    warnings. However, the normal operation of the muxer within this
    test always printed a warning, so those tests to check for
    extra warnings didn't essentially guard anything.

    The warning that always was printed, "track 1 : codec frame size is
    not set" was not present in the libav fork where this testcase
    originated, it was removed in f234e8a32e6c69d7b63f8627f278be7c2c987f43.

    Set the frame size for the audio stream to silence the warning,
    and use this frame size in a couple later calculations, and check
    that one test configuration doesn't print warnings.

    Setting the frame size apparently changes the rounding of a timestamp
    in the ismv muxing testcase.

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

    • [DH] libavformat/tests/movenc.c
    • [DH] tests/ref/fate/movenc
  • ffmpeg : Make find_stream_info behave like a normal per-file option

    28 septembre 2022, par Marvin Scholz
    ffmpeg : Make find_stream_info behave like a normal per-file option
    

    Currently it would essentially change the find_stream_info setting for
    the file it was specified for and all following files, which is unusual
    and somewhat unexpected behaviour for a per-file option and not even
    documented to behave like this.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_opt.c
  • Revision 51959786d2 : Merge "Use normal encoding route for key frame coding" into sandbox/Jingning/tra

    10 juillet 2014, par Jingning Han

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



    Merge "Use normal encoding route for key frame coding" into
    sandbox/Jingning/transcode