Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (63)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • 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

Sur d’autres sites (11533)

  • Output image twice in ffplay

    2 mai 2024, par Sun Tzun

    I need to show two similar images from a webcam side-by-side.
I can achieve this with this piped command, but it runs with a few seconds latency :

    


    ffmpeg -f dshow -i video="Logi C310 HD WebCam" -filter_complex "[0:v][0:v]hstack=inputs=2[v]" -map "[v]" -f matroska - | ffplay -


    


    I'd prefer to do the same in just ffplay.

    


    I'd also like to have the resulting image cropped to a square size or to the size of the original image (like if the picture from webcam gets divided by half and the halfs took each other places).

    


    What I need in this end is a tool that helps to align the camera parallelly to the captured object, so any wrong angle would be perfectly visible on video if two opposite sides of the picture are placed alongside.

    


    PS. My platform is Windows 11.

    


  • Revision 72889a2a60 : Remove vp10's build dependency on vp9 CONFIG_VP9_HIGHBITDEPTH is currently used

    14 août 2015, par Yaowu Xu

    Changed Paths :
     Modify /tools_common.c


     Modify /tools_common.h


     Modify /vpx_mem/vpx_mem.c


     Modify /vpx_mem/vpx_mem.h


     Modify /vpx_scale/generic/yv12extend.c


     Modify /vpxdec.c


     Modify /vpxenc.c



    Remove vp10’s build dependency on vp9

    CONFIG_VP9_HIGHBITDEPTH is currently used by both vp9 and vp10, but in
    many place outside vp9/vp10, the macro was used in conjunction of
    CONFIG_VP9. This created a dependency on vp9 for vp10 to build. This
    commit removes the dependency by use CONFIG_VP9_HIGHBITDEPTH only in
    these places.

    Change-Id : I8cc007fc9cf132394c6498ce6759e606b64a6ad0

  • Revision e6485581fe : Remove splitmv. We leave it in rdopt.c as a local define for now - this can be

    30 mai 2013, par Ronald S. Bultje

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_findnearmv.c


     Modify /vp9/common/vp9_loopfilter.c


     Modify /vp9/common/vp9_mvref_common.c


     Modify /vp9/common/vp9_reconinter.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_rdopt.c



    Remove splitmv.

    We leave it in rdopt.c as a local define for now - this can be removed
    later. In all other places, we remove it, thereby slightly decreasing
    the size of some arrays in the bitstream.

    Change-Id : Ic2a9beb97a4eda0b086f62c039d994b192f99ca5