Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (57)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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 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 (7720)

  • centos convert avi to mp4 [closed]

    14 novembre 2012, par Rares Daniel

    i need some help, please.
    Im strugling for a time now, with ffmpeg/mencoder/mp4box.

    i need to convert videos from avi to mp4, to maintain same quality, and IF possible, to reduce size.

    Im using centos 6.3 64bit

    ffmpeg -i input.avi -acodec libfaac -b:a 128k -vcodec mpeg4 -b:v 1200k -flags +aic+mv4 output.mp4
    NO work

    qscale 1 no work
    samehq no work

    Can you please give me a command to do this ?
    Also, if its possbile to use 2-3 core of server and 2-3 gb ram so the process would be faster.

    Thank you

  • Alternatives to ffmpeg CLI tool

    13 mai 2015, par user1917864

    I am looking for an alternative to the ffmpeg CLI tool.
    Basically what I am currently using ffmpeg is for resizing the raw image that I get from android screencap command to a png file.
    Using ffmpeg works for all android versions but on Android 5.0 devices the ffmpeg seems to give linker errors.

    So, I am looking for any alternative tool.

  • How can I separate audio channels using libav C API ?

    20 mai 2019, par zhenghong li

    I have some stereo audio files, and I wanna separate the left channel from the right channel and output the two channels into two different files/streams/containers using libav C API, how can I do that ? The libav API documentation is good, but it takes time to read and try all these functions. Could anyone please give me a specific example.