Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (35)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

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

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

Sur d’autres sites (3154)

  • ffmpeg - How to auto crop Harry Potter moving newspaper style video ?

    18 mai 2019, par hahahhhhhha

    The Harry Potter moving newspaper is like a video overlay on a static background. Here is an example youtube video :
    https://youtu.be/qQUUNmd3aco?t=1m17s the video starting from 1min, 17sec.

    HOWTO crop only the video part ? I have an image to show what i mean by the moving newspaper and what area does the video locate and what is the static background part. Please refer to the image. The area I draw by pink is where i mean by real video and any area except the video, is the static part.

    here is an illustration image :
    https://imgur.com/s6vRqek

    I understand if the frame size of the video does not change, I can specify the w, h, x, y to crop. But what if the frame size changes ? ie. w, h, x, y changes.(w, h : width, height of the video. x, y: Coordinate system starting point ) Is there a way to autodetect the static part and only crop the real video part ? like ffmpeg cropdetect for letterboxing. I tried cropdetect but failed. Any suggestion is welcome and I prefer using ffmpeg but any other softwares are welcome !

  • New AQ mode : auto-variance AQ with bias to dark scenes

    6 septembre 2011, par Anton Mitrofanov
    New AQ mode : auto-variance AQ with bias to dark scenes
    

    Also known as —aq-mode 3 or auto-variance AQ modification.

    • [DH] encoder/encoder.c
    • [DH] encoder/ratecontrol.c
    • [DH] x264.c
    • [DH] x264.h
  • lavu/opt : distinguish between native and foreign access for AVOption fields

    3 mars 2024, par Anton Khirnov
    lavu/opt : distinguish between native and foreign access for AVOption fields
    

    Native access is from the code that declared the options, foreign access
    is from code that is using the options. Forbid foreign access to
    AVOption.offset/default_val, for which there is no good reason, and
    which should allow us more freedom in extending their semantics in a
    compatible way.

    • [DH] libavutil/opt.h