Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (107)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (11200)

  • How can I use ffmpeg with PHP's exec( ) command ?

    22 janvier 2012, par John Anderson

    I'm running Max OS 10.7, MAMP (PHP 5.3.6), with FFMPEG installed. I want to convert videos from one format to another. The following entered into Terminal works fine :

    ffmpeg -i /path/video.wmv /path/video.flv

    The file video.wmv is converted to video.flv. Great ! Now, this PHP line DOESN'T work :

    exec('ffmpeg -i /path/video.wmv /path/video.flv');

    Why ? I've spent many hours reading up on this and I still can't figure out what is wrong. I have read the other discussions on this topic and there is no clear answer. Any help would be greatly appreciated ! (PHP safe_mode is off).

  • FFMPEG -stream_loop from a .mp4 file displays a distorted output (virtual webcam/fake cam) Linux Mint

    25 avril 2022, par user18940401

    Can someone please tell me why this command works with a .mkv file :

    


    ffmpeg -stream_loop -1 -re -i /home/roku33/Desktop/s.mkv -vcodec rawvideo -threads 0 -f v4l2 /dev/video2


    


    But when I switch the input file to s.mp4, it breaks and shows up distorted ? I'm on Linux Mint. I assume it is a codec issue and I need to change the command. I am obviously a noob here but please know that I spent 14 hours to get this far yesterday, I have searched endlessly. I understand the answer is likely here somewhere.

    


    Thank you in advance.

    


  • anyone had success with OpenFP ? [closed]

    30 mai 2013, par Robert Shaw

    http://sourceforge.net/projects/open-fp/

    Built and ran openfp - a sound fingerprinting project available in many places. Includes :
    openfp_extract (calls ffmpeg) _server and _match.

    Hours today fiddling with the samples but I always get MATCH RESULTS 0, even with identical afp files in the signatures directory. What is the trick to get a match ?

    Usings PCM 16 mono 22kHz . Do endian and signed matter as long as its always the same ?

    I hope to try and match bird or animal sounds, anybody think it can work ?

    Thanks in advance ! - Robert