Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (93)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • 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

Sur d’autres sites (9580)

  • Cannot Play RTSP Streams From the Internet

    17 avril 2023, par jnnks

    I am trying to receive an rtsp :// stream from the internet. There are many example streams running, but I cannot receive any of them.
ffplay and VLC both fail to receive data. I tried both UDP and TCP with various urls with no success.
Streaming from a local rtsp server with aler9/rtsp-simple-server Docker container works fine.

    


    This is the command I use to watch the stream :

    


    ffplay rtsp://rtsp.stream/pattern


    


    VLC fails with :

    


    [00007f58640015f0] satip stream error: Failed to connect to RTSP server rtsp.stream:554
[00007f58640015f0] access_realrtsp stream error: cannot connect to rtsp.stream:554


    


    What else can I try ?

    


  • HTML5 video in Internet Explorer

    26 juin 2012, par Jamie Taylor

    I have 3 copies of a video :

    Raw AVI

    Encoded .mp4 (h.264 video and mp3 audio)

    Encoded .ogv, encoded with oggtheora

    My HTML 5 player runs in Firefox 14, Chrome 19 and Opera 12, it fails however in, you guessed it.. Internet Explorer 9. As far as I know the h.264 file should be picked up and play, however it's not.

    <video class="vid" width="550" height="400" controls="controls">
       <source src="test/charlie.mp4" type="video/mpeg"></source>
       <source src="test/charlie.ogv" type="video/ogg"></source>
       Nope.
    </video>

    Any ideas ?

    And please take this picture as a sign of my gratitude

    rageface

    For whoever asked and then deleted their comment :

    htdocs/html5$ ls
       index.php  test
    htdocs/html5/test$ ls
        charlie.avi  charlie.mp4  charlie.ogv
  • FFMPEG - Instructional video combining letters to a background to form a word

    6 juin 2020, par Knide

    I'm trying to help with coding a FREE site for instructional video for kids on how to write in australian. To help with the current pandemic that we are experiencing right now.

    &#xA;&#xA;

    Anyway, I'm new to ffmpeg and would like to do the letter combinations programatically using it.

    &#xA;&#xA;

    So basically I have a form where teachers or parents can enter a word, and I have video instructions for each letter, and would combine them to form the word.

    &#xA;&#xA;

    Example : Dog

    &#xA;&#xA;

    This is the background :&#xA;https://drive.google.com/file/d/1Ds1sRKQ98c5d31dI6qkqTrp1U9f89nv2/view?usp=sharing

    &#xA;&#xA;

    These are the letters :

    &#xA;&#xA;

    D - https://drive.google.com/file/d/1DHa1sZ7mklY1p3lquD8h5kTbXaZmtB_z/view?usp=sharing

    &#xA;&#xA;

    o - https://drive.google.com/file/d/1Ytwq_3l7x0vRDMEpZpmFjT9QNICYWH_D/view?usp=sharing

    &#xA;&#xA;

    g - https://drive.google.com/file/d/16jcOsrSbMSbsk2vsqeMXv9Cc4Uss7qtj/view?usp=sharing

    &#xA;&#xA;

    And the output would become :&#xA;https://drive.google.com/file/d/1RT38IOwXsL9kW9mj41KrxwfI_kdZy45j/view?usp=sharing

    &#xA;&#xA;

    If you could help with supplying what ffmpeg code we could use to have the output video, that would be great.

    &#xA;