Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (112)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (8011)

  • Which is better solution using ffmpeg ? [closed]

    2 janvier 2020, par Munkhbat Mygmarsuren

    I am working on web and mobile app project using ffmpeg. It’s need to integrate 2 or more audio or video files.
    Question is, which solution is better ?
    I’ll use ffmpeg on server, or install ffmpeg on client device before using app.

    I want to using ffmpeg on server. But I am thinking, it’s maybe server slows down when multiple users send a request at the same time to server.

  • jwplayer slow buffer video lag

    8 juillet 2015, par user281738

    I’m using Jwplayer for my mobile site... So i need mobile capability html5 player.. i choose jwplayer.

    I’m Converting Video with ffmpeg

    ffmpeg -i Input.mp4 -vcodec h264 -b 1400k -s 1280X720 -acodec libfaac -ac 2 -ab 128k -movflags faststart -y Output.mp4

    I’m Using Centos Apache server and so i installed H264 Streaming Module

    My videos are starting fast at first.. but in middle when my internet slows and buffering slows down.. At the same time video lags and sounds continues for few second ... at some point my video and audio sync well. This is happening because of slow buffer problem.. After whole video buffered when i replay..full video is playing well .
    I Used Some Android Phones Chrome Browser To Check .
    I need playing position to Show load Icon and wait if buffer slows.. not lag video

    I cant lower my video bitrate.. because of my competitors.. i want solution for my html5 player.. i have added my jwplayer code.

    <code class="echappe-js">&lt;script&gt;    jwplayer(&quot;myElement&quot;).setup({<br />
           width: &quot;100%&quot;,<br />
           skin: &quot;skin.xml&quot;,<br />
           autostart: true,<br />
    <br />
           sharing: {},<br />
         image: &quot;http://example.com/Mp4/screen.jpg&quot;,<br />
    <br />
         sources: [{<br />
           file: &quot;http://example.com/720.mp4&quot;,<br />
           label: &quot;720p&quot;,<br />
           &quot;default&quot;: &quot;true&quot;<br />
         },{<br />
           file: &quot;http://example.com/HD/hd.mp4&quot;,<br />
           label: &quot;HD&quot;<br />
         },{<br />
           file: &quot;http://example.com/Mp4/480x320.mp4&quot;,<br />
           label: &quot;480p&quot;<br />
         }],<br />
         startparam: &quot;starttime&quot;,<br />
           stretching: &quot;exactfit&quot;,<br />
           autostart: false,<br />
       });<br />
    <br />
    <br />
    <br />
    &lt;/script&gt;
  • how to edit sound best with ffmpeg

    5 mai 2016, par Kate Hudson

    I’m trying to convert sound with ffmpeg using the following command :

    ffmpeg -i NeededMe.mp3 -af "pan=stereo|c0code>

    but I can not listen to audio files on mobile devices. How can I fix it ?