Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (62)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (7137)

  • yuv2rgb : Document the color space coefficients

    19 janvier 2016, par Vittorio Giovara
    yuv2rgb : Document the color space coefficients
    

    Based on the original documentation found in mpeg2dec (1995).

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

    • [DH] libswscale/yuv2rgb.c
  • Is there a way to filter out I/B/P frames in an MPEG Video stream and access the macroblock information ?

    1er mars 2014, par Vixian

    I am trying make a program for video analysis of MPEG streams in C or C++.

    I was able to find out the frame types in a video file using

    ffprobe -show_frames -pretty File.mpg | grep &#39;pict_type&#39; > pict_type.txt

    However based on the order of the frames, it seems that they are in "display" (IBBPBBP...) order not in "transmission" order (IPBBPBBPBB...) and it's not exactly ideal way of doing things as I can't assure the command didn't skip any frames or anything as it's outside of my program.

    I have tried OpenCV, but it appears the information I require is too low-level for OpenCV and I believe the solution lies in ffmpeg or libavcodec but the documentation is a nightmare past the CLI. Although I am open to other solutions !

    The information I require are :

    • The type of each frame (I, B, or P)
    • The total number of macroblocks inside a frame
    • The number of intra-coded macroblocks inside a P frame
    • The number of both forward and backward predicted macroblocks inside a B frame
    • The number of just backward predicted macroblocks inside a B frame
    • The number of just forward predircted macroblocks inside a B frame

    I would be very grateful for your help !

  • Fix spelling errors in texi files : accomodate -> accommodate allows to -> allows...

    6 mars 2014, par Andreas Cadhalpun
    Fix spelling errors in texi files : accomodate -> accommodate allows to -> allows one to choosen -> chosen compability -> compatibility explictly -> explicitly overriden -> overridden specifed -> specified Trasmission -> Transmission
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/demuxers.texi
    • [DH] doc/encoders.texi
    • [DH] doc/ffmpeg-resampler.texi
    • [DH] doc/ffmpeg-scaler.texi
    • [DH] doc/filters.texi
    • [DH] doc/git-howto.texi
    • [DH] doc/indevs.texi
    • [DH] doc/muxers.texi
    • [DH] doc/outdevs.texi
    • [DH] doc/protocols.texi
    • [DH] doc/utils.texi