Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (71)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • 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

Sur d’autres sites (9671)

  • FFmpeg build configuration for just AAC, MP3, WAV

    30 novembre 2014, par Krishna Mitta

    I need to use ffmpeg for just converting audio files between AAC, MP3, WAV only.

    So I want to compile ffmpeg for my requirement.

    But I don’t know best ./configure bla bla bla... commandline for my requirement.

    Please help me. What is the best ./configure command line for me.

    Thanks in advance.

  • FFMPEG capture image from different video formats

    16 juin 2015, par user1391023

    I am trying to extract image from video exactly at 5th second using the following command.

    ffmpeg -i input.mp4 -deinterlace -an -ss 5 -f mjpeg -t 1 -r 1 -y -s 200x180 output.jpg 2>&1

    It works for mp4 only where for other file formats i am getting a 0 kb image file.
    Any helps,

    Thanks in advance.

  • FFmpeg on Xcode

    4 octobre 2013, par user2741735

    I'm developing an app for ios which uses IP Camera to stream live videos to the user. I installed macports and ffmpeg using terminal on my mac. I have taken the IP Camera output and converted into .ts file using ffmpeg on terminal. Now I want the procedure to do the same using Xcode i.e. writing code in xcode to convert IP Camera output to .ts files.
    Thanks in advance.