
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (52)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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 (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (5354)
-
New Piwik Mobile 2.2.0 is released
21 décembre 2014, par Thomas Steur — Piwik Mobile ReleasesWe are proud to announce that Piwik Mobile 2.2.0 is now available ! This new version brings many improvements to our Android app. Here’s the list of changes :
- Android : The keyboard is no longer displayed when opening the app [#5320]
- Android : Back button did not work in a few screens and could cause the app to unexpectedly close under circumstances [#5316]
- Android : The graph is now displayed fullscreen on tablets when maximizing it [#5315]
- Android : New material design icons [#5310]
- Android : Better exit workflow – we now open the left sidebar before closing the app if the left sidebar was opened at least once. Another back button press closes the app [#4305]
- iOS : The left sidebar was positioned too far down on iPhone 4s with iOS 8 [#5306]
- Region is now shown in visitor screen if possible [#5300]
- Other performance, UI and usability improvements
- List of all 18 closed issues
Download
Update now or install either the iOS version or the Android version.
In case you are an Android user who is not using the Google Play Store you can download Piwik Mobile 2.2.0 for Android 4+.Feel free to send us feature wishes, bug reports, wireframes, mockups or even layouts. We can improve Piwik Mobile much better with your feedback. and suggestions
-
RTSP Assertion desc failed at libswscale/swscale_internal.h:658
3 novembre 2014, par Karthik RaoIn RTSP that I try to play in iPhone 4s(iOS 7.1) I receive following error :
Assertion desc failed at libswscale/swscale_internal.h:658
I am using FFmpeg 2.4.2 and built the library using the script
https://github.com/kewlbear/FFmpeg-iOS-build-script.
I am using code from
DFURTSPPlayer
to play RTSP live streaming in iOS 7 devices and above.The player will play video for the first time if I reload Video then the app crashes giving the above error.
The streaming works fine in other iOS 7 devices
I have found the following thread in github regarding the same issue which is still open.
Can anyone suggest me to overcome this assertion failed issue.
-
ffmpeg convert any user video file to run on mobiles h264 mp4
24 octobre 2014, par tobros91So, i have kind of accepted this task on work but im really not sure if its possible.
We are going to build a website where users can upload videos from their computers and mobile phone browsers. The video files can be a large range of aspect ratios, width, height, codex and file formats.
I will have access to ffmpeg from php exec command on a web server.
Is it possible to use this to convert the user files to one file format that works on computers, android and iphone.
The requirements is that we can set a max width, to witch the video will be scaled, dynamically to match height.
Does anyone know is this can be done, and be done in a reasonable amount of time. Will do project on 2 days. And if so some pointers in the right direction would be nice.