
Recherche avancée
Médias (91)
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#1 The Wires
11 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (11)
-
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 (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (2825)
-
screen_capture_recorder to record 2nd monitor ffmpeg Win 7
29 mars 2020, par julesverneI use exactly what ffmpeg suggests on the screen_capture_recorder ffmpeg faq to record desktop (located here)
ffmpeg.exe -f dshow -i video="screen-capture-recorder":audio=%Device% -vcodec libx264 -pix_fmt yuv420p -preset ultrafast -acodec pcm_s16le -ac 1 -ar 22050 -t %Duration% out.mkv
works fine. But it records everything. I specifically only want to record what’s on the 2nd monitor.
Windows 7 64 bit.
Anyone have any ideas ?
-
screen_capture_recorder to record 2nd monitor ffmpeg Win 7
3 septembre 2016, par julesverneI use exactly what ffmpeg suggests on the screen_capture_recorder ffmpeg faq to record desktop (located here)
ffmpeg.exe -f dshow -i video="screen-capture-recorder":audio=%Device% -vcodec libx264 -pix_fmt yuv420p -preset ultrafast -acodec pcm_s16le -ac 1 -ar 22050 -t %Duration% out.mkv
works fine. But it records everything. I specifically only want to record what’s on the 2nd monitor.
Windows 7 64 bit.
Anyone have any ideas ?
-
How to solve sox FAIL sox : missing filename error when running this in nodejs [closed]
4 novembre 2022, par LolI am trying to make my mp3 slowed and reverb, But when i am running this command :


sox uploads/input.mp3 uploads/output.mp3 -C 320 -r 44100 -b 24 -c 2 reverb 50 50 100 100 0 speed 0.75



It is showing
sox FAIL sox: missing filename
error

my both of the file is located correctly.