
Recherche avancée
Autres articles (37)
-
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 (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...) -
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 (8354)
-
Output video segments via a pipe using FFmpeg
13 mai 2014, par Joey MoraniMy Node.js app uses FFmpeg to capture video of a DirectShow device and then output segments for live streaming (HLS). At the moment I’m outputting the segments to files, however if I could output them via a pipe it would allow me to efficiently send the segment via a websocket instead of hosting a HTTP server.
I’ve tried using this command :
ffmpeg -y -f dshow -i video=FFsource:audio=Stereo Mix (Realtek High
Definition Audio) -vcodec libvpx -acodec libvorbis -threads 0 -b:v
3300k -cpu-used 5 -keyint_min 150 -g 150 -map 0 -flags:v
+global_header -f segment -However it gives the error "Could not write header for output file #0 (incorrect codec parameters ?) : Muxer not found". This commands works for outputting to files (by replacing ’-’ with ’seg_%03d.webm’).
Does FFmpeg not support pipes for segmented video, or is there something wrong with the command ? Thanks.
-
Anomalie #3234 : Upload gros fichiers : detecter dans le verifier() du formulaire upload
11 juin 2015, par marcimat ☺☮☯♫Je viens de tomber sur ce code donc, dans medias. Et je m’étonne des calculs implémentés.
- C’est la même multiplication pour ’g’, ’m’, ’k’ ; normal ?
- $val, il a au moment de la multiplication encore la lettre à la fin ; normal ?
-
Révision 22182 : Éviter une notice PHP sur la ligne `list($t,$c,$carr,$and) = $join[$cle] ;` qui, b...
27 mai 2015, par marcimat ☺☮☯♫sont exceptionnellement sur les clés 0,1,2,4 (en sautant le 3, qui a été unset à un moment).
On reforme les numéros de clés avant.