Recherche avancée

Médias (91)

Autres articles (55)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Les statuts des instances de mutualisation

    13 mars 2010, par

    Pour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
    Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

Sur d’autres sites (10240)

  • Crop MP3 with ffmpeg Failed [on hold]

    4 janvier 2014, par vinzcoco

    I have a problem when i want to crop an MP3. The sound is not Synchro with the original.

       ffmpeg -ss 00:00:13.080 -t 00:00:04.151 -acodec copy -i /tmp/1388865236184785939.mp3 /tmp/138886523617626614.mp3

    When i start the crop at the beginning of the sound all is right.

  • PHP is not working with ffmpeg, command wont run [on hold]

    28 juin 2013, par user2531138

    So I have a small project where i'm going to setup a small website where you can convert video & audio using ffmpeg. I have my website on localhost and I checked so both PHP and the exec command works. And here is the code I try running :

    <?php
     echo exec('/Library/WebServer/Documents/ffmpeg -i /Library/WebServer/Documents/test.mp4 -acodec pcm_s24le /Library/WebServer/Documents/test06.wav');
    ?>

    If I run this line in terminal :

    /Library/WebServer/Documents/ffmpeg -i /Library/WebServer/Documents/test.mp4 -acodec pcm_s24le /Library/WebServer/Documents/test06.wav

    which is the exact same in the PHP file, it works to convert but when I run it in my browser nothing happens.

    Any ideas ?

  • Best way to encode a jpg/png file ? [on hold]

    29 juin 2013, par Shirohige

    Assuming that I use a command like this :
    ffmpeg -i song.mp3 -loop 1 -i cover.jpg -r 1 -t 180 -acodec copy output.mp4

    I used an audio file with variable bitrate and everything took about 5 minutes for ffmpeg to encode it while with Camtasia Studio 8 it took 1 minute. In Camtasia I specified the following settings (using the mp4 container) : http://img197.imageshack.us/img197/1222/psrs.png
    and since Camtasia doesn't allow to put the audio directly into the container Camtasia converted the audio into an constant bitrate mp3. All together it took 1 minute for the encoding job (audio and video encoding) to be done but the result was a 3 times larger file (compared to the ffmpeg encode) with a visible quality deformation of the picture (again compared to the ffmpeg encode).

    I would like to know (since I just use one picture throughout the whole video), is there a way to encode it faster with ffmpeg (sacrificing a bit of the quality of the picture) ? I want to upload my videos to Youtube and as far as I know, Google's servers will encode every video anyway and that's why I don't encode the audio file but just put it into the mp4 container.

    EDIT :

    I am sorry, I will delete it when I am allowed to do so (it says after 2 days).

    EDIT 2 :

    ffmpeg log file : https://dl.dropboxusercontent.com/u/63836714/ffmpeg-20130628-234613.log