Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (45)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (6036)

  • avfilter/vf_tpad : accept hardware frames in clone-only mode

    22 mai 2023, par Marvin Scholz
    avfilter/vf_tpad : accept hardware frames in clone-only mode
    

    When no drawing is to be performed, tpad can work fine with
    hardware frames, so advertise this in the query_formats
    callback and ensure the drawing context is never initialised
    when just cloning frames.

    Reviewed-by : Thilo Borgmann <thilo.borgmann@mail.de>
    Reviewed-by : Niklas Haas <git@haasn.dev>

    • [DH] libavfilter/vf_tpad.c
  • Server side video merging with FFmpeg through oline form

    1er août 2017, par San007

    I have a difficult problem and not enough knowledge to solve it, therefore I am hoping you guys can give me some advice or redirect me to a professional or professional software which can solve my problem.

    I want something fairly simple but I simply do not know how to begin. I Googled extensively but didnt find any related topics.

    What do I want ?
    I want an online form on my website where people can select different options, which are videos, for example
    Question 1
    1 (1.mp4) / 2 (2.mp4) / 3 (3.mp4)
    Question 2
    X (X.mp4) / Y (Y.mp4) / Z (Z.mp4)
    Question 3
    Email adres :
    Generate

    When the visitor clicks the generator button it should merge the video’s the customer has selected. e.g. 1 and X will result in one video file of 1.mp4 and X.mp4 merged. The system should then after succesfully merging the videos send a download link to the users e-mail adres and ideally delete the video from the server afterwards.

    I know I have not done a whole lot of research because my knowledge simply is not enough to create my own solution, but I hope you guys can send me in the right direction, I do not mind any commercial solution.

  • Evolution #3969 (Nouveau) : _PROXY_HTTPS_VIA_CONNECT par défaut ?

    29 juin 2017, par guytarr °

    https://core.spip.net/projects/spip/repository/revisions/21363
    Par soucis de compatibilité il ne sera pris en charge qu’en cas de
    ```define(’_PROXY_HTTPS_VIA_CONNECT’,true) ;```
    dans le fichier mes_options.php. A voir si il faut rendre cette fonctionnalité activable par l’interface et/ou si elle doit être celle active par défaut.

    cf. le mail de Willy Destrez | Académie d’Amiens sur spip-zone

    Bonjour,
    

    après analyse du serveur récalcitrant, il manquait une déclaration dans le fichier mes_options.php

    define(’_PROXY_HTTPS_VIA_CONNECT’,true) ;
    Le serveur autonome est désormais capable d’ajouter un dépôt, de trouver les révisions dans Couteau Suisse et de faire fonctionner le spip_loader.