
Recherche avancée
Médias (91)
-
999,999
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (86)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, 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 (...) -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
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 (...)
Sur d’autres sites (7940)
-
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>