Recherche avancée

Médias (0)

Mot : - Tags -/masques

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

Autres articles (63)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • 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

Sur d’autres sites (11256)

  • ffmpeg expert to help me with an encoding problem [closed]

    22 août 2022, par Michael Heuberger

    I'm the developer of www.videomail.io and experience issues with audio. It's a heavily used, free service to enable Deaf people to email in Sign Language. Runs on ffmpeg (under node-fluent-ffmpeg) and JavaScript (Node.js).

    


    Since I am Deaf myself, I am unable to repair some audio-related issues while muxing video with audio together on server side via ffmpeg. Reason for adding audio is to expand the target audience.

    


    That said, I'm searching for someone to help me with this. It's a paid job !

    


    Requirements :

    


      

    • Must know ffmpeg very well, especially on how to encode audio (WAV) and video (MP4) together without any audio delays.
    • 


    • Knowing JavaScript would be a massive plus for writing code
    • 


    • Has time in the following weeks, I guess about 10 hours or so.
    • 


    


    If you are keen, ping me please. My page is www.binarykitchen.com - thanks !

    


  • HLS "bufferStalledError" / "bufferNudgeOnStall"

    20 avril 2022, par Yago

    I'm trying to stream videos with HLS.js, and it works perfectly fine, but when I separate the audio from the video to support multiple audio tracks, it returns these two errors at random times in the video ("bufferStalledError" and "bufferNudgeOnStall").

    


    I've tried using pure ffmpeg, I've tried using shaka packager, and I'm currently using bento4, but this error always occurs

    


    (my bento4 code)

    


    mp4hls --hls-version 4 -o "${outputFolder}" -f
[type=audio,+language=Japanese]"${inputFolder}${epFolder}/1080p.mp4"
[type=video]"${inputFolder}${epFolder}/1080p.mp4"
[type=video]"${inputFolder}${epFolder}/720p.mp4"
[type=video]"${inputFolder}${epFolder}/480p.mp4"
[type=video]"${inputFolder}${epFolder}/360p.mp4"
[type=video]"${inputFolder}${epFolder}/240p.mp4"


    


  • index out of bounds : the len is 209763 but the index is 209763 Rust Lang Ril [closed]

    6 août 2023, par Dmitriy

    I'm using ril in the Rust language.
When processing some GIF files, the error index out of bounds appears : index out of bounds: the len is 209763 but the index is 209763 But there are files on which this error does not appear. I use to convert FFMPEG files mp4, webm to GiF files.

    


    Error :

    


    thread 'tokio-runtime-worker' panicked at 'index out of bounds: the len is 209763 but the index is 209763', C:\Users\38050\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ril-0.9.0\src\image.rs:564:10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


    


    I tried lowering the Buffer Size and Bitrate in FFMPEG.