Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (74)

  • 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

  • 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

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

  • hardware acceleration for ffmpeg is not working

    21 novembre 2019, par tempMailisAwesome

    I download cuda driver for my nvidia

    but it still does not use my GPU, it still using cpu.

    how can i make it use GPU.

    i heard about hardware acceleration as well but thats not working.

    It has to be h.264

  • How to check ffmpeg is working in my server on not

    14 novembre 2019, par Vishal Mehra

    I have installed ffmpeg package in my bluehost server. How to check ffmpeg is working in my server on not

    Here is the output ffmpeg path in server
    root@server.rkv.igq.mybluehost.me [ ]# whereis ffmpeg

    ffmpeg : /usr/bin/ffmpeg /usr/local/bin/ffmpeg /usr/include/ffmpeg /usr/share/ffm peg /usr/share/man/man1/ffmpeg.1.gz /usr/src/ffmpegscript/ffmpeg

    when i am trying to run command (ffmpeg -i sample.mp4 sample.avi) using putty it is working fine but when i am trying using php it is not working here is my php code
    include ’usr/local/bin/ffmpeg/’ ;

    shell_exec(’ffmpeg -i sample.mp4 sample.avi’) ;

  • FFMPEG - overlaying 4 videos not working, 2 videos is working perfectly

    31 octobre 2019, par Taapo

    I’ve been trying to overlay videos using ffmpeg.

    Pretty simple, using ProRes 4444 (with alpha channel).

    When I overlay two videos, there is no problem.

    When I try to overlay more than two, it only shows the first two entries. Is FFMPEG only capable of overlaying two videos ?

    ffmpeg.exe -y \
    -i test-transparent-03.mov \
    -i test-transparent-04.mov \
    -i test-transparent-02.mov \
    -i test-transparent-01.mov \
    -filter_complex overlay -c:v libx264 output.mp4

    This command is working perfectly :

    ffmpeg.exe -y \
    -i test-transparent-03.mov \
    -i test-transparent-04.mov \
    -filter_complex overlay -c:v libx264 output.mp4