Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (91)

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

Sur d’autres sites (10378)

  • What is the difference between ffmpeg packages and sources

    28 avril 2016, par Potato

    I found two things for installing ffmpeg at www.ffmpeg.org/download.html
    There are packages and sources(snapshot)
    What is the snapshot ?
    And what is the difference between them ?
    All of things are different, among ffmpeg-3.0.1 and packages and snapshot ??

  • avfilter/vf_decimate : Use the correct frame in difference calculation

    16 décembre 2015, par Michael Niedermayer
    avfilter/vf_decimate : Use the correct frame in difference calculation
    

    Fixes Ticket4964

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vf_decimate.c
  • Difference between B-frame and b-frame when decoding x264

    11 mars 2016, par Pieter Verschaffelt

    I’m trying to achieve the following frame-pattern when encoding with the x264-encoder :

    IPBBPBBPBBPBBPBBI

    So, basically I want every 16th frame to be an I-frame and between every 2 P-frames there have to be 2 B-frames. I use these parameters :

    x264.exe -I 16 -i 16 --bframes 2 --b-adapt 0 --tune psnr --fps 25 --input-res 416x240

    But this gives an output of

    IPBbPBbPBbPBbPBbI

    What is the difference between an uppercase B or a lowercase b in this context ?