Recherche avancée

Médias (91)

Autres articles (105)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

  • determine video file's (typical ?) keyframe frequency

    2 avril 2012, par pdkl95

    Is there any way to use common tools (ffmpeg ? mplayer/mencoder ? mkvmerge ? etc) to find how often keyframes appear in a given video file ? and thereby finding the minimum seek size ? It seems like such an obvious statistic that there "must" be some common technique...

    [if it helps, assume MKV container, H.264 video - I'd love to find a more general solution, but maybe that's not possible/practical ?]

  • Hap decoder and encoder

    26 avril 2015, par Vittorio Giovara
    Hap decoder and encoder
    

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] Changelog
    • [DBH] configure
    • [DBH] doc/general.texi
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/allcodecs.c
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/codec_desc.c
    • [DBH] libavcodec/hap.h
    • [DBH] libavcodec/hapdec.c
    • [DBH] libavcodec/hapenc.c
    • [DBH] libavcodec/version.h
    • [DBH] libavformat/isom.c
    • [DBH] tests/fate/video.mak
    • [DBH] tests/ref/fate/hap1
    • [DBH] tests/ref/fate/hap5
    • [DBH] tests/ref/fate/hapy
  • Is there a way to check the resolution of a file in FFMPEG ? [duplicate]

    2 avril 2020, par Kaxemer

    I'm gathering some videos that I want to concatenate together. However, these videos are coming from different sources and might have different resolutions. Is there a way I can check what resolution they would be in FFMPEG programmatically ? I know that you cannot concatenate videos with different resolutions, so I want to be able to make the videos match the biggest resolution before concatenation.

    &#xA;