Recherche avancée

Médias (91)

Autres articles (29)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • .travis.yml : Run —enable-64-bit-words test in separate job.

    19 mai 2018, par Robert Kausch
    .travis.yml : Run —enable-64-bit-words test in separate job.
    
    • [DH] .travis.yml
  • output video has black..whats wrong in this command ?

    24 décembre 2022, par vikram

    i want add text over video and i am using ffmpeg android lib but edited successfully but output video shows me black screen only

    


    String addtextcommand[] = {
  "-i",
  inputpath,
  "-strict",
  "-2",
  "-vf",
  "drawtext=text=\'onLine1\': fontcolor=white", "-map", "0:a",
  "-codec:v", "libx264", "-codec:a", "copy",
  output
};


    


  • how to let ffplay process whats happening ?

    3 septembre 2023, par boplip

    my ffplay is trying to hard to process something. I sped up my voice in real-time with ffmpeg and I am using ffplay. ffplay is trying to process my voice fast but isn't able to because it cant go past time. someone told me to use -re before -i but that doesnt work. is there a way to get ffplay to process something slower ?

    


    i tried speeding up my voice.

    


    when I pause ffplay and talk then resume it, it works perfect. but when I just let it do it in real-time, the audio starts cutting in and out. I want to be able to not have to pause it to talk fast.