Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (68)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (7625)

  • MP4 Videos are playing only after fully loaded on Jwplayer

    25 octobre 2014, par Hamza Iqbal

    Hi recently I am converted some videos to MP4 using FFMpeg but When I am trying to stream this video files, player needs to load a file completely, until it starts to play, I am trying to find a way to make it start play a file right from the start and keep on loading as well.
    I am using this FFMpeg command for conversion :

    ffmpeg -i input.mp4 -vcodec libx264 -vpre default -crf 28 -ac 1 -ar 44100 -b 284k -ab 70k -r 15 -s 640x360 output.mp4 2>&1
  • Bulk trim multiple videos all to the same specified length [closed]

    20 janvier 2024, par Retsied

    I'm looking for a way to bulk trim multiple (100+) videos of varying length all to the same specified length. Anyone have any ideas ? I've looked into ffmpeg, has anyone accomplished this ?

    


  • add watermark and merge videos programmatically [on hold]

    14 septembre 2017, par Suriya Rakhunathan

    I am working on a node js project where i need to combine multiple videos to a single file and add watermark to the final video. I have tried using ffmpeg to achieve this functionality. But still facing some issues.

    Is it possible if any type of video formats like mp4, mpeg, avi to be handled ?

    Can this be achieved completely using node js or equivalent frameworks or should I use other languages like java, python..

    Please help me if any one have worked on such scenarios earlier and have some idea on this. I will post my current research status and points as i progress.

     Suriya