Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (40)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Les images

    15 mai 2013
  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

Sur d’autres sites (5175)

  • Eliminate extra layer of indirection for sps/pps references

    23 juin 2011, par Jason Garrett-Glaser

    Eliminate extra layer of indirection for sps/pps references

  • Added extra two pass stats gathering.

    12 novembre 2010, par Paul Wilkins

    Added extra two pass stats gathering.

  • Remove extra SPS and PPS from h264 stream

    3 janvier 2020, par izambl

    I have some screen recordings taken with Chrome MediaStream, but Mac Chrome 79 introduced a bug (https://bugs.chromium.org/p/chromium/issues/detail?id=1034633) that breaks some of the videos because of the way SPS and PPS are handled.

    I found out that if I reencode the video with ffmpeg -i video.mp4 -c:v libx264 video1.mp4 it works but it takes too long to process, so I was thinking on converting the stream to AVCC or maybe another way of removing any extra SPS and PPS data so chrome won’t use SPS and PPS from IDR slice headers.

    I tried using FFmpeg Bitstream Filters but I couldn’t get a working video.

    Is it possible to do without reencoding the full video ?