Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (12)

  • 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

  • Que fait exactement ce script ?

    18 janvier 2011, par

    Ce script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
    Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
    Installation de dépendances de MediaSPIP
    Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
    Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (1511)

  • File Conversion on server side using ffmpeg [on hold]

    6 février 2014, par user3217695

    The conversion of file from any format to mp4, following are some of the preferred formats
    file formats flv,webm,wmv,avi,m4v are the files which i am using, and i tried many of the codec with different ffmpeg linux version but failed. please do the needful help

    Thanks in advance

  • The file upload on server side using multipart file upload

    6 février 2014, par user3217695

    I am trying to upload a file using file upload in java and writing the file to directory in the server side, so the file upload is completed once it's completed the uploaded file is converted to mp4 format so that file can be played in video tag of html5.

    Issue is with the svn file, the new ffmpeg support file are in server side and conversion code is executed it gives me following error.
    What does this error mean ??

    Please help me thanks in advance.

    FFmpeg version SVN-r15137, Copyright (c) 2000-2008 Fabrice Bellard, et al.
     configuration:
     libavutil     49.10. 0 / 49.10. 0
     libavcodec    51.70. 0 / 51.70. 0
     libavformat   52.21. 0 / 52.21. 0
     libavdevice   52. 1. 0 / 52. 1. 0
     built on Aug 31 2008 21:44:56, gcc: 4.1.2 20070626 (Red Hat 4.1.2-14)
    Input #0, avi, from ' from//170_lesson.avi':
     Duration: 00:02:15.68, start: 0.000000, bitrate: 1353 kb/s
       Stream #0.0: Video: mpeg4, yuv420p, 788x480 [PAR 1:1 DAR 197:120], 24.00 tb(r)
       Stream #0.1: Audio: mp2, 44100 Hz, stereo, s16, 192 kb/s
    WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s
    Output #0, mp4, to '170_lesson1.mp4':
       Stream #0.0: Video: mpeg4, yuv420p, 514x362 [PAR 37:32 DAR 9509:5792], q=2-31, 200 kb/s, 24.00 tb(c)
       Stream #0.1: Audio: 0x0000, 22050 Hz, stereo, s16, 0 kb/s
    Stream mapping:
     Stream #0.0 -> #0.0
     Stream #0.1 -> #0.1
    Unsupported codec for output stream #0.1
  • adding transition effects using FFMPEG [on hold]

    7 février 2014, par user3016257

    I am successfully able to convert a sequence of images into a video.

    But now my requirement is to put some transition effects like fade in / fade out to be shown in video with the change of every image.

    Is it possible to do using FFMPEG or should I use something else for that ?

    Please direct me.