Recherche avancée

Médias (91)

Autres articles (67)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (5446)

  • Revision d78dbff09a : Subpel search cleanups and enhancements - Some fixes to surface fit. - Returns

    7 octobre 2014, par Deb Mukherjee

    Changed Paths :
     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/encoder/vp9_mbgraph.c


     Modify /vp9/encoder/vp9_mcomp.c


     Modify /vp9/encoder/vp9_mcomp.h


     Modify /vp9/encoder/vp9_pickmode.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h


     Modify /vp9/encoder/vp9_temporal_filter.c



    Subpel search cleanups and enhancements

    - Some fixes to surface fit.
    - Returns variance function as cost rather than sad in the
    pattern search and diamond search functions. Only
    vp9_pattern_search_sad function used in bigdia search
    uses sad as integer 1-away costs.
    - Deploys SUBPEL_TREE_PRUNED_MORE for speed 4+.

    Results :
    derf [Speed 3] : About +0.036% in coding efficiency without any
    discernible speed loss.
    derf [Speed 4] : About 2-3% faster at -0.199% loss in coding efficiency.
    derf [Speed 5] : About 3-4% faster at -0.149% loss in coding efficiency.

    Change-Id : I8462f94f6adb46966ca964f2bd0400977357fd63

  • Filter "showpalette" of FFmpeg always returns the default palette

    19 mai 2017, par Vej

    I want to extract palette of GIF files with FFmpeg, and learned from the document that filter "showpalette" can do that. But FFmpeg always returns the same default palette instead of the custom palette.

    default palette

    FFmpeg returns the same palette even for the two examples in pkh.me’s Post. Here’s my code :

    ffmpeg -i bbb-trans.gif -vf "showpalette" -y a%03d.png
    ffmpeg -i bbb-nodither.gif -vf "showpalette" -y b%03d.png

    Did I use the wrong command ? Or it’s a just bug of FFmpeg.

  • FFmpeg returns' Output must be specified' when it has been acknowledged

    28 juillet 2019, par Syed Shah

    Here’s my command in python :

    ffmpeg -i concat:803.ts|804.ts|805.ts -c copy output.ts

    When I run the command it opens the output but it doesn’t save the file to the directory.
    I run the command in FFmpeg and it gave the same result - it opened the output but it gave me this error at the end :

    At least one output file must be specified

    I don’t understand what I did wrong as I specified the output clearly, I already checked for solutions but most of them are suited to OP’s needs