
Recherche avancée
Autres articles (26)
-
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)
Sur d’autres sites (8004)
-
ffmpeg/opencv How to perform Edge Detection after classify Type of frames
25 janvier 2018, par 8793I want to generate edge map of I-frame only in a video streaming applications (server). Below is code to generate type of frame in ffmpeg.
AVFrame *frame;
pictType = av_get_picture_type_char(frame->pict_type);After this step, I don’t know how to process frame (using opencv c++) to have its edge map.
As I am a beginner in ffmpeg, I hope you can give me a simple example to understand this issue.
-
ffmpeg gives rc buffer underflow error when streaming webcam [on hold]
9 novembre 2017, par Ard BoerI use this command in my terminal to stream my webcam locally :
ffmpeg -f avfoundation -pixel_format yuyv422 -framerate 10 -i "0" -b:v 512kb -maxrate 512kb -bufsize 512kb -an http://localhost:8090/feed2.ffm
For some reason it gives an error "rc buffer underflow". Hope someone can help me out to fix this.
-
Encoder/Decoder PCM to AMR Android
6 novembre 2017, par ElHackerI’ve been looking for a while now for any java library that allows me to encode and decode a PCM-AMR audio stream that is sent through a TCP socket connection. Without having to use Android’s JNI.
Is there anything that can help me ?
In the worst case scenario. How can I do it using any C++ library with JNI ? (any reference of how to use ffmpeg with JNI will be appreciated)
Hope you can help me.