
Recherche avancée
Médias (91)
-
Head down (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Echoplex (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Discipline (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Letting you (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
999 999 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (81)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...)
Sur d’autres sites (10635)
-
Ffmpeg auto Scaling does not working
2 juillet 2013, par thevoipmanI am trying to scale any videos that has a width greater than 720 to 720 - i do not want any 1080p stuff. The commands I am using is below and where ever I add scale=720 :-1, it would give me an error saying that the option scale is not available for use.
FFMPEG_COMMAND="ffmpeg -i "\"$FILENAME\"" -vf "\""movie=water.png [watermark]; [in][watermark] overlay=main_w-overlay_w-10:main_h-overlay_h-10[out]\""" -ac 2 -vcodec libx264 -threads 10 -acodec libfaac -async 2 "\""$OUTPUT_DIRECTORY/abc$OUTPUTFILENAME"\"
Any kind of help I can get with this is greatly appreciated !
-
Linux fast high res audio + video recording
7 août 2020, par majif24810I am trying to record at least 1280X720 webcam plus its audio. ffmpeg is terribly slow with such resolution, even vlc get 15FPS. CPU usage is low during these attempts. I know webcamera can give 1280X720 at 30fps - it works with C++ OpenCV smoothly. My question is - how do I record at higher resolution smoothly both audio and video ? Btw, I am making a sort of CCTV program.


-
How to access video frames from external process ?
15 septembre 2019, par gaamaaWindows 32 bit application memory limit is around 2gb approximately.
I need to play 4 to 8 HD video files or live camera graphs. Which is not possible by a single 32 bit application.
So I would like to play each graph in separate 32 bit application and access those video frames from my main application. In this case I could manage my need.Could some experts give me some clue to do this if c++ ?
Is there any ready solution to achieve this ?
gaamaa