Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (57)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (6244)

  • avcodec/exr : use the correct step value for plane pointers

    5 mars, par James Almer
    avcodec/exr : use the correct step value for plane pointers
    

    Fixes a regression since 0e917389fe73c932049635d947bba076f1709589.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/exr.c
    • [DH] tests/ref/fate/exr-rgb-tile-half-piz-dw-large
    • [DH] tests/ref/fate/exr-rgb-tile-half-zip
  • ffmpeg : video from images - handling a zero length image file

    29 septembre 2021, par Buadhai

    I have a shell script which uses ffmpeg to crate a time-lapse video from webcam images. Normally, it works just fine :

    &#xA;

    /usr/bin/ffmpeg -loglevel info  -framerate 4 \&#xA;     -pattern_type glob -i $ipath/&#x27;*.jpg&#x27; \&#xA;    -c:v libx264 -crf 30 -y -pix_fmt yuv420p $temp &amp;>>$log&#xA;

    &#xA;

    But this chokes if the image is a zero-length file :

    &#xA;

    -rw-r--r-- 1 pi pi  156636 Sep 29 04:35 image_022.jpg&#xA;-rw-r--r-- 1 pi pi  156533 Sep 29 04:35 image_023.jpg&#xA;-rw-r--r-- 1 pi pi  159302 Sep 29 04:35 image_024.jpg&#xA;-rw-r--r-- 1 pi pi       0 Sep 29 04:35 image_025.jpg&#xA;-rw-r--r-- 1 pi pi  157055 Sep 29 04:35 image_026.jpg&#xA;-rw-r--r-- 1 pi pi  156851 Sep 29 04:35 image_027.jpg&#xA;-rw-r--r-- 1 pi pi  155793 Sep 29 04:35 image_028.jpg&#xA;-rw-r--r-- 1 pi pi  160647 Sep 29 04:35 image_029.jpg&#xA;

    &#xA;

    In this case the video only included frames up to the zero length JPEG.

    &#xA;

    I realize I can test the file length of every webcam image, but there must be an easier, more efficient way.

    &#xA;

    Is there ?

    &#xA;

  • The final request has incomplete range header while streaming webm using shaka player

    3 mai 2019, par Jane

    I’m streaming a webm file using shaka player.
    While streaming using shaka player the last cluster is not fetched because the range header in the request is in complete. It looks like this :
    range: bytes=9511454-
    What should I change to get a complete range header from shaka player ?

    I followed the procedure shown here for encoding the video and audio files and generating the manifest file. In addition to this, I encoded the video file using ffmpeg before running it through mkvmuxer_sample.