Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (41)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (8751)

  • avfilter/vf_unsharp : enable slice threading

    7 mai 2019, par Ruiling Song
    avfilter/vf_unsharp : enable slice threading
    

    benchmarking with a simple command :
    ffmpeg -i 1080p.mp4 -vf unsharp=la=3:ca=3 -an -f null /dev/null
    with the patch, the fps increase from 50 to 120 on my local machine (i7-6770HQ).

    Signed-off-by : Ruiling Song <ruiling.song@intel.com>

    • [DH] libavfilter/unsharp.h
    • [DH] libavfilter/vf_unsharp.c
  • Alternate ways to play music on discord bot

    29 mars 2021, par Sathvik K S

    I am currently using youtube-dl along with ffmpeg to play songs from my discord bot. However, searching for the song, downloading the video and extracting the audio takes a long time.

    &#xA;

    So I wanted to know if there is any way to speed up the process so the music can be played almost instantaneously.

    &#xA;

  • Processing a video on a webserver [on hold]

    6 septembre 2013, par Django Reinhardt

    A client is interested in applying a Sepia style filter, as well as title cards, to user-uploaded videos on their website. This would obviously be automated on their webserver, and it seems ffmpeg, dvd-slideshow and/or aviDemux are good ways to make this happen.

    Unfortunately, from what I've read, such processing would require a lot of webserver CPU power — far more than the average webserver usually has. How can I practically perform these calculations on a website ?

    Should I just try and go for a beefy dedicated hosting package, or can I rent another server that's more suited to video processing ?