
Recherche avancée
Médias (91)
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
-
USGS Real-time Earthquakes
8 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (51)
-
Changer son thème graphique
22 février 2011, parLe thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
Modifier le thème graphique utilisé
Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
Il suffit ensuite de se rendre dans l’espace de configuration du (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 (7246)
-
Upgrading an existing h.264 solution of Level-4.1 to support 4K(Level-5.2)
11 août 2015, par Codec GuyI am currently studying to support 4K(3840x2160) on H.264 Encoder.
When I studied the specs of H.264, it says 4K resolution is supported in Level-5.2(XAVC).
In order to check the implementation I encoded my full HD(1920x1080)bitstream using x264 in FFMPEG for three different levels(Level-4,4.1 and 5.2).Here is what I noticed
All the three Encoded bitstreams, encoded for different levels matched pixel by pixel.
I was wondering if the encoding is done for different levels(Level-4,4.1 and 5.2), how come there is no change in bitstream.
-
I have a solution of high 422 Level-4.1, are there any changes in the core modules like Transformation, Quantazition, CAVLC to support 4K(3840 x 2160)/XAVC.
-
or the processing of all Level-5.2 is same as Level-4.1.
It would be very helpful, if somebody can refer me to any documents which explains the diffrence in processing of H.264/AVC and XAVC
-
-
Upgrading an existing h.264 solution of Level-4.1 to support 4K(Level-5.2)
11 août 2015, par Codec GuyI am currently studying to support 4K(3840x2160) on H.264 Encoder.
When I studied the specs of H.264, it says 4K resolution is supported in Level-5.2(XAVC).
In order to check the implementation I encoded my full HD(1920x1080)bitstream using x264 in FFMPEG for three different levels(Level-4,4.1 and 5.2).Here is what I noticed
All the three Encoded bitstreams, encoded for different levels matched pixel by pixel.
I was wondering if the encoding is done for different levels(Level-4,4.1 and 5.2), how come there is no change in bitstream.
-
I have a solution of high 422 Level-4.1, are there any changes in the core modules like Transformation, Quantazition, CAVLC to support 4K(3840 x 2160)/XAVC.
-
or the processing of all Level-5.2 is same as Level-4.1.
It would be very helpful, if somebody can refer me to any documents which explains the diffrence in processing of H.264/AVC and XAVC
-
-
My Video Filesize Does Not Equal Bitrate x Time
16 juin 2019, par SupercreatureI’m trying to use ffmpeg to encode some videos with h264. I’m trying to hit a target filesize.
My code is :
D:\SOFTWARE\ffmpeg\bin\test\ffmpeg.exe -i "%~1" -c:v libx264 -preset veryslow -b:v 200k -an "%~n1.mp4"
The video is 15 seconds long.
So I’ve read that my filesize should be 200 x 15 (bitrate x duration). But it’s not. The filesize is 400kb, when it should be 3000kb.
What gives ?