Recherche avancée

Médias (0)

Mot : - Tags -/upload

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (28)

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

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (6075)

  • Thinking on how to quickly implement Smooth Streaming (MSS) in Nginx

    30 juin 2017, par Andrey Rikunov

    The idea is to use standard Nginx config only, rewriting segment requests to byte range requests. But not sure idea is good and valid.

    UPDATE : Found FFMPEG’s ismindex tool - it pre-splits files for serving as static files by a web server without any extra server support.

  • Precise seeking with ffmpeg

    6 août 2015, par Taras Galchenko

    Let’s say I have an audio file being decoded with ffmpeg. The source format is something like AAC where the audio is split into packets. When seeking to a particular time, it is clear that the time will not fall, most of the time, on the packet border but somewhere within the packet duration. Do I have to seek within packet myself or av_seek_frame does it all by itself and sets up decoding so that the next decoded frame should start at the position I’ve requested ?

    If I use the function av_seek_frame with the flag AVSEEK_FLAG_BACKWARD, I assume that the next packet returned by av_read_frame will be the packet containing the time position I am seeking to. Is that right ?

    If I decode this packet with avcodec_decode_audio4, will the frame returned contain the audio data at the start time of the packet begining or from the time I’ve passed to av_seek_frame ? In the latter case how can I find out the frame/packet timestamp so as to estimate the number of samples to skip in the decoded frame ? The PTS after seek is zero and DTS looks useless either.

    Is it possible to seek with precision to a particular time using ffmpeg ?

  • add timestamp using exiv [closed]

    7 avril 2013, par user2052665

    I need help with a problem. I have a video which I have to make a frame for every second of it, for that I use the command : ffmpeg. The resulting images have no timestamp and I need to add.

    First question :
    There is the possibility of the ffmpeg command already taking images with the timestamp of when they were in the movie ?

    Second question :
    If not possible, how to exiv2 (or other tool) I can add that value ?