
Recherche avancée
Médias (16)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#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
Autres articles (90)
-
Les vidéos
21 avril 2011, parComme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...) -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (9347)
-
The modified audio by ExoPlayer does not match the output saved audio from FFMPEG
29 octobre 2020, par Mouaad Abdelghafour AITALII'm using
ExoPlayer
to modify the pitch and tempo (speed) of an audio file in real-time, since no method provided byExoPlayer
to save the modified audio into SD, I tried usingFFmpeg
to achieve that, but I'm facing an issue, the sound I hear when the audio playing withExoPlayer
is not matching the output ofFFmpeg
:

Here's an example :


Pitch Value : 0.86883157


Tempo Value : 0.8699582800000001


SampleRate Value : 44100


FFmpeg command :


String cmd = "-y -i " + inputNoSpace + " -filter_complex asetrate=" + sampleRate + "*" + pitch + ",atempo=" + tempo + " " + outputNoSpace



My questions :


- 

- Is there anyway to save the modified audio using just
ExoPlayer
? - How I can make the output audio file processing by FFmpeg match the
ExoPlayer audio ?






- Is there anyway to save the modified audio using just
-
avcodec/avcodec : Adapt the doc of av_bsf_send_packet to match its actual implementation.
14 novembre 2019, par Andreas Rheinhardtavcodec/avcodec : Adapt the doc of av_bsf_send_packet to match its actual implementation.
Explicitly allowing empty packets to signal flushing helps getting rid
of special cases. It does not hinder the ability to send i.e.
timing-only packets, because one can send packets with zero size and
pkt->data set.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by : James Almer <jamrial@gmail.com> -
nvenc : Add some easier to understand presets that match x264 terminology
24 septembre 2016, par Yogender Guptanvenc : Add some easier to understand presets that match x264 terminology
Signed-off-by : Luca Barbato <lu_zero@gentoo.org>
Signed-off-by : Diego Biurrun <diego@biurrun.de>
Signed-off-by : Luca Barbato <lu_zero@gentoo.org>