Recherche avancée

Médias (91)

Autres articles (73)

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

  • Fragmented MP4 has wrong duration in Windows Media Player

    3 février 2020, par Expressingx

    I’m streaming video from a camera to a file using ffmpeg. The case to use Fragmented MP4 is that there can be sudden power off and lose the video. I’ve configured the fragments to be at least 30 secs and this is how much the Windows Media Player reports for the duration even if its 2 hours long, after that it keeps streaming the video but is not seekable after the 30th second. How can be that fixed ?

    ffmpeg -c copy -movflags frag_keyframe+separate_moof+omit_tfhd_offset -min_frag_duration 30000000 -bsf:a aac_adtstoasc \ out.mp4

    If I use -movflags frag_keyframe+empty_moov then the video is not seekable at all and no duration reported.

    I aim for seekable video with correct duration both on VLC/Windows Media Player

    Version of ffmpeg : 3.3.4

  • Revision e494df1a37 : Added ClearSystemState in a unit test There is another unit test that has been

    3 septembre 2013, par Yaowu Xu

    Changed Paths :
     Modify /test/fdct8x8_test.cc



    Added ClearSystemState in a unit test

    There is another unit test that has been failing randomly on win32
    build. Investigation has shown that the failure was caused by simd
    register state is not reset appropriately in the fdct8x8 test. This
    commit added ClearSystemState() in the teardown of this test, tests
    showed it resolved the random failure issue for win32 build.

    Related issue : https://code.google.com/p/webm/issues/detail?id=614

    Change-Id : I9381d0c1a6f4b855ccaeef1aca8c417ac8c71ee2

  • x86 : bswapdsp : Don’t treat 32-bit integers as 64-bit

    16 juillet 2015, par Henrik Gramner
    x86 : bswapdsp : Don’t treat 32-bit integers as 64-bit
    

    The upper halves are not guaranteed to be zero in x86-64.

    Also use `test` instead of `and` when the result isn’t used for anything other
    than as a branch condition, this allows some register moves to be eliminated.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavcodec/x86/bswapdsp.asm