
Recherche avancée
Autres articles (96)
-
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (12421)
-
how to call avconv via shell_ exec in php ?
8 janvier 2018, par Blurry Scriptwhen I call a command to convert video from console linux its all working, but when I call the same command from
shell_exec
in php, it gives no errors it returns nothing.even tough I added sudo
2>&1
to redirect the output, for example this command :$res = shell_exec("avconv -i film.mkv 2>&1");
echo $res //nothing
exit; -
ffmpeg error convertimg mkv to mp4
11 janvier 2018, par Blurry ScriptI do this :
ffmpeg -i "film.mkv" -strict experimental film.mp4
I get this :
[matroska,webm @ 0x29fb0e0] Read error at pos. 93417 (0x16ce9)
the file itself is playable and ok, but how can I fix this ? or at least see the reason why it is reporting this, any clues ?
-
how to debug a corrupted video file with ffmpeg ?
12 janvier 2018, par Blurry Scriptfor example I downloaded some film, it is somehow encoded with some program, when I try to use ffmpeg to convert it, let’s say from mkv to mp4, i get an error that :
[matroska,webm @ 0x1d06640] Read error at pos. 2241497 (0x2233d9)
now how can I know where is the reason that this happens ? should just avoid this kind of files, or somehow debug it and see what is the reason behind this error ? or maybe skip this error frames, but i dont know how many frames may be like this, what if most of the file is filled with corrupted frames, altough it is playable in the video player