Recherche avancée

Médias (91)

Autres articles (48)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (5836)

  • FFMPEG Error initializing complex filters when using watermark [duplicate]

    13 décembre 2019, par Ahmed T

    This question already has an answer here :

    Im trying to convert mp4 file using ffmpeg on windows by using this command ,

    ffmpeg -i 1.mp4 -vcodec libx264 -movflags +faststart -threads 0 -r 25 -g 50 -crf 25 -me_method hex -trellis 0 -bf 8 -acodec aac -strict -2 -ar 44100 -ab 128k -vf subtitles=1.srt:force_style='FontName=Changa,Fontsize=20' -qscale:v 3 -preset veryfast 1z.mp4

    its converted without problem but i need to use png watermark file to be converted with the video bottom right i have tried all options using search but no one works sometimes i got problem for complex rules , im a new with ffmpeg and i dont know how to do it , your help really appreciated .
    Thanks

  • Kill all ffmpeg processes which open repeatedly c#

    20 janvier 2018, par MinhLee

    i’m new to C# and i’m trying to create a tool based on ffmpeg to convert video.
    As title, i did google search and find out many ways to kill ffmpeg process, but in my case, for example i got 10 videos, which means 10 ffmpeg processes will be created one by one. If i closed form during 1st video, 9 others will be created sequently in background.

    Is there any effective ways to stop ffmpeg to create process ?

  • ffmpeg + Xvfb eats all the memory after few hours

    2 septembre 2021, par boygiandi

    I'm using ffmpeg to record a Xvfb screen. It works fine at the beginning.
The system keep stable at 50% CPU and 2.5 Gb RAM for 1-2 hours.

    


    After that, it suddenly eats all the memory like this https://imgur.com/pbWuTVs .
If I kill the ffmpeg process and start it again (keep the Xvfb process), the memory released on Xvfb process too : https://imgur.com/C2ornhm . But it keep increase the usage memory again, until crashed because out of memory.

    


    Anyone can help ?