
Recherche avancée
Autres articles (29)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...)
Sur d’autres sites (4716)
-
How do I install qt-faststart on Wamp ?
6 mars 2016, par nico55555I have installed FFMPEG on WAMP 2. However I believe I also need qt-faststart in order to quickly load the meta data in MP4 files. How do I go about this ?
-
avcodec/jpegxl_parse{,r} : fix integer overflow for some malformed files
29 janvier, par Leo Izenavcodec/jpegxl_parse,r : fix integer overflow for some malformed files
If there's a very large ISOBMFF box that needs to be skipped, it can
cause an overflow for ctx->skip. There's already a safeguard to return
quickly if ctx->skip > bufsize, so changing ctx->skip to int64_t will
allow this to happen even if ctx->skip would overflow a signed int.Several other members are also changed to int64_t to avoid this problem
in other possible scenarios.Signed-off-by : Leo Izen <leo.izen@gmail.com>
Reported-by : Kacper Michajlow <kasper93@gmail.com>
Fixes : clusterfuzz-testcase-minimized-fuzzer_loadfile-6085331937460224 -
FFMPEG-Give the Apply 1x1 checkerboard effect to video [on hold]
2 octobre 2013, par Lily ShuklaDear SIr i want to give the checkerboard effect to video using ffmpeg.
i cereate code<?php
echo "Starting ffmpeg...\n\n";
echo shell_exec("ffmpeg -i out.wmv blend=all_expr='if(eq(mod(X,2),mod(Y,2)),A,B)' zzz.wmv");
echo "Done.\n";
?>But sir nothing happen
ffmpeg -i out.wmv blend=all_expr='if(eq(mod(X,2),mod(Y,2)),A,B)' zzz.wmv
in this code also nothing happen.
plz help me
regards