
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (52)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Possibilité de déploiement en ferme
12 avril 2011, parMediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (9020)
-
finding video parameters with ffmpeg
29 septembre 2016, par KindermannCan somebody tell me how to find the following parameters within a video stream with ffmpeg lib :
1. Parameters for quantization of DCT-Coefficients
2. Parameters for quantization of Motion Vectors
3. Parameters for quantization of residual errors
4. jump markers e.g. when scenes change very fastI just want some directions, or can someone tell me whether or not it is possible to find these parameters with ffmpeg at all ?
Thank you in advance ! -
How should I approach encoding a video for the web using ffmpeg, where filesize, quality and support for all major browsers are critical ?
15 mars 2021, par SloppykazeI've been playing around with vp9 webm encoding, I got good results but sadly vp9 is disabled by default on Safari.


I was wondering what's a good solution to encode a video with tiny filesize, support for all major browsers, while maintaining high quality.


And can anyone maybe share a good example of how a command should look like ?


Thanks a bunch in advance.


-
how to change the frame rate for a part of video using ffmpeg
19 août 2013, par Aditya Shanker TagirisaI want to change the frame rate of a video from 20 seconds to 30 seconds and want to keep the rest of the video running with the default frame rate using ffmpeg.
is it possible to do the specified action using ffmpeg. if so please specify the command to do the same or else please help me to find the correct software in ubuntu to do the same.
thanks in advance.