Recherche avancée

Médias (91)

Autres articles (104)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • 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 (7014)

  • How to create a progress bar using nodejs ?

    31 mars 2022, par Henrique Reiss

    I found several answers on the internet about this, but none brought me enough clarity to solve this problem. ( ffmpeg-progressbar-cli doesn't work ) so I need something in javascript.

    


    I need to change the aspect ratio of some videos and I need to implement a progress bar for that. I was thinking of something like getting the total amount of frames the video has and the current frame.

    


    but I don't know how to get these two values and I don't even know if this is the best way to create a progress bar.

    


    I've seen in other answers people recommending using ffmpeg-progressbar-cli, but it doesn't work for everyone from what I've noticed.

    


    I also read the documentation looking for something about capturing only the current frame but I didn't find anything about it

    


  • I need to install ffmpeg in PHP version 7 [on hold]

    29 avril 2017, par Helpme

    I would understand how to convert video files once uploaded to the server. I would like a .mp4 file to duplicate and become a webm. Currently I use PHP version 7.
    I tried with this ffmpeg, And I tried to follow the directions of the other stackoverflow discussions : Install FFMPEG on XAMPP(this is one for example).
    Do you know how to install FFMPEG on XAMPP in windows 10 with php version 7 ?

    The file "ffmpeg.dll" doesn’t exist in new version of ffmpeg, i can’t use old version of answers.

  • FFMPEG with hardware codec support

    28 janvier 2012, par mctma

    I have built a simple media player using ffmpeg on Android 2.2. Hardware is an arm cortex-a8 based 1GHz processor, 512 MB RAM. I am getting low performance, around 15 FPS for 800x600 mp4 video. I have a couple of questions on how I can improve the performance

    • How can I use the hardware codecs available on my target device. How can I configure ffmpeg to use the available hardware decoders ? Does the GPU or graphics driver have to expose some standard API like OpenMax IL in order to this ?

    • What are the options that should be enabled when building ffmpeg so that it can be optimized for my target hardware ? Something like :
      --cpu=cortex=a8 --extra-cflags="-mfpu=neon" ...

    I have already looked around the net but I couldn't find the answers that I am looking for. I hope someone can advice me on this.

    Thanks in advance !