
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (94)
-
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 (8813)
-
How to directly record screen in .mp4 format using ffmpeg in Windows10 ? [on hold]
9 août 2019, par Alex SalageanI have been using .gifs to make short screen recordings but as the video duration gets longer, the file size also gets a lot larger. Therefore, I want to directly record my screen in a .mp4 format.
I have tried making a .gif animation using multiple separate images and then converting them to .mp4 via ffmpeg but I need a command which lets me directly record the screen using the .mp4 format.
-
ffmpeg How to record video without interruptions
21 août 2019, par teenserieRecording http streams video y audio and through ffmpeg using this code
ffmpeg -i "url" abc.mp4
But after a few minutes it interrupts
Could it be caused that the http flow loses signal for a few seconds Is it possible with some code to restore the signal without interrupting the recording process ?
I also used this code
But after 5-6 minutes they interruptffmpeg -y -i "url" -c:v copy -c:a copy -t 00:30:00 "myrecording.mp4" >"mylog.log" 2>&1
-
How to record an IPTV channel to disk, splitted by time. And extract audio [on hold]
13 septembre 2019, par Ahmad QudanI need to save a recording of an IPTV channel into multiple video files. each video file should only be 1 minute in length. so, every minute, a video is created.
Also, is it possible that an audio file is created the same way, with the same command ?
For example, a two minutes broadcast of a certain channel, will end up on my disk as 4 files, 2 videos ; one for each minute, and two audios ; one for each minuteI tried to use ffmpeg on linux, and it seems to be the tool for the job, but I couldn’t find out the right options that could make it happen