
Recherche avancée
Autres articles (46)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...) -
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 (6886)
-
ffmpeg flac or mp3 to m4a - exactly the same length possible ?
17 février 2021, par RumplI'm converting .flac and .mp3 audio files to .m4a using ffmpeg with libfdk_aac (Fraunhofer AAC encoder) like this :


ffmpeg -i "001.flac" -c:a libfdk_aac "001.m4a"


This works fine, but in case of .flac the resulting .m4a files include 0.046 seconds of silence at the start and sometimes a few extra milliseconds at the end. Though, I need the .m4a files to be of exactly(!) the same length without any extra silence. Is there a way to achieve this ?


EDIT : At the moment I'm using an additional step, i.e. cutting the resulting .m4a file works at least in the beginning of the track, but there are still some (varying) extra ms in the end :


ffmpeg -i 001.m4a -ss 0.047 -c:a libfdk_aac 001cut.m4a


-
avformat/matroskadec : Fix probing of unknown-length headers
17 mai 2019, par Andreas Rheinhardtavformat/matroskadec : Fix probing of unknown-length headers
matroska_probe did not support the case of an unknown-length EBML header
at all ; given that libavformat's Matroska muxer used to produce such
files in the streaming case, support for them has been added.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
Revision 9afb6700c2 : Adjust q range Skip Q values between the q.0 mode and a real q of 2.0 as these
4 avril 2013, par Paul WilkinsChanged Paths :
Modify /vp9/common/vp9_quant_common.c
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_quantize.c
Adjust q rangeSkip Q values between the q.0 mode and a real q of
2.0 as these are not valuable from an RD perspective.Change-Id : I110c4858c57f97315953f4d88a2596d4764360df