Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (69)

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

  • lavfi : make ff_framequeue_skip_samples() more useful.

    29 janvier 2017, par Nicolas George
    lavfi : make ff_framequeue_skip_samples() more useful.
    

    Instead of just updating statistics and leaving the work to the
    call site, have it actually do the work.

    Also : skip the samples by updating the frame data pointers
    instead of moving the samples. More efficient and avoid writing
    into shared frames.
    Found-By : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] libavfilter/avfilter.c
    • [DH] libavfilter/framequeue.c
    • [DH] libavfilter/framequeue.h
  • swresample/swresample : do not reset tsf on swr_alloc_set_opts

    11 mars 2017, par Muhammad Faiz
    swresample/swresample : do not reset tsf on swr_alloc_set_opts
    

    so tsf option in aresample will have effect
    previously tsf/internal_sample_format had no effect

    fate is updated
    s32p previously used fltp internally
    dblp previously used fltp/dblp internally

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] libswresample/swresample.c
    • [DH] tests/fate/libswresample.mak
  • examples : do not use AVFrame accessor

    22 avril 2017, par Muhammad Faiz
    examples : do not use AVFrame accessor
    

    Reviewed-by : wm4 <nfxjfg@googlemail.com>
    Signed-off-by : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] doc/examples/filtering_audio.c
    • [DH] doc/examples/filtering_video.c
    • [DH] doc/examples/transcoding.c