
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
Autres articles (97)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (9284)
-
Merge commit ’35c6ce76b107225a19eb33aea38857d2405882af’
23 février 2015, par Michael NiedermayerMerge commit ’35c6ce76b107225a19eb33aea38857d2405882af’
* commit ’35c6ce76b107225a19eb33aea38857d2405882af’ :
Canopus HQX decoderConflicts :
Changelog
libavcodec/avcodec.h
libavcodec/version.h
tests/fate/video.makMerged-by : Michael Niedermayer <michaelni@gmx.at>
- [DH] Changelog
- [DH] doc/general.texi
- [DH] libavcodec/Makefile
- [DH] libavcodec/allcodecs.c
- [DH] libavcodec/avcodec.h
- [DH] libavcodec/codec_desc.c
- [DH] libavcodec/hqx.c
- [DH] libavcodec/hqx.h
- [DH] libavcodec/hqxvlc.c
- [DH] libavcodec/version.h
- [DH] libavformat/riff.c
- [DH] tests/fate/video.mak
- [DH] tests/ref/fate/canopus-hqx422
- [DH] tests/ref/fate/canopus-hqx422a
-
FFmpeg weird codec id for wav_pcm
1er février 2021, par phongelegobSo, I want to convert a lot of 32 bit .wav files into 24 bit .wav ones because i want to import them into Omnisphere, a virtual synth. I tried to convert them all with FFmpeg but Omnisphere doesn't support them. I then tested some things and Omnisphere seems to support the audio exported from Edison, which is FL Studio audio editing and recording tool. As I don't want to export them all individually, i wanted to know if there's any way to fix this in FFmpeg or in another audio converter. Here are the test files and what they output in MediaInfo : https://www.mediafire.com/file/l6lojwswsaq9fly/audiotest+wav.zip/file
32 bit original file :


General
Complete name : /home/user/Documents/audiotest wav/32bit.wav
Format : Wave
File size : 905 KiB
Duration : 2 s 625 ms
Overall bit rate mode : Constant
Overall bit rate : 2 823 kb/s
Writing application : Edison
Comment : Recorded on 1/26/2020 in Edison.

Audio
Format : PCM
Format profile : Float
Codec ID : 3
Codec ID/Hint : IEEE 
Duration : 2 s 625 ms
Bit rate mode : Constant
Bit rate : 2 822 kb/s
Channel(s) : 2 channels
Sampling rate : 44.1 kHz
Bit depth : 32 bits
Stream size : 904 KiB (100%)



24 bit file exported from Edison :


General
Complete name : /home/user/Documents/audiotest wav/edison.wav
Format : Wave
File size : 679 KiB
Duration : 2 s 625 ms
Overall bit rate mode : Constant
Overall bit rate : 2 118 kb/s
Writing application : Edison
Comment : Recorded on 1/26/2020 in Edison.

Audio
Format : PCM
Format settings : Little / Signed
Codec ID : 1
Duration : 2 s 625 ms
Bit rate mode : Constant
Bit rate : 2 117 kb/s
Channel(s) : 2 channels
Sampling rate : 44.1 kHz
Bit depth : 24 bits
Stream size : 678 KiB (100%)



24 bit file converted with FFmpeg :


General
Complete name : /home/user/Documents/audiotest wav/ffmpeg.wav
Format : Wave
File size : 679 KiB
Duration : 2 s 625 ms
Overall bit rate mode : Constant
Overall bit rate : 2 117 kb/s
Writing application : Lavf58.50.100
Comment : Recorded on 1/26/2020 in Edison.

Audio
Format : PCM
Format settings : Little / Signed
Codec ID : 00000001-0000-0010-8000-00AA00389B71
Duration : 2 s 625 ms
Bit rate mode : Constant
Bit rate : 2 117 kb/s
Channel(s) : 2 channels
Channel layout : L R
Sampling rate : 44.1 kHz
Bit depth : 24 bits
Stream size : 678 KiB (100%)



-
Merge commit ’7a5f44476696b495e0de658ed859bcb8520b93d4’
14 avril 2015, par Michael NiedermayerMerge commit ’7a5f44476696b495e0de658ed859bcb8520b93d4’
* commit ’7a5f44476696b495e0de658ed859bcb8520b93d4’ :
avisynth : Bump minimum required version to interface version 6Conflicts :
doc/general.texi
libavformat/avisynth.cSee : 3723a183103718352b37ec2617f71e96ee2c3846
Merged-by : Michael Niedermayer <michaelni@gmx.at>