Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (38)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (5642)

  • Detect scene change with no audio together using FFMPEG

    28 décembre 2018, par Amit Singh

    I want to detect scene change with no audio using ffmpeg in window. I want a single command to detect at which point scene changed as well as no audio is there.

  • Detect scene chnage with no audio together using FFMPEG

    8 juin 2018, par Amit Singh

    I want to detect scene chnage with no audio using ffmpeg in window. I want a single command to detect at which point scene changed as well as no audio is there.

  • Audio and Video Recording Issues with FFMPEG [closed]

    7 octobre 2023, par Austin Althouse

    I am trying to use FFMPEG to stream a specific window on my computer. While the video works flawlessly, adding the audio is being problematic. Whenever I had audio (using -f dshow), the video's fps dramatically drops to 3 to 5 fps and a ton of dropped frames occur. Here is the command I am using : ffmpeg -f gdigrab -draw_mouse 0 -i title="MainWindow" -f dshow -i audio="CABLE Output (VB-Audio Virtual Cable)" -c:v mpeg2video -b:v 4000k -c:a aac -b:a 64k -f mpegts udp ://localhost:1234

    


    The audio doesn't seem clear also.

    


    What is going on and how can I fix it ?

    


    I tried different commands with no success.