Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (95)

  • Les sons

    15 mai 2013, par
  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

Sur d’autres sites (11756)

  • Ffmpeg - replacing audio not working

    16 mai 2014, par Ron I

    I am running this in the command line :

    ffmpeg -i test.mov -i phaser.mp3 -acodec copy -vcodec copy -map 0:0 -map 1:0 -shortest replaceAudio.mov

    the result I get is a ’replaceAudio.mov’ file, however, when I click play, there is no video, just audio, and it is the old audio from the video, not the phaser.mp3 that I want to insert into the replaceAudio.mov over the test.mov video.

    Any ideas how to get this to work ?

  • FFMPEG FTP is not working

    16 mai 2014, par SENTHIL SARAVANAN

    I want convert video files using FFMPEG and upload into my server using FTP. For this i used the following ffmpeg command

    ffmpeg -i C:\Users\sen\Desktop\sss\input.mov ftp://root:xxxxxxxxxxx@xxx.xxx.xxx.24/output.flv

    But ffmpeg shows like authentication failed, i hope i give valid server credentials only. Please refer the ffmpeg screen for more detailenter image description here

    How can solve this issue.

  • ffmpeg unicode file name not working

    20 janvier 2016, par user3631926

    Hi when I use arabic file name in the $video variable the ffmpeg is throwing the error :
    Input/output error

    the command is as follows :

    $cmd = "$ffmpeg -i $video -ss $interval -vframes 1 -f image2 -s $size $temp_thumbnail_url";

    english file names works great.