Recherche avancée

Médias (91)

Autres articles (99)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (10585)

  • Watermark in video with ffmpeg Center-Top

    24 juillet 2013, par user2100830

    i currently have 2 commands where i can select to put my watermark top-left or top-right of the video but i also have a watermark,which i wish to put in center-top,but i could only put it in center of the video,can someone pease help me with putting the waternmark on center top of the video ? here's what im using

    $watermark = '-vf "movie='.$text_logo_path.' [watermark]; [in][watermark] overlay=10:main_h/2-overlay_h/2 [out]"

    how can i get it to be in Top-Center ?

  • ffmpeg : remove all sound which is center-panned to both channels

    11 février 2014, par naveen

    Using ffmpeg, how to remove all sound that is center-panned to both channels ("equal" in strength between left and right). Can we do this in ffmpeg ?

  • ffmpeg - Center image without stretching

    10 avril 2014, par Daniele

    I'm trying with ffmpeg to insert an image with vertical orientation in a video with 1280x720 resolution. Actually ffmpeg stretch the image but i want that center image (so with height 720) and doesn't stretch width. Any solution ?

    ffmpeg -r 1/5 -pattern_type glob -i '*.jpg' -i 1.mp2 -af
    "afade=t=out:st=15:d=5" -vf "format=yuv420p" -shortest -s 1280x720
    -aspect 16:9 -codec:v libx264 out.mp4