Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (75)

  • 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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    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 (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (9866)

  • Merge mp3 files having different bitrate using ffmpeg [closed]

    9 janvier 2013, par XCoder

    ffmpeg -i "concat:file1.mp3|file2.mp3" -acodec copy output.mp3

    This command works fine if file1.mp3 & file2.mp3 have same bit-rates.

    I've been searching for past 4 hours but found nothing on how to merge mp3 files having different bit-rates.

    I have two different mp3's having bitrates of 128Kbps & 192Kbps. How to merge them to form a single mp3 file.

  • NReco video to sequence of bitmaps

    15 octobre 2016, par Christine

    How can I convert video to a sequence of bitmaps ? I need every frame one by one and process them in memory (no disc output).

    I chose NReco.VideoConverter but not sure which method can do this. I understand that FFMpegConverter.GetVideoThumbnail() is useless, since you can extract image only based on time input.

    Can I use FFMpegConverter.ConvertMedia() ? Please, how ? I’ve been searching for hours.

  • FFMPEG NDK Symbol 'ANDROID_LOG_WARN' could not be resolved

    17 juin 2015, par Sri

    I am developing an android application using FFmpeg library. All libraries were built successfully, but there was an error in .c files like,

    Symbol ’ANDROID_LOG_WARN’ could not be resolved

    I searched for hours and i don’t know how to resolve this issue. Any helps will be appreciated.
    Error here was