
Recherche avancée
Autres articles (74)
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)
Sur d’autres sites (6375)
-
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.


-
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 ! -
Issue decoding RTP video using FFMPEG c#
6 décembre 2016, par dev-mbdCurrently, we cannot decode video sent via RTP. We we’re able to get the input and stream info but we have gotPicture always set to 0 when we decode.
We are wondering if we are missing anything in the configuration of FFMPEG to make this work.
FYI, we’re using the FFMPEG wrapper from Github https://github.com/Ruslan-B/FFmpeg.AutoGen.
Thank you in advance for the help !