
Recherche avancée
Médias (91)
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
-
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
Autres articles (41)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...)
Sur d’autres sites (7630)
-
How to get h264 bitrate
21 octobre 2014, par Optimus PrimeTried MediaInfo, tried
ffprobe -show_streams -i "file.mkv"
(or raw file.h264) and it gives mebit_rate=N/A
. MediaInfo gives nothing at all.The only way I found out is by creating the .dga file by indexing it via MegUI and the using its Bitrate Calculator tool and setting the same exact size like the source, then it shows the average bitrate, but this way is ridiculous and who knows how accurate.
-
How to encode to the WMA 9 or greater formats
14 octobre 2014, par AmanVirdiI am developing an audio converter cross platform(windows and Mac) application.
Currently I am using ffmpeg to decode and encode the audio/video formats. But ffmpeg does only support the encoder upto WMAv2. I want any ffmpeg like tool which I could use to convert the audio to WMA Pro, WMA Lossless, WMA9 or greater. But I am not able to find one, after a lot of googling.Anyone has any idea !
-
Create thumbnail for Video in java not android
10 novembre 2014, par user3359503I want to create thumbnail for Video file (All format ),
I am currently using xuggler in java.
I want to convert video into multiple format
But i got a video from instagram which is not decoded by this library.
And I don’t found any rotation meta data info from library.I also Search about ffmpeg they not found the meta data about rotation.
Please suggest me the tool which can do it in java or C base library.