Recherche avancée

Médias (0)

Mot : - Tags -/serveur

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

Autres articles (51)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (12774)

  • Play video using ffmpeg and apply filter

    24 juillet 2018, par Yarik Denisyk

    I am working on some project and I need to play video and apply a filter. Is there some way to play video from the server and apply a filter to extract alpha in real time ?

    I am using the following command for extract alpha when video on my device.

    ffmpeg -i video_with_mask
    -filter_complex "[1]crop=iw:ih/2:0:0[rgb] ;[1]crop=iw:ih/2:0:ih/2[alp] ;\
    [rgb][alp]alphamerge[va]"

  • ffmpeg issue with mp4 play and time convert for webm [on hold]

    19 mai 2015, par ali rah

    I use this code to convert mp4 to mp4 (with watermark) and webm and ogv

    and I view it via a standard html5 code.

    exec("$ffmpegPath  -i $inputPath -i $watermark -filter_complex overlay=10:10 $outPath");

    But I found 2 important problem.

    first : it generate mp4 but when open it on a browser it just play voice (no video with a black screen)

    note : I can play orginall mp4 in browsers.

    Second : I saw it can convert mp4 and ovg in a few second but for webm it takes about 3 min !!!...

    please advice me to solve my problems...

  • MKV to MP4 converted video doesn't play in flex

    24 mars 2015, par ketan

    I am stuck on one issue from last 1 day. I am using Adobe flex video display to play video for my site.

    There is some converted video from MKV to MP4 using ffmpeg.

    ffmpeg -i Test.mkv -vcodec copy -acodec copy Test.mp4

    Now, i am trying to play that video from local it’s working fine. But when i upload that video on server and trying to play video. Then it will not work with flex VideoDisplay same will work in browser and HTML videoplayer and also works with JWPlayer.

    Other mp4 video which are not converted works very fine. Only converted Videos are not working in only flex VideoDisplay.

    Any help will be appreciate,
    Thanks.