Recherche avancée

Médias (0)

Mot : - Tags -/api

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

Autres articles (23)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (4296)

  • avcodec/proresenc_anatoliy : Fix memleak upon init error

    27 novembre 2020, par Andreas Rheinhardt
    avcodec/proresenc_anatoliy : Fix memleak upon init error
    

    A buffer may leak in case of YUVA444P10 with dimensions that are not
    both divisible by 16.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/proresenc_anatoliy.c
  • Revision 65753eeb8a : Move frame re-sizing into the recode loop The point at which frames are scaled

    18 octobre 2014, par Adrian Grange

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


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/encoder/vp9_firstpass.c



    Move frame re-sizing into the recode loop

    The point at which frames are scaled to their
    coded dimensions is moved into the re-code loop.

    This is in preparation for a further patch that
    will add logic into the re-code loop to reduce
    the coded frame size if the encoder is struggling
    to hit the target data rate at the native frame
    size.

    Change-Id : Ie4131f5ec6fb93148879f6ce96123296442bf2d1

  • Images converted to webp with ffmpeg have multiple frames [closed]

    25 avril 2023, par jhizzle207

    Running into an issue where JPG images converted to webp via ffmpeg are coming out with multiple frames, and causing issues such as the flickering example below

    &#xA;

    https://shocknet.b-cdn.net/bffff44b0252dee213885a6f640fa211d622d02f80413d9e5415245a91fd9027%2FIMG_6915.webp

    &#xA;

    Others have a grayscale layer that makes the image display as black and white.

    &#xA;

    We're using ffmpeg defaults and -vf to scale them down. We have tried -c:v libwebp as the default lib seems to be an animation, but that's not stopping the output from containing multiple frames and causing issues.

    &#xA;

    What would be the correct way to take images of other formats and dimensions and scale them to sane webp for optimal delivery reliability ?

    &#xA;