
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 (42)
-
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (8630)
-
Reducing a ffmpeg two-pass xml profile to a single pass profile
14 octobre 2013, par M.frankI am to reduce the XML profile below to a single pass profile rather than a two-pass profile.
The settings are (if possible) the same. The profile looks like this :<?xml version="1.0" encoding="utf-8"?>
-i %infile% -vcodec libx264 -aspect 4:3 -s 480x360 -r 25.000 -vb 380000 -vprofile main -level 3.0 -pix_fmt yuv420p -pass 1 -sn -an -y %outfile%
-i %infile% -vcodec libx264 -aspect 4:3 -s 480x360 -r 25.000 -vb 380000 -vprofile main -level 3.0 -pix_fmt yuv420p -pass 2 -sn -acodec libvo_aacenc -ab 48000 -ar 22050 -ac 2 -y %outfile%
My idea was to just remove the two-pass cmdline, but I want to make sure that it is correct.
-
Revision 1cf2272347 : Merge "Fix intermediate height in convolve_c"
4 septembre 2013, par James ZernMerge "Fix intermediate height in convolve_c"
-
Does H.264 standard allow separate luma and chroma QP control in Baseline Profile ?
28 août 2013, par Bhaskar DeyAlthough the wikipedia article states that separate luma and chroma QP (quantization parameter) is only supported in High profiles, I didn't find any supporting reference. At least, Rec. ITU-T H.264 (04/2013) section A.2.1 does not mention any such limitation for the Baseline Profile.
Any comment in this regard would be of great help.