Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (39)

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

  • how can I play ffmpeg codecs not supported by MedicaPlayer ? [closed]

    1er septembre 2011, par Jun

    Currently, I'm using MediaPlayer to play mp4, 3gp videos and it works as it should do but now I need to play ffmpeg codecs too.

    In this case, do I have to develop my video player or is there any players from 3rd parties ?

    Thanks in advance.

  • dump_stream : print the timebase as is, do not reduce it

    24 juin 2014, par Anton Khirnov
    dump_stream : print the timebase as is, do not reduce it
    

    It makes more sense to print the timebase exactly as it is set. Also,
    this avoids a divide by zero when av_dump_format() is called on a format
    context before writing the header.

    • [DBH] libavformat/dump.c
  • ffmpeg + libavfilter's drawtext doesn't print accented characters

    24 mai 2012, par dotsam

    FFMpeg's libavfilter drawtext filter doesn't seem to want to print accented characters like é, and just leaves a space where they should be. This happens both when loading the text from file and when specifying it from the command line :

    ffmpeg -i test.mpg -vf drawtext=text:"Café doesn\\\\\'t print the é" ...
    ffmpeg -i test.mpg -vf drawtext=textfile:file_with_accents_inside.txt ...

    Is there any way to make ffmpeg draw the accented characters correctly ? I've tried a couple of different fonts to make sure they weren't the culprit.