Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (50)

  • 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

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

Sur d’autres sites (7558)

  • FFmpeg realtime audio editor

    30 janvier 2019, par Tygo

    So I use FFmpeg to manipulate my audio files but there is no way of knowing what it will sound like before I actually upload the file(HTML form).

    Is there a way to edit the audio with a real-time player or something ?

    I cannot find anything about this, thats why I am asking this question.

    $cmd = 'ffmpeg.exe -i path/to/audio.mp3 -filter:a asetrate=54000,atempo=' . $speed . ' output.mp3 2>&1';
    exec($cmd, $output);

    So can I replace atempo=$speed with real-time input ? And listen to it on my website before I actually process it.

    Not sure if it is even possible with FFmpeg.

  • Error when using x264 DLL [closed]

    7 août 2014, par Nematollah Zarmehi

    When I used the x264 DLL in another project, the "undefined reference error" is reported when making that project !

    I downloaded the dll file from the following website :
    http://sourceforge.net/projects/muldersoft/files/x264%20Library%20%28DLL%29/.

  • How to create video programtically ?

    25 avril 2018, par Sitestrikes Shailesh

    I want to develop video editor which can edit video and add logo or text in video.

    Below is the one video link..

    https://youtu.be/zdvJtm8A7c8

    in that video

    i) I want to add my text in search field that is "need a professional website developer" replace with ""my custom search text"

    ii) at 00:15 seconds you can see in video logo that is "sitestrokes" logo , i need to replace with another logo image which user can upload ..

    Is it possible with programaticaly..
    I tried many times but no luck yet..

    please help me out this.

    Thanks