Recherche avancée

Médias (0)

Mot : - Tags -/flash

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (66)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (11116)

  • avcodec/nvenc : always reduce DAR width and height

    27 novembre 2016, par Miroslav Slugeň
    avcodec/nvenc : always reduce DAR width and height
    

    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] libavcodec/nvenc.c
  • Build : Reduce the description to 140 chars

    12 novembre 2016, par JamesMGreene
    Build : Reduce the description to 140 chars
    

    Fixes #663

  • mkv extract full DTS HD Master and Dolby True HD in flac or wav

    11 novembre 2016, par esposito

    I have some mkv files with audio in DTS Master 5.1 / 7.1 and Dolby True HD.

    I like to extract the full lossless audio 24/96 (core + residual part) in one flac or wav.

    If I do this :

    ffmpeg.exe -i input.mkv -map 0:2 output.dts

    or this :

    ffmpeg.exe -i input.mkv -map 0:2 output.flac

    it will extact only a lossy part. For dolby true HD there is the some problem I suppose.

    There is a way to extact full "lossless" audio in flac or wav directly ?

    I don’t like extact 2 files (core + residual) but "merge" All in one flac/wav file.

    thank you !