Recherche avancée

Médias (91)

Autres articles (30)

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • 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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (5648)

  • FFMPEG video encoding time increases over time

    8 août 2018, par NStof

    I am creating a fairly basic DVR in C# using the FFMPEG wrapper in Accord.net. Essentially it works by getting the raw frames from the on-board frame grabber, displays the frame on screen and places it in a buffer. In a Separate thread in 20 second intervals, the frames are taken from the buffer and using Accord.Video.FFMPEG.VideoFileWriter.WriteVideoFrame(Bitmap bmp) the frame is encoded and saved to disk. Video is saved in two minute file chunks.
    This works happily for about 24-30 hours, however after that it looks like the average time it takes to encode/save each frame increases to the point where it gets new frames faster than they can be saved. This causes buffer to grow and ends in tears.

    What I would like to know is why does the time it takes to complete the WriteVideoFrame(Bitmap bmp) function increase over time.

    What I think I know so far :
    I do not know if this problem is caused by something in FFMPEG or in the Accord.net wrapper.
    I am reasonably sure it is not caused by hardware. Neither CPU usage nor HDD are working particularly hard. In fact, when I monitor the CPU usage, it does not work any harder or less hard when the encoding time increases.
    When I stop recording (close and dispose all Accord.net objects) and start again, it does not reset the encoding speed. Only when I close the software and start it again does it fix the problem.
    Any thoughts and help with this will be greatly appreciated. If more information is required, please let me know.

  • FFMPEG DirectShow AJA Audio capture

    15 août 2018, par NiCO

    I have an AJA board with an SDI input cable connected to it.
    The input signal has video and audio embeded.

    The video is accesible through the "Vid" Pin and the audio is accesible through the "Aud 1-2" pin.

    Well running DirectShow filter graphs :

    OK graph 1

    OK graph 2

    "No Direct Show Audio Devices" :

    No Direct Show Audio Devices

    I cannot get FFMPEG to correctly map the audio part.

    This is what I tried without success to record the audio :

    ffmpeg -y -rtbufsize 2048M -f dshow -i audio="AJA S-Capture KonaLHi- 0"  -acodec pcm_s24le -ar 48000 output.wav

    ffmpeg -y -rtbufsize 2048M -f dshow -audio_pin_name "Aud 1-2" -i audio="AJA S-Capture KonaLHi- 0"  -acodec pcm_s24le -ar 48000 output.wav

    this is the return error I get
    return error :

    return error

    The filter is NOT being used by any other software.
    I have no problems recording the video.

  • DirectShow AJA Audio capture with FFMPEG

    29 septembre 2021, par NiCO

    I have an AJA board with an SDI input cable connected to it.
The input signal has video and audio embeded.

    



    The video is accesible through the "Vid" Pin and the audio is accesible through the "Aud 1-2" pin.

    



    Well running DirectShow filter graphs :

    



    OK graph 1

    



    OK graph 2

    



    "No Direct Show Audio Devices" :

    



    No Direct Show Audio Devices

    



    I cannot get FFMPEG to correctly map the audio part.

    



    This is what I tried without success to record the audio :

    



    ffmpeg -y -rtbufsize 2048M -f dshow -i audio="AJA S-Capture KonaLHi- 0"  -acodec pcm_s24le -ar 48000 output.wav

ffmpeg -y -rtbufsize 2048M -f dshow -audio_pin_name "Aud 1-2" -i audio="AJA S-Capture KonaLHi- 0"  -acodec pcm_s24le -ar 48000 output.wav


    



    this is the return error I get
return error :

    



    return error

    



    The filter is NOT being used by any other software.
I have no problems recording the video.