Recherche avancée

Médias (91)

Autres articles (90)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Is there a way to speed up audio processing (amix and adelay) in FFMPEG ?

    22 mars 2018, par Nadir

    I’m using, in android application, many ffmpeg amix and adelay filter commands over very small mp3 files (not longer than 3 seconds).
    Unfortunately each adelay or amix command takes between 2 and 4 seconds to execute, which is a lot considering that I should run the same operation for a lot of files.
    Here are two example of commands I’m running :

    amix :

    [-i, input1.mp3, -i, input2.mp3, -filter_complex, amix=inputs=2:duration=longest:dropout_transition=0,dynaudnorm=f=100[aout], -map, [aout], -ac, 2, -c:a, libmp3lame, -q:a, 4, output.mp3]

    adelay :

    [-i, input3.mp3, -filter_complex, [0:a]adelay=1|1, -c:a, libmp3lame, output1.mp3]

    I know in video there is an option (-preset ultrafast) to make the execution faster, is there a way to do the same for audio ?

  • Is there a way to speed up audio processing (amix and adelay) in FFMPEG ?

    30 mars 2017, par Nadir

    I’m using, in android application, many ffmpeg amix and adelay filter commands over very small mp3 files (not longer than 3 seconds).
    Unfortunately each adelay or amix command takes between 2 and 4 seconds to execute, which is a lot considering that I should run the same operation for a lot of files.
    Here are two example of commands I’m running :

    amix :

    [-i, input1.mp3, -i, input2.mp3, -filter_complex, amix=inputs=2:duration=longest:dropout_transition=0,dynaudnorm=f=100[aout], -map, [aout], -ac, 2, -c:a, libmp3lame, -q:a, 4, output.mp3]

    adelay :

    [-i, input3.mp3, -filter_complex, [0:a]adelay=1|1, -c:a, libmp3lame, output1.mp3]

    I know in video there is an option (-preset ultrafast) to make the execution faster, is there a way to do the same for audio ?

  • Paperclip::Error : error while processing video

    23 juillet 2014, par pab.ror

    I am using rails 3.2.13 and ruby 1.9.3 paperclip 4.1.1, cocaine 0.5.4
    and i have installed ffmpeg, ImageMagick

    this is my error from log

    [paperclip] [ffmpeg] -ss 10 -i :source -vf scale=264:-1,crop=264:198 -vframes 1 -f image2 -y :dest
    Command :: ffmpeg -ss 10 -i '/tmp/38ec19ef69e031f54d46821d6d28666920140723-1741-1tmla09' -vf scale=264:-1,crop=264:198 -vframes 1 -f image2 -y '/tmp/38ec19ef69e031f54d46821d6d28666920140723-1741-1tmla0920140723-1741-1tv3t4n.jpg'
    [paperclip] An error was received while processing: #tmp/38ec19ef69e031f54d46821d6d28666920140723-1741-1tmla09' -vf scale=264:-1,crop=264:198 -vframes 1 -f image2 -y '/tmp/38ec19ef69e031f54d46821d6d28666920140723-1741-1tmla0920140723-1741-1tv3t4n.jpg''
    returned 1. Expected 0

    Thanks & Regards,

    Pab M