
Recherche avancée
Médias (1)
-
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 (54)
-
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
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 (...) -
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 (...)
Sur d’autres sites (4101)
-
swresample : Use double and float for matrixes for best quality and speed
18 août 2016, par Michael Niedermayer -
Speed up FFMPEG Mixing Two Audio Files slow
21 septembre 2016, par JeremyI’m working on a FFMPEG command to mix two audio input’s, combine them (layer ontop of each other), adjust their volumes, and print out to an output. On a 99 second input, it takes about 93 seconds to finish processing and on Mobile, that is way to long.
I’ve read that I could possibly use -copy to skip reencoding the files, but am unsure of how to do this. Only one of the files are created by the user, so the second input could just be a copy. I have tried using the different presets, fast, ultrafast, and medium but still there is a time delay.
FFMPEG Command :
http://pastebin.com/b9u4SnxwAny ideas on how to speed this up and reduce processing time ?
EDIT : Here are my Logs from a successful mix of a recording that was 30 seconds long.
http://pastebin.com/WxAYWimi -
Encoding.com transcoding speed
19 août 2016, par TheDoctorffmpeg
presets are :ultrafast
,superfast
,veryfast
,faster
,fast
,medium
,slow
,slower
,veryslow
andplacebo
How should my json request look like if i want as encoding speed
slow
?My json so far :
{
"query": {
"userid": "79943",
"userkey": "XXX",
"action": "addMedia",
"notify": "aw3somevideo@gmail.com",
"format": [{
"output": "mpeg_dash",
"sizes": "426x240,640x360",
"bitrates": "400k,800k"
}, {
"output": "ipad_stream",
"sizes": "426x240,640x360",
"bitrates": "400k,800k"
}]
}
}