Recherche avancée

Médias (91)

Autres articles (46)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

Sur d’autres sites (6895)

  • Can I use FFMPEG to record ultra sonic ?

    23 février 2018, par OtakuFitness

    I use av_dump_format() to check information and I get

    Stream #0:0: Audio: pcm_s16le, 48000Hz, 2 channels, s16, 1536kb/s

    Now I can record music, it’s working well(I generated a pcm file to listen). However, in terms of ultra sonic, I can’t record any useful audio information, so can I use FFmpeg to record ultra sonic ?

  • Révision 20932 : ecrire/inc/rechercher.php : oupss... faciliter l’intelligence d’utilisation de l...

    8 novembre 2013, par denisb -
  • How to introduce artificial noise in the videos using ffmpeg ?

    17 juin 2021, par ashish14

    I am trying to introduce artificial noise in the videos so as to simulate real-world behaviour. The sources of noise I am currently considering are :

    


      

    1. Quality of video

        

      • Modifying video properties such as frame rate, resolution, bit rate, codecs and compression.
      • 


      


    2. 


    3. Recording Conditions

        

      • Factors such as lighting, brightness, contrast, darkness, blurriness, color etc.
      • 


      


    4. 


    


    So far I have tried changing the brightness to replicate different lighting settings. I used this command
ffplay -vf eq=gamma=1.5:brightness=0.3:saturation=20 P2_Frontal_3_A.MP4 to change the values of brightness.

    


    Questions :

    


      

    • Does modifying the brightness like above make sense to simulate different lighting conditions ?
    • 


    • What other properties should I change for blurriness, contrast and darkness ?
    •