Recherche avancée

Médias (91)

Autres articles (51)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • L’espace de configuration de MediaSPIP

    29 novembre 2010, par

    L’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
    Il permet de configurer finement votre site.
    La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

Sur d’autres sites (8240)

  • Configure ffmpeg with android in mac [on hold]

    28 novembre 2013, par Mr.G

    I'm using Mac 10.8.5

    i want to configure ffmpeg in my android application and convert .mov to .mp4 format.

    But first of all i want to configure ffmpeg in to my android project .

    Is there any way to do that . i have already tried some links . But when I'm loaded the libavcodec to my activity . it gives unsatisfied link error.

    Can anyone point me to a working link ?. It should compatible with Mac

    i have already tried How to build + include FFMPEG into an existing Android project "@William Seemann" answer. to configure it

    im pretty sure managed to add in to my android project . but when im tryng to load libavcodec it gives me An UnsatisfiedLinkException

  • 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

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