
Recherche avancée
Autres articles (45)
-
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 (...) -
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 (...) -
Use, discuss, criticize
13 avril 2011, parTalk 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.
Sur d’autres sites (7807)
-
Mac App (Cocoa) for producing HTTP Live Streaming
11 mars 2013, par MichaelI am building a Mac OS X application (Cocoa) with XCode that captures a video source and outputs the video through HTTP Live Streaming (HLS). After doing a fair amount of research I am thinking that I should be able to use the following stack of elements in my app to make this happen...
- AVCaptureDevice
- AVCaptureSession
- AVCaptureVideoDataOutput
- FFMPEG
- mediastreamsegmenter
- CocoaHTTPServer
I would really appreciate some feedback as to whether I'm on the right track, or correction if I am mistaken. Obviously any advice, pointers, perhaps some sample code snippets would be so very helpful.
Many thanks in advance !
-
Is it possible to update a filter option while paused in ffplay ?
25 juin 2020, par peggoI am using zmq to send filter option updates to ffplay while a video is playing. However, I would also like to be able to change say the zoom level while paused (I'm using scale and crop filters for this). If I do a zmq send command while paused nothing happens and I don't get a response.


If this is not possible, are there any workarounds ? I thought about using the loop filter instead of pausing, but I don't think you can change the options for that filter at runtime. So unless I know exactly where I want to pause in advance (which I don't) then I don't see a way to do this.


Thanks !


-
Monitor network performance for ffmpeg streaming
3 juin 2017, par brlI’m building up a complex network emulation and I’m trying to catch some important performance measurements.
I have mininet running on a server and I’ streaming videos from one mininet host to another (with -nodisp option cause I have no GUI).Is it possible to catch some performance measurements from ffmpeg, maybe writing them on a file ?
I would like to find delay, bandwidth, maybe jitter, and so on.
Thanks everyone in advance