Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (48)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (6285)

  • What is the fastest method to compress videos before sending in React Native Chatting app

    2 août 2021, par Jawad Chawich

    So my question is mainly in the title, I'm working on a chatting app and I have to compress the videos before sending to the database (firebase storage). All I could find till now is ffmpeg, but the issue is that it's taking tremendous amount of time to compress videos, for a 10 sec video it would take like a minute, and i was astonished how fast it's done in whatsapp.. so is there any other method to compress videos faster ? Or does changing the ffmpeg command make an acceptable difference ? the currently used command is "-y -i $rVideoUrl -c:v libx264 -crf 28 -preset ultrafast $finalVideo"

    


  • How to get a .bat file to process multiple videos ?

    29 avril 2019, par L J

    I’m simply trying to generate screen captures (every 2 seconds) from a large folder of videos. I already have code which works when I drag a single file onto it :

    "c:\program files\ffmpeg\bin\ffmpeg.exe" -i %1 -vf fps=fps=1.0/2.0 -qscale:v 2 "%~n1 - %%05d.jpg"
    pause

    But this doesn’t work when I drag multiple videos onto it.

    I have a poor understanding of ffmpeg scripting, so could anyone please give me the exact code to make this work ?

  • Building a backend that processes (& renders) videos [closed]

    26 mai 2020, par nils
      

    • How would I go about creating an endpoint to merge Sound-Files and Images/GIFs into an mp4 Video in a Node backend ?
    • 


    • Is there a simple library for that or would I have to use ffmpeg commands ?

    • 


    • Right now I set up my database using Cloud Firestore - would it make sense to later on publish the whole backend onto Firebase ?

    • 


    



    Essentially I'd like to have a platform that allows people to upload music onto YouTube (So videos with sound and preferably animated videos, so not just still images).