Recherche avancée

Médias (91)

Autres articles (46)

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

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

Sur d’autres sites (4926)

  • Selected png images to gif using ffmpeg or imagemagick

    28 avril 2021, par Ghajik

    I want to convert png to gif and i want to mention which are the frames i want to combine
eg : frame1.png and frame2.png.
I've tried using ffmpeg -i frames/%03d.png -vf fps=20 logo.gif but it is considering all the images in that directory, but i want only two images in that directory to be included in the gif i want to create. Thank you in advance.

    


  • Parsing x264 to LibAV in C

    26 mai 2018, par Stephan Pich

    For a Project in School I have to encode and mux a Yuv File to mp4 using the Libav and lib x264 explicitly. I’ve already managed to encode the File to h264 using the libx264 but now i’m stuck muxing them into mp4.

    I know that I’ve to write the NALU Packages into the file but I’ve no Idea how to turn the NALU to AVFrame or AVPacket.

    Thanks for your help in advance.

  • FFMPEG change audio pitch of mp4 video [on hold]

    17 octobre 2019, par Patrick

    Hy Community,

    im looking for an solution to fade the pitch of an audio track in an mp4 file.
    so i want to increase the pitch from its half duration to the end of the file gradually.

    is it possible by ffmpeg ?

    thank you in advance.