
Recherche avancée
Autres articles (46)
-
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 -
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 (...) -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...)
Sur d’autres sites (8966)
-
avcodec/vp9mvs : fix misaligned access when clearing VP9mv
2 juin 2024, par Kacper Michajłowavcodec/vp9mvs : fix misaligned access when clearing VP9mv
Fixes runtime error : member access within misaligned address
<addr> for type 'av_alias64', which requires 8 byte alignment.VP9mv is aligned to 4 bytes, so instead doing 8 bytes clear, let's do
2 times 4 bytes.Signed-off-by : Kacper Michajłow <kasper93@gmail.com>
Reviewed-by : "Ronald S. Bultje" <rsbultje@gmail.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
qsvenc : store the sync point in heap memory
22 février 2016, par Maxym Dmytrychenko -
'Range' request header in ffmpeg
12 février 2017, par coleRecently I am working on parsing some videos’s address from a web site.After parsing,I use IjkPlayer based on ffmpeg to play it.However I get 403 code,with Chi-Hsuan Yen’s (A author of youtube-dl) help,I know ‘range’ header result in the 403 response code.
A Solution
set Range :space
However
If I set Range :space,I can’t seek this video when I play it on Android Phone.So do you have another solution for 403 code ?
Update :
My Issue