Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (47)

  • Les statuts des instances de mutualisation

    13 mars 2010, par

    Pour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
    Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)

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

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

  • How to bulk convert and watermark a folder of videos with FFmpeg ? [on hold]

    10 novembre 2015, par jaymark

    Does anyone know how I can do the following in a single FFmpeg command in Windows ?

    1. Input a folder of videos
    2. Convert them to mp4, 640x480
    3. Watermark in the lower right corner
    4. Manage quality scale from 1-10
    5. Cut/trim each output video to multiple 3 minute video files

    Any help would be greatly appreciated.

  • Android - Lightweight solution for image video watermarking

    1er décembre 2015, par mtwain

    How to add image on video not using ffmpeg but using some another approach ? What more lightweight solutions exists for simple putting image on video ?

    I know few apps with this functionality that have very small size. What approach do they use ?

    1. https://play.google.com/store/apps/details?id=com.ashimpd.watermark
    2. https://play.google.com/store/apps/details?id=jcom.watermark.video
  • FFmpeg/avconv rotate video with watermark adding using PHP-FFmpeg

    18 décembre 2015, par skrystos

    I’ve got problem with rotating video and adding watermark during the same request. My system can get video from mobile devices and has to reformat it for HTML5. so I’m making mp4,webm and ogv formats. Everything works fine, I’ve figured out how to get video rotation using Mediainfo. I have only one problem. When I want add watermark and rotation to video during the same request I’ve got only video with watermark (in proper resolution and format) but without rotation. I’ve read that it is possible to achieve using complex-filter. Has anyone expirience how to make it possible using PHP-ffmpeg ? It is very simple to use library, and works for me so it would be really cool if it will start to work.