
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (16)
-
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 (...) -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)
Sur d’autres sites (1784)
-
How can I get neighbour frames when implementing my own ffmpeg filter ?
10 septembre 2019, par AaronI’m implementing a custom FFmpeg filter. When frame N is processing, I hope I can also get the information of frame N-1 and frame N+1. Is there any FFmpeg function I could use for some help ?
In my custom FFmpeg filter, the filter_frame function provides an AVFrame object, which is the Nth frame, but how can I get the former and the latter AVFrame object.
static int filter_frame(AVFilterLink *link, AVFrame *in)
-
Copy audio files into single file using ffmpeg
11 septembre 2019, par GunaseelanI used following command to copy many files into single file,
ffmpeg -i AUD-20180413-WA0057.mp3 -i AUD-20180531-WA0001.mp3 -vn -acodec copy MergeAudio_1568168063082.mp3
This code copies only first file into output file,
However, following command works
ffmpeg -i AUD-20180413-WA0057.mp3 -i AUD-20180531-WA0001.mp3 -filter_complex [0:a][1:a]concat=n=2:v=0:a=1[a] -map [a] MergeAudio_1568168372267.mp3
But this command takes too much time as it is re encoding,
That’s why I tried with copy [I hope if the files are same stream it will work], but the command I have given is copy only first file.
-
Matomo analytics for wordpress
15 octobre 2019, par Matomo Core Team — Community