Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (52)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (4952)

  • Revision 225 : Fixed file offset when checking for data tags overflows. Fixed flv file dump sto

    21 avril 2011, par marc.noirot

    Changed Paths :
     Modify /trunk/src/check.c


     Modify /trunk/src/flv.c



    Fixed file offset when checking for data tags overflows.
    Fixed flv file dump stopping when encountering an empty tag body.

  • ffmpeg load error in android error opening trace file : No such file or directory

    14 août 2014, par conquer_whh

    08-14 14:31:58.240 : E/Trace(7284) : error opening trace file : No such file or directory (2)
    08-14 14:31:58.265 : D/dalvikvm(7284) : Trying to load lib /data/data/com.whh.libffmpegtest/lib/libffmpeg.so 0x418d0d48
    08-14 14:31:58.265 : A/libc(7284) : Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 7284 (h.libffmpegtest)

    this is the log, but i can run on emulator and other phones, Only in my phone occur this question.

  • How to reduce bit rate of an audio file using ffmpeg in java

    26 mars 2015, par Mehandi Hassan

    How to reduce bit rate of an audio file using ffmpeg in java

    I am not able to pass more then 4 argument in process builder.

    Here the code for video and i want audio.

    ProcessBuilder pb = new ProcessBuilder(
                               "ffmpeg",
                               "-i",
                               "C:/Users/Amit/Videos/Wildlife.wmv",
                               "C:/Users/Amit/Videos/Wildlife12.avi");