Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (80)

  • 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

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (8964)

  • avformat/hls : Set AVFMT_TS_DISCONT flag on HLS input format

    27 octobre 2019, par Philip Langdale
    avformat/hls : Set AVFMT_TS_DISCONT flag on HLS input format
    

    There have been many reports over the years about problems when
    taking an HLS stream as input to `ffmpeg` where there are timestamp
    discontinuities present. This is explicitly supported in the
    HLS spec (EXT-X-DISCONTINUITY) and often used for ad injection.

    Various fixes and work-arounds have been proposed over the years,
    but one step that seems obvious, even if it's not a complete fix,
    is to mark the HLS input format as supporting discontinuities. This
    will prevent timestamp fixup logic in ffmpeg.c kicking in that ends
    up mangling the timestamps unnecessarily.

    I've tested this out with an example provided by Joe Koberg early
    last year, and it is sufficient to allow `ffmpeg` to download and
    mux the stream correctly. Joe had briefly suggested that other
    situations can still be handled incorrectly, but this seems like
    a strict improvement.

    Joe's example :

    https://s3.amazonaws.com/playon-test-videos/discont_test_new/discont_test.m3u8

    Reviewed-by : Steven Liu <lq@onvideo.cn>
    Reviewed-by : Dennis Mungai <dmngaie@gmail.com>

    • [DH] libavformat/hls.c
  • What's the best way to get video metadata from a video file in ASP.Net MVC using C# ?

    15 mars 2021, par Maddhacker24

    I've been searching on Google and StackOverflow for a good couple of hours. There seems to be a lot of similar questions on StackOverflow but they are all about 3-5 years old.

    &#xA;&#xA;

    Is using FFMPEG still the best way these days to pull metadata from a video file in a .NET web application ? And if so, what's the best C# wrapper out there ?

    &#xA;&#xA;

    I've tried MediaToolkit, MediaFile.dll without any luck. I saw ffmpeg-csharpe but that looks like it hasn't been touched in a few years.

    &#xA;&#xA;

    I haven't found any current data on this subject. Is the ability to pull metadata from a video built into the latest version of .NET now ?

    &#xA;&#xA;

    I'm basically looking for any direction at this point.

    &#xA;&#xA;

    I should add that whatever I use could be invoked thousands of times per hour so it will need to be efficient.

    &#xA;

  • avutil/log : drop support for NO_COLOR environment variable

    28 janvier 2020, par Marton Balint
    avutil/log : drop support for NO_COLOR environment variable
    

    Deprecated for more than 9 years now.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] doc/fftools-common-opts.texi
    • [DH] libavutil/log.c