Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (55)

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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (5700)

  • How to get coordinates, scale, and rotation data of a widget in flutter ?

    15 octobre 2020, par Sarthak Singhal

    I am working an app in flutter in which user can add image on a video like the given screenshot. The user should be able to move the image widget anywhere on the screen, resize it, and rotate it also.

    


    For now I have used Stack and MatrixGestureDetector to let the user move the images on the screen.

    


    From the user placed image I would like to acquire :

    


      

    • position/coordinates
    • 


    • scale
    • 


    • rotation
    • 


    


    This data will then be used in ffmpeg, but this question is only about getting the placement data.

    


    Example of image and draw text in canvas over a video :

    


    As you can see, we can move image and draw text in canvas over a video. After doing all this, how to get exact positions about where to merge the images

    


  • How to get exact coordinats, scale and rotation of a widget in flutter to use with ffmpeg

    12 octobre 2020, par Sarthak Singhal

    I am working an app in flutter in which user can add image on a video like the given screenshot. The user should be able to move the image widget anywhere on the screen, resize it, and rotate it also.

    


    For now I have used Stack and MatrixGestureDetector to let the user move the images on the screen.

    


    I want to know how to merge this image along with the exact scale, rotation and position as seen on the screen to use with ffmpeg.

    


    As you can see, we can move image and draw text in canvas over a video. After doing all this, how to get exact positions about where to merge the images

    


  • fate : add scale filters for big-endian architectures.

    14 septembre 2020, par Nicolas George
    fate : add scale filters for big-endian architectures.
    

    Filters mostly work in native endianness, but they must output
    a specified endianness, usually little : that requires a final
    conversion for big endian.

    I do not know what's the deal with gif-deal : inserting explicitly
    the filters that are implicitly inserted result in less frames in
    output. Probably a strange problem of duration.

    • [DH] tests/fate/bmp.mak
    • [DH] tests/fate/dnxhd.mak
    • [DH] tests/fate/filter-video.mak
    • [DH] tests/fate/fits.mak
    • [DH] tests/fate/gif.mak
    • [DH] tests/fate/h264.mak
    • [DH] tests/fate/hevc.mak
    • [DH] tests/fate/image.mak
    • [DH] tests/fate/microsoft.mak
    • [DH] tests/fate/pixlet.mak
    • [DH] tests/fate/prores.mak
    • [DH] tests/fate/video.mak
    • [DH] tests/fate/vpx.mak