Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (112)

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

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

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (5957)

  • Any suggestion for a reliable video format for industrial applications ?

    2 juin 2017, par fstab

    I am currently using videos encoded in MPEG4 (h264). This makes the content of the frames rely on the content of other frames.

    In my case this is undesirable as I often need to quickly split video files without re-compressing or altering the content and seek many times trough the video.

    The video format that I need needs to be reliable and the frames need to be independent from each other.

    Any idea on which video format might be best for these requirements ?

    Maybe there is a sub-type of MPEG4 encoding that allows to reach this result ?

  • avformat/takdec : zero padding area before use

    7 janvier 2014, par Michael Niedermayer
    avformat/takdec : zero padding area before use
    

    Fixes use of uninitialized memory
    Fixes : msan_uninit-mem_7fcecee73d71_6470_luckynight-partial.tak
    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/takdec.c
  • lowpass filter Q factor online simulator (bode plot)

    5 novembre 2016, par user1320370

    I like to add a low pass filter on a audio file myfile.flac with ffmpeg.

    The parameters to choose are the frequency and Q-factor or slope.

    ffmpeg -i myfile.flac -af "highpass=f=9000:width_type=q:width=0.707" output.flac

    The default q-factor is 0.707.

    I like to increase the q-factor but a too high value can cause excessive resonance.

    For this reason before do it can be useful to test with a bode plot simular (online if exist) that can accept filter type (lowpass, highpass) , frequency and Q-factor.

    Someone can please send a link of a bode plot that show a simulator like this ?

    thank you !!