Recherche avancée

Médias (91)

Autres articles (41)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP 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, par

    We 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 Prime

    Tried MediaInfo, tried ffprobe -show_streams -i "file.mkv" (or raw file.h264) and it gives me bit_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 AmanVirdi

    I 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 user3359503

    I 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.