Recherche avancée

Médias (0)

Mot : - Tags -/tags

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

Autres articles (73)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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

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

Sur d’autres sites (8423)

  • Reducing latency of FFmpeg audio stream using Opus encoding

    28 septembre 2022, par Victor Almeida

    I'm trying to stream my microphone audio using FFmpeg, but there's a delay of about 3 seconds from when the audio is recorded to when it is played.

    


    The snippet below contains the minimal command for which I can reproduce the problem.

    


    ffmpeg -f dshow -i "audio=Microphone (Realtek(R) Audio)" -f opus - | ffplay -


    


    However, I've tried various other flags to no effect. Such as :

    


      

    • -analyzeduration 0
    • 


    • -loglevel 0
    • 


    • -audio_buffer_size 50
    • 


    • -fflags nobuffer
    • 


    • -flags low_delay
    • 


    • -acodec libopus
    • 


    


    Is there any way to reduce the latency to less than a second while still using Opus encoding ?

    


  • Disable i8x8 in lossless

    20 juillet 2014, par Fiona Glaser
    Disable i8x8 in lossless
    

    x264’s implementation was slightly incorrect due to a vague spec, so some
    decoders decoded video incorrectly.

    Minimal impact on compression.

    • [DH] encoder/encoder.c
  • extract timestamp from a frame. OpenCV gives wrong results

    24 juillet 2012, par ar ar ar

    I have an avi video with H264-MPEG-4 AVC codec.

    I have a c++ project in which I use OpenCv. So I take every frame with OpenCv and want to know about the timestamp of the frame in reference to the video length.

    OpenCv p0orperties give me wrong results as for the timestamp and the frame count.

    So I thought of using ffmpeg to extract the correct timestamp of the frame, but my kwoleedge of ffmpeg is minimal.

    Can somebody advice what I need to do ?? Maybe which libraries of ffmpeg to use ?

    Or to give me an answer why is this happening to openCv ?