Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (108)

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

  • pthread_frame : change the way delay is set

    4 juin 2020, par Anton Khirnov
    pthread_frame : change the way delay is set
    

    It is a constant known at codec init, so set it in
    ff_frame_thread_init(). Also, only set it for video, since the meaning
    of this field is not well-defined for audio with frame threading.

    Fixes availability of delay in callbacks invoked from the per-thread
    contexts after 1f4cf92cfbd3accbae582ac63126ed5570ddfd37.

    • [DH] libavcodec/pthread_frame.c
  • How to install and run phpize

    4 avril 2022, par Hrishikesh Choudhari

    I have been meaning to install ffmpeg as an extension to my PHP setup. So before I can install it, I need to phpize it. I installed php5-dev by sudo apt-get install php5-dev. But now when I run phpize I get the following error :

    



    phpize
Cannot find config.m4. 
Make sure that you run '/usr/bin/phpize' in the top level source directory of the module


    



    The location of my php.ini is /usr/local/zend/etc/php.ini

    



    From another online resource I tried this

    



    sudo apt-get install autoconf automake libtool m4


    



    But all of them are already installed.

    



    Locate config.m4 didn't return anything.

    



    Any pointers here how I can get phpize and thus, ffmpeg up and running ?

    


  • FFmpeg bind failed : Error number -10048 occurred udp ://192.168.1.1:6980

    30 mai 2020, par Yousef Alaqra

    I'm trying to use this command to get the audio stream using UDP :

    



    ffmpeg -i udp://192.168.1.1:6980 -acodec copy


    



    I got an error when I execute it, which says :

    



    [udp @ 00000157a76b9a40] bind failed: Error number -10048 occurred
udp://192.168.1.1:6980: I/O error


    



    What's the meaning of this error ?