
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (46)
-
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 (...) -
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 (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (9675)
-
Revision 6d3bd96607 : BITSTREAM - CLARIFICATION OF MV SIZE RANGE The codec should effectively run wit
28 septembre 2013, par Jingning HanChanged Paths :
Modify /vp9/common/vp9_entropymv.h
Modify /vp9/decoder/vp9_decodemv.c
BITSTREAM - CLARIFICATION OF MV SIZE RANGEThe codec should effectively run with motion vector of range (-2048, 2047)
in full pixels, for sequences of 1080p and below. Add assertions to clarify
this behavior.Change-Id : Ia0cac28249f587d8f8882205228fa480263ab313
-
How to set yuv to full range in a mpeg2video ?
7 mai 2021, par Jefferson Villasan JosolI've found out that
YUV420P
has a limited range based on MediaInfo. How can I set that into Full range using ffmpeg ? Does anyone know how to set it into Full ?
I'm currently usingmpeg2video -q:v 0
because it has an acceptable quality and small file sizes compared tox264 -crf 0
.
Thanks in advance for those who can help me !

Edit : I prefer mpeg2video because it is much faster compared to x264 encoding. And I've also noticed that
-q:v 0
is better than-q:v 2
. I don't know if it sounds strange but on my phone, the quality is really better if I use the-c:v mpeg2video -q:v 0


-
MediaConver split video into multiple chunk but in different duration length
12 novembre 2020, par SandipI have one video with 1 hr time.


i want to chunk in different part by specified range.


ex :


- 

- 0 to 10 min
- 10 to 40 min
- 40 to 60 min








I know it is possible by ffmpeg but i want to do this with MediaConvert.


here is sample for ffmpeg but same thing i want do using MediaConvert


ffmpeg -i input.mp4 -c copy -f segment -segment_times 0,600,2400 output%d.mp4