
Recherche avancée
Autres articles (18)
-
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 (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (3340)
-
How to Use Web Analytics to Improve SEO
5 janvier 2022, par erin — Analytics Tips -
Matomo’s 2021 Year in Review
13 décembre 2021, par erin — Community -
Silenced parts are removed when converting from .mka into .wav using ffmpeg
29 mars 2022, par Test AccountI am trying to convert .mka audio into .wva. But the duration is changed from 26s to 14s and also the silenced parts in the .mka audio are removed.


The media informations of input and output are given below.


Input Audio (test.mka) :


Input #0, matroska,webm, from 'test.mka':
 Metadata:
 encoder : GStreamer matroskamux version 1.16.2
 creation_time : 2022-03-25T18:35:04.000000Z
 Duration: 00:00:27.07, start: 177.258000, bitrate: 23 kb/s
 Stream #0:0(eng): Audio: opus, 48000 Hz, stereo, fltp (default)
 Metadata:
 title : Audio



Output Audio(output.wav) :


Input #0, wav, from 'output.wav':
 Metadata:
 encoder : Lavf59.20.101
 Duration: 00:00:14.30, bitrate: 1536 kb/s
 Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, 2 
 channels, s16, 1536 kb/s



Silenced parts should not be removed and durations should be same.