
Recherche avancée
Médias (91)
-
Chuck D with Fine Arts Militia - No Meaning No
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Paul Westerberg - Looking Up in Heaven
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Le Tigre - Fake French
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Thievery Corporation - DC 3000
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Dan the Automator - Relaxation Spa Treatment
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Gilberto Gil - Oslodum
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (96)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (9611)
-
FFMPEG streaming ip cam get delay from start record to first frame
4 janvier 2019, par Vincent CarreteroI’m recording stream from IP CAM with FFMPEG.
I would like to know the exact timestamp when start the output video.Example :
I have an output mp4 file created at 2019/01/04 09:10:15 (file created).
FFMpeg take few seconds to really start streaming (initialising, etc...)
The first frame really start at 2019/01/04 09:10:19 (just supposed, I would like to get this info).Thanks !
-
Record IOS Simulator video and simulator audio in background
3 mai 2021, par birdcageI need to record 100 separate videos of my simulator which is about 40 hours of high quality. I want to record video of Xcode simulator and system audio in the background. Since I need to use my computer at the same time I don't want to use tools like Camtasia or quick time. I am wondering if this is achievable. If so this will save my one month.


-
Record 60 second videos with ffmpeg constantly with webcam (dshow) and show preview
1er juin 2015, par user1200794I’m trying for a while to record a long stream but the recording should be seperated in files with 60 seconds length. Meanwhile, I want to show a video preview.
Currently I was able to show the preview (with ffmpeg SDL support) and save the files every 60 seconds using multiple output of ffmpeg and a small Java app which is running ffmpeg for 60 seconds and then restart the application with the new file name (timestamp). But than there is a lack of recoding during the restart of around 1 second.
Is it somehow possible to run a main ffmpeg which is showing the preview and another ffmpeg instance which is doing the recording and can be run with threads (so maybe for 1 second overlapping of the saved streams). I had a look on pipes and streaming but can’t find a suitable solution. I appreciate any idea :)