Recherche avancée

Médias (91)

Autres articles (98)

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

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

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

Sur d’autres sites (6013)

  • lavc/libaomenc : Show encoder config as a warning in case of failed initialization

    14 juin 2021, par Matthieu Patou
    lavc/libaomenc : Show encoder config as a warning in case of failed initialization
    

    Suggested-By : ffmpeg@fb.com

    • [DH] libavcodec/libaomenc.c
  • FFMPEG Always Show On New Window

    11 avril 2022, par Teguh.Saint

    Yesterday I tried to run an old version of ffmpeg, with new windows. everything works fine, and ffmpeg wants to run in the same command line window. but after i try the new version of ffmpeg, ffmpeg doesn't run in the same window. and that was not long, after appearing he immediately disappeared.
After that I decided to use the old version of ffmpeg, but it had the same effect and the result was the same.
Can anyone here give me a solution ? I only want ffmpeg to run on one command prompt window.

    


    enter image description here

    


  • How to show part of a frame from a 4k IP cam

    15 avril 2022, par BrP

    I'm working with andoroid.js framework to create a simple app that will show the video that is streamed from some IP cam.

    


    I want to add the ability for the user to see only a part of the full video frame that have a resolution of 4k, so for example, if the user want to see the upper left corner of the frame, he can see it like the image is magnified. I'm not sure if this is possible.

    


    Is there any ffmpeg or any way to accomplish this with a library for node ? Can I include ffmpeg with node_modules when I build my app ?