
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 (91)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
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 (...)
Sur d’autres sites (4930)
-
mmaldec : limit internal buffering
28 janvier 2016, par wm4mmaldec : limit internal buffering
This uses a new MMAL feature, which limits the number of extra frames
that can be buffered within the decoder. VIDEO_MAX_NUM_CALLBACKS can
be defined as positive or negative number. Positive numbers are
absolute, and can lead to deadlocks if the user underestimates the
number of required buffers. Negative numbers specify the number of extra
buffers, e.g. -1 means no extra buffer, (-1-N) means N extra buffers.Set a gratuitous default of -11 (N=10). This is much lower than the
firmware default, which appears to be 96.This is backwards compatible, but needs a symbol only present in newer
firmware headers. (It’s an enum item, so it requires a check in
configure.) -
can you help me customize the ffmpeg code ? [closed]
24 octobre 2023, par Fargo GofarI want to modify this code to change the name (a random set of characters including letters and numbers 10-20 characters long) of all videos of all extensions in the current folder :


FOR /F "tokens=*" %%G IN ('dir /b *.mp4') DO ffmpeg -i "%%G" ( YOUR COMMAND) "%%~nG_1.mp4"



-
some ffmpeg images are green, what causes this ?
1er juillet 2014, par user2739431I’m using ffmpeg to stream files from an android screen to a computer. I use ffmpeg from the android to convert the raw image file to a jpg, and then I pull it to the computer. the images appear green pretty frequently (every few frames) and I’m wondering what is causing this, perhaps the rbg0 parameter ?
shell screencap | /data/local/tmp/ffmpeg/./ffmpeg.armv7 -f rawvideo
-s" + dimension[1].Split(’\n’)[0] +" -pix_fmt rgb0 -nostats -r 4 -i - -vf scale=540:960 -f image2 -vcodec mjpeg -update 1 -q:v 1 - > /data/local/tmp/ffmpeg/new.jpg ;