
Recherche avancée
Autres articles (83)
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)
Sur d’autres sites (10070)
-
Best multiplatform C++ Library for screen, audio and microphonecapture [closed]
15 novembre 2019, par BaschdelIm searching for some librarys C++.
I’m trying to record an microphone and capture the computerscreen.At the moment I am recording audio with
portaudio
and use the screencapture part offfmpeg
.
Muxing the streams together should be accomplished byffmpeg
.The whole project should run on macOS, Windows and Linux.
I’m relativly new to this subject so I really don’t know if this are the right tools to use, or if there are much easyer and better tools.
For my understanding ffmpeg is the biggest and best library for sclaing muxing, etc. But ffmpeg is not great in recordig screen or audio.
Does somebody got experience with this librarys or ideas of different librarys ?
-
EmguCV and MP4 files
24 février 2014, par ZarakiKenpachiI have a very simple program for Emgu CV calling :
Capture mMovie = new Capture("movie.mp4");
Image img = mMovie.QueryFrame();The problem is, that I get an exception for MP4 loading.
'System.NullPointerReference' occurs in Emgu.CV.dll
, and the application is unable to createcapture
from movie.mp4 file.I've read that adding file -
opencv_ffmpeg242.dll
- into x86 (or x64) folder helps, I've done so and I still get an error. Anyone has experience with this ? Why is this happening, when I have the opencv_ffmpeg library there ?Note that video was created using
ffmpeg
library and I'm able to play it in different players that useffmpeg
. -
Text backdrop by ass formatting
14 septembre 2024, par Armen SanoyanI want to add box behind a word using ass subtitles formatting. The box should have border radius. the ass file later will be used by ffmpeg.


I have tried the BorderStyle=3 form stack ansers 1, 2 both of them do not provide a way to get rounded boxes. Also the BorderStyle=4 didn't work for me. In comments of last stack answer I found a possible reason that my libraries can be old, but anyway it doesn't seem that BorderStyle=4 will solve my problem of border radius. There is another way to achieve rounded box link to answer. I didn't figure it out how to install all the libs he explained there. Also the later answer seems to me over complicated. Is there an other way to make the borders of box rounded without suffering and pain ? I also tried drawing the box with Drawing commands like


{\p1}m 0 0 s 100 0 100 100 0 100 c{\p0}



But it still doesn't seem to be the best way to achieve rounded borders.