Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (63)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (9480)

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