
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (52)
-
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
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 -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (10445)
-
vsrc_testsrc : allow to set the sample aspect ratio
21 août 2011, par Stefano Sabatinivsrc_testsrc : allow to set the sample aspect ratio
-
Do not assume AV_SAMPLE_FMT_S16 as tta sample format.
3 mai 2011, par Carl Eugen HoyosDo not assume AV_SAMPLE_FMT_S16 as tta sample format.
-
Change the sample rate by a factor with ffmpeg in a single command without using ffprobe ?
22 décembre 2017, par Miha ZupanIs it possible to change the sample rate by a factor with ffmpeg in a single command without using ffprobe ?
Considering there is a way to do something similar when cropping images by using in_w :
ffmpeg -i input.jpg -vf crop=in_w/1.2 output.jpg
Is there a similar aproach for asetrate, something like :
ffmpeg -i input.wav -af asetrate=r=in_r*1.2 output.wav
I found no mention of anything like that in the documentation.
If this is not possible I can afford to run another ffprobe command to get the sample rate, but I was just wondering if there was a way to avoid it.