
Recherche avancée
Autres articles (38)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Publier sur MédiaSpip
13 juin 2013Puis-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 -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (6002)
-
Best video format/codec/technique to send small video with syncronization
22 janvier 2016, par EpsiloncoolI have a strange task to solve. We have a small-sized video window (like 300x200 pixels, 256-colors palette) and 44kHz 2ch sound playing on server. We need to send this stream video to some clients (1,2.. up to 10). Strict requirements is syncronization (we should have video syncronized as precise as 20 ms on all clients) and loss-less (preferrably no losses at all, but it is discussable).
Please recommend any good video format/codec/linux software to install on server to make this thing possible. Thanks !
-
Change White to Black in a GIF or crop GIF into a circle with Python
28 juin 2022, par tclecknerI have a GIF that I am trying to change all the white pixels to black. Not sure where to start.


Alternatively the GIF could be cropped to just the circle graphic on the left side of the GIF. I have used ffmpeg-python to crop the GIF down to a square around the circle but have yet to be able to crop it to a circle.

ffmpeg.crop(stream, 46,117,390,390)

Any insight is appreciated.

-
SDL/ffmpeg on iOS showing only blank or white screen
3 avril 2018, par Law GimenezI am following this ffmpeg/SDL tutorial using Swift and using the URL path as
let urlPath = "rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov"
but it is only showing white or blank and it does not show anything. I want to show a window as what other tutorials say.I logged all the flow and there is no error. I have very little experience on SDL, let me know if some part of the code is not working.