Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (24)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (6771)

  • ffmpeg "dynamic" image overlay

    8 juillet 2022, par Gimenez

    So, i'm currently developing and application (with Qt) that get image from a capture board. Well, the problem is that i need to get the ffmpeg image livestream. I'm able to display the video and my image overlay but i need to change that image in run time. Does anyone know how to solve it ?

    



    I'm using local udp output for the video. Thanks for the attention.

    



    My ffmpeg command : ffmpeg -i /dev/video0 -i /home/gimenez/Desktop/imageTest.png -filter_complex \"[0:v][1:v] overlay=25:25:enable='between(t,10,20)'\" -v 0 -vcodec mpeg4 -f mpegts udp://192.168.100.63:23000?pkt_size=1316

    


  • flutter video_trimmer package error=13, Permission denied

    25 novembre 2020, par SILENMUS

    I changed targetSdk 29 for upload google playstore. ( google targetSdk policy )

    


    Now I got this error

    


    when I click Execute button, phone die immediately

    


    and error message like this

    


    E/FFmpeg ( 9618): java.io.IOException: Cannot run program 
"/data/user/0/myProject/files/ffmpeg": error=13, Permission denied


    


    is there a way to solve this problem ?
( targetSdk 28 was no problem )

    


  • Using zeranoe libavcodec build in visual studio 2008

    4 avril 2013, par Imran

    I am trying to use libavcoded shared build from zeranoe in visual studio 2008. I have tested my application using libavcodec in debug mode and it is running fine. but when i am trying to build the application through release version then it compiles fine but while running it is showing error as "The procedure entry point CoCreateInstance could not be located in the dynaminc link library avcodec-54.dll" Can any one please help me to solve this issue.