
Recherche avancée
Médias (91)
-
Head down (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Echoplex (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Discipline (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Letting you (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
999 999 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (73)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 -
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)
Sur d’autres sites (8897)
-
Trim or split opus on android without ffmpeg
25 mai 2021, par OmkarTrim or split opus on android without ffmpeg


The opus file could be contained in any format supported by ffmpeg export
(Created when building the app,ffmpeg too heavy to include in app)


I tried genVideoUsingMuxer , MediaExtractor ,MediaMetadataRetriever but it fails with error


Unsupported mime 'audio/opus'
java.lang.IllegalStateException: Failed to add the track to the muxerat android.media.MediaMuxer.nativeAddTrack(Native Method)
at android.media.MediaMuxer.addTrack(MediaMuxer.java:660)



Any way i can trim the audio on android with a lightweight solution


Reencoding is not needed but its ok if output format is anything playable on android


-
avfilter/af_surround : split factors calculations
18 novembre 2022, par Paul B Mahol -
how split audio file in multiple chapters with predefined times
30 mars 2019, par Karim Bn Abdlazizhow split audio book file with in 10 chapters easier to listen , with given metadata predefined times
0.000000, 3472.683000 seconds this ch03472.683000, 7642.058000 ch1
etc..
2 columns the begin and end of each chapter,
i’m dummy but tried and failed with awk to add columns right and left to obtain the command line
ffmpeg -i output.mp3 -acodec copy -ss begin -to end ch'number'.mp3.
the problemn with the NF position and then increment numbers of new output files
how to use awk or sed and count new file names ch01 ch02 etc