Recherche avancée

Médias (1)

Mot : - Tags -/portrait

Autres articles (42)

  • 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 les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (5608)

  • Not able to play mp4 video on Chrome Browser

    29 octobre 2018, par Bhupinder Rajput

    I have download a sample 5Mb mp4 video from http://www.sample-videos.com/ . I am not able to play video on chrome browser. I am using simple html5 video tag

    But When I upload same video on facebook it is playing fine on chrome browser

    What I’ve tried to do is :

    <video width="560" height="340" controls="controls"> <source src="../Videos/5 Taara_HD.mp4" type="video/mp4"></source></video>
  • Play stream on NGinx at certain time

    6 juin 2020, par Edius

    I have VDS with NGinx installed for WebTV. I need to start playing the mp4 file at 8:00AM to stream it via RTMP. How should I change my nginx.conf ? Now it plays file from start point when user press "Play" button. But I need that user see the current point of stream like on TV. My config :

    &#xA;&#xA;

        server {&#xA;        listen 1935;&#xA;        chunk_size 4000;&#xA;&#xA;        play_time_fix off;&#xA;        interleave on;&#xA;        publish_time_fix on;&#xA;&#xA;        application app {&#xA;            live on;            &#xA;            exec_play ffmpeg -re -stream_loop 2 -i /var/www/html/video/video.mp4 -c copy -f flv rtmp://.../app/stream;&#xA;        }       &#xA;

    &#xA;

  • Enable VideoJS to play .mov

    18 mars 2015, par Sam

    I have set up a wordpress theme called Video Board, the site I am building allows users to upload their videos for comments. Uploading a video from a mobile device is critical, the theme supports mp4 which covers android users, however it does not support .mov. Has anyone come across a way to play .mov in videojs ?

    The server has ffmpeg installed, however the last plugin I tried needed its own upload page which worked however videos were not captured in the themes latest uploads/popular posts etc.

    I know a conversion would be the proper way to do it, but at this point I would even be happy working out a way that when users upload videos through the theme upload page, it doesn’t actually convert but just changes the file extension(renames) it to .mp4, as that is all I have been doing to fill out some content.

    I am open to all suggestions,

    Thanks,

    Sam