Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (105)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • macos video editing library with custom curving

    20 octobre 2017, par samuelius

    Looking for a video editing solution to be used in a macos app.
    Main goals are :

    • overlaying text/images on top of video
    • stitching several video fragments with common transitioning effects (fade, dissolve, wipe) controlling the curve of the effect (i.e. custom easing)

    Right now I’m considering several possible options of achieving this - AVFoundation, FFmpeg, GPUImage. Shifting towards FFmpeg as it seems I’ll have to code the least with it.

    Haven’t been able to find any examples of custom curving with it though. Will I have to do that myself, i.e. cut videos into images and apply effects framewise or I’m just missing something ?

    I’m also opened to any other suggestions in case this isn’t doable with ffmpeg solely (without manual frame manipulation).

  • `Buy` and `Download` links within playlist drawer

    1er juin 2015, par scottschiller
    `Buy` and `Download` links within playlist drawer
  • ffmpeg download multiple m3u8 link from txt file

    8 septembre 2023, par Shashank

    I have a list of multiple m3u8 links in a text file. I want to download m3u8 video using ffmpeg from m3u8_urls.txt and want to set output file name from another text file(output_name.txt).

    


    I tried ffmpeg but I am able to download only one by one by changing link.

    


    I want to loop that process automatically.