
Recherche avancée
Médias (1)
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (88)
-
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 (...) -
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)
Sur d’autres sites (10568)
-
How to fix ffmpeg & mencoder pushing Persian (RTL) subtitles reversed ?
21 novembre 2014, par AliGHI’m trying to build an application to burn subtitles on videos. The specific task to do is burning Persian (Right-to-left language) subtitles. But I have a problem with it. When I got several words simuntaneously without any "Enter" between them, the ffmpeg or mencoder push the lines to up. for example if I have three lines, the third lines comes on first line, then the second line, and then the first line prints on the screen.
I’ve attached two screenshot to be clear about it. As you may see in the second one, there are 9 lines of persian subtitle which should be aligned from 1 on top to 9 on the bottom, but the 9th line appears on the first line on top.I’m using this code at the moment to burn the subtitles on mp4 videos :
mencoder video.mp4 -sub subtitle.srt -utf8 -o output.mp4 -oac pcm -ovc lavc
-
Android-Video Files Compressions
12 octobre 2014, par ArsenalFCI am working on an Android app where we are sending video messages to other devices. I can upload video files if it is less than 2MB, which I think is the minimum upload size at the moment for our server. We are trying to get someone to change the server settings to allow bigger file size.
In the meantime, I am looking to compress the video files, but haven’t been successful. I have tried building FFMPEG library following http://www.roman10.net/how-to-build-ffmpeg-for-android/ tutorial. Since, I am on windows platform and I am not really familiar with using these libraries I am sort of lost.Is there any pre-built video compression libraries for Android that I can use ? Or is there tutorials to build the FFMPEG library in windows, and use it in my Android project ? Any help would be greatly appreciated.
Thank you so much in advance.
-
libavutil : Add CAST128 symmetric block cipher
17 octobre 2014, par Supraja Meedintilibavutil : Add CAST128 symmetric block cipher
Only ECB mode is supported at the moment
Signed-off-by : Supraja Meedinti <supraja0493@gmail.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>