Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (47)

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

  • 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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (13622)

  • Audio/Video de-synchronisation when playing a video on Chrome

    30 novembre 2020, par Sonia Seddiki

    I've been recently working on a project where I try to play a "custom-made" video on an HTML5 player. By custom-made, I mean I concatenate a bunch of videos together using FFmpeg concat demuxer, each of them having the same properties (FPS, bitrate, resolution, timebase, etc).

    


    Now, I'm having a few issues regarding audio/video synchronisation, with a twist : it does not happen on every video player. The video is perfectly synchronised when read on Firefox, but not on Chrome. It is synchronised when read on a "local" video player like VLC.

    


    I assume it has to do with how the video data is presented to the player. I read a little about PTS, DTS, I-P-B frames and I guess the final output may be a little messed up ? But I don't really have a strong lead to follow here.

    


    I tried to find info on how the HTML5 player was implemented by both browsers, but couldn't find much (again, I'm probably not googling this right). Does anyone here know a bit more about the technical aspect of how a video is actually played in a browser ? Or any clue as to why this de-synchronisation doesn't happen on every platform ?

    


    Thank you so much for your help !

    


  • rtmpproto : Avoid rare crashes in the fail : codepath in rtmp_open

    23 janvier, par Martin Storsjö
    rtmpproto : Avoid rare crashes in the fail : codepath in rtmp_open
    

    When running the cleanup in rtmp_close on failures in rtmp_open,
    we can in rare cases end up using rt->playpath, assuming that it
    is still set.

    The crash could happen if we hit the fail codepath in rtmp_open
    while publishing (rt->is_input == 0) with rt->state set to
    a value > STATE_FCPUBLISH.

    This would normally not happen while publishing ; either we have
    an error (and rt->state <= STATE_FCPUBLISH) or we reach
    rt->state = STATE_PUBLISHING, and then we also return successfully
    from rtmp_open.

    The unexpected combination of states could happen if the server
    responds with e.g. "NetStream.Play.Stop" while expecting
    "NetStream.Publish.Start" ; this sets rt->state to STATE_STOPPED,
    which also fulfills the condition "> STATE_FCPUBLISH".

    We don't need to free the rt->playpath/tcurl/flashver strings here ;
    they're handled via AVOption, and thus are freed automatically when
    the protocol instance is freed (that's why they aren't freed
    manually within the rtmp_close function either).

    We also don't need to free the AVDictionary with options ; it's
    owned by the caller.

    A smaller fix would be to just call rtmp_close before freeing
    the strings and dictionary, but as we don't need to free them
    at all, let's remove that redundant code.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/rtmpproto.c
  • How to change the video duration to be longer In ffmpeg [closed]

    23 juin, par Adekxyan

    I have a video where the video has a duration of 4 minutes, but when played, the video only runs for 16 seconds, but the timestamp continues to run from 00:00 to 04:00 quickly (16 seconds).

    &#xA;