
Recherche avancée
Médias (3)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (53)
-
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. -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (9999)
-
Install newset FFProbe in Ubuntu [on hold]
7 décembre 2014, par VivendiI’ve downloaded the PHP-FFMpeg library and I installed both
ffmpeg
andffprobe
on my Ubuntu LTS server. But when I try to text the library I get the following error :Fatal error : Uncaught exception
’Alchemy\BinaryDriver\Exception\ExecutionFailureException’ with
message ’ffprobe failed to execute command ’/usr/bin/ffprobe’ ’-help’
’-loglevel’ ’quiet’’I’ve read that new versions of FFProbe have the
-help
option. My installation seems to be missing this options, so I suspect that this is the problem. But how do I install a new version of FFProbe on my Linux server ?I installed it with
apt-get install ffprobe
, but that seems to give me an old version. Where can I get and install a new one ? -
Playback avi, mkv FullHD video on android [on hold]
11 août 2014, par StasI program the video player to play FullHD video files.
Tried ffmpeg, sws_scale slow function.
How to use the algorithm http://www.roman10.net/effective-color-conversion-yuv-rgb-in-android-in-assembly/ with ffmpeg.
AVCodecContext-> width = 1920 linesyze [0] = 1952.
Found : The internal AVFrame used by the decoder has a right-side "border" to
make decoding more cpu efficient.
How to get a picture without the "border".I would be glad of any help.
-
ffmpeg live transcoding faster alternative ?
6 août 2014, par ppoeasIs there any opensource alternative to
ffmpeg
andVLC
to live video transcoding from HTTP streaming to RTMP or other ?ffmpeg
caused my CPU (AMD 4.0GHZ 8Core) is loaded 100% with only 8 SD streams.Thanks for help.
PS.
I think I don’t need to transcode my video, I can also stream with something like http video proxy. Source is in HTTP streaming format, also I am under Linux.