Recherche avancée

Médias (91)

Autres articles (43)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

Sur d’autres sites (4947)

  • FFMPG changing bit rate difference [closed]

    14 décembre 2023, par Bogudał.Mikołaj

    I found on SO command for parsing bit rate in video file

    


    ffmpeg -i input.mp4 -b:v 10k -b:a 0 output.mp4 -y


    


    but when I check bit rate in output file it says 23k bit rate. Is it normal behavior ? If yes, then why ?

    


  • is it possible to have other text blend effects in ffmpeg other than transparency ? eg multiply or difference

    26 mars 2023, par shelbypereira

    In ffmpeg it is straightforward using alpha to set a transparency when using drawtext, but is it possible to have more complex effects ? eg if I want to blend text using difference or multiply ?

    


    I am guessing it is not possible with drawtext directly is it possible to simulate this using other features of ffmpeg ?

    


    The blend functionality is extremely powerful :
https://trac.ffmpeg.org/wiki/Blend

    


    But I don't see how I can add text to a video with drawtext and use those blending options.

    


  • The MOS difference after converting MPEG-2 video to MPEG-4 [closed]

    5 mars 2023, par Parsa Shariat

    Using the application I use, I can calculate MOS for mpeg-4 videos, but not for mpeg-2 videos,
If I convert an MPEG-2 file to MPEG-4 and then determine MOS, is it valid ? If not, how far is it from reality ?
Thanks.