Recherche avancée

Médias (91)

Autres articles (97)

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

  • 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

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

Sur d’autres sites (5054)

  • FFmpeg : Add watermark without changing the quality [on hold]

    23 mai 2014, par user3624875

    I’m using ffmpeg on Ubuntu to add a watermark.png in a video. but, after adding, video quality goes down.
    Here is my code that is adding watermark.

    ffmpeg -y -i input.mp4 -i watermark.png -filter_complex 'overlay=W-w-1:0' output.mp4 2>&1

    What I want, keep the quality of input.mp4 as it is, in output.mp4
    Quality may include Video/Audio Codec, Bitrate etc etc.

  • Php ffmpeg download and installation win7 64 bit wamp [on hold]

    21 mai 2014, par user3560703

    Since i cannot find this whole google and inernet combined i asked a Question here !

    here is ffmpeg for php5.4 FFMPEG php5.4

    What i want is for win64 bit version me using **wamp.

    Any one can help me uploading the ffmpeg for win764bit php5.4 ?

    Thanks in advance !

    got the files Question closed anyone requiring ffmpeg for php5.4 win7 64bit take a look HERE

  • How to play sound from G.711 raw data file [on hold]

    19 mai 2014, par vdm

    I have raw data file with G.711 MULAW audio frames withoud any headers. All additional info i know :

    FormatTag: 0x0007
    Channels: 2
    SamplesPerSec: 8000
    BitPerSample: 8
    BlockAlign: 1
    AvgBytesPerSec: 8000

    How i can play the file ?