Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (37)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (3299)

  • Ffmpeg file not found

    2 novembre 2013, par Andre Sancken

    i have installed ffmpeg successfull on my Debain Squeeze. This is my structure.

    httpdocs
    - video_convert
     - testvideo.flv
    test.php

    In my php file i have the following code :

    exec("ffmpeg -i video_convert/testvideo.flv -sameq -ar 22050 testmp4.mp4");

    This is generating the file "testmp4.mp4". But the file has 0 Bytes. When i test it with ssh, it says "file not found".

    The flv files are recorded with "sorensen and speex". When i type "ffmpeg -codecs" the speex is not in the list.

    But when i convert the video file to jpg or png, the file is produced without errors.

    Can someone help me ?

    Andre

  • avplay : enable only when SDL 1.2 is found

    6 mars 2013, par Vittorio Giovara

    avplay : enable only when SDL 1.2 is found

  • Ffmpeg command not found in inside laravel. Even it is working in bash

    14 février 2018, par Vimal Mistry

    I am working in Laravel 5.4 project. I have to use ffmpeg for generate thumbnail from videos. I am using cloudlinux on my server. I installed ffmpeg in my server.

    It is working fine in ssh bash. All the functionality working there.
    But problem is when I am trying to call from inside laravel using exec() or shell_exec(). Its returns error like "sh : ffmpeg command not found". I tryied full path also like "/usr/bin/ffmpeg -etc-". In that case ’No file or directory found’ errors shows. While it is installed in this path. and working in bash command.

    Please give some suggestion or solution for it.