Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (63)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • Download the output file of ffmpeg while creating it using php [on hold]

    23 septembre 2016, par Ammar

    I have a php script that downloads an MP3 file after converting it from webM file using ffmpeg.

    The problem is that I have to wait the converting process to finish completely before starting the downloading process, which is very annoying if the file being converted is very big !

    What I want is download the MP3 file directly while it’s being created by ffmpeg.

    I spent a lot of time googling my problem but I couldn’t find any solution !

  • How to download/convert multiple streams to .ts with FFmpeg ? [on hold]

    28 août 2016, par Leonardo

    How to download multiple streams .m3u8 to .ts at one go.
    I have a lot of link use .m3u8 streams
    but I don’t know how make the download with FFmpeg.

  • Fast FFMPEG Convert to MP3 and Download Using PHP

    17 août 2016, par dickecil

    I using this command below to convert .m4a file into .mp3 file

    system( "ffmpeg -i " . $m4a . " -ar 44100 -ab 128k -ac 2 " . $mp3 );

    But it take up to 30 second until can downloadable using php.

    Any idea to make it faster (like 2-5 second only) ?