Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (56)

  • 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 (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (9754)

  • Is there a good list of mp4 supported resolutions and a way to have ffmpeg calculate the width after modifying by set height ratio ?

    16 novembre 2016, par Nova

    After finding the resolution was the source of all my webm to mp4 codec conversion errors on my android. I came across another problem. To break down my question :

    Is there a good list of mp4 resolutions that are supported on most devices ? I know they go by p from certain height value for them to work. 720p / ???x720 for example.

    Also is there an easier way to calculate the width based from the height change while keeping the ratio ?

    ffmpeg -i old.webm -t 00:00:03 -s 320x240 new.mp4

    I currently use the -s setting perimeter from my testing example. Any help would be appreciated.

  • Retune FLAC compression levels

    20 octobre 2014, par Martijn van Beurden
    Retune FLAC compression levels
    

    This patch changes a the settings associated with compression
    levels 6, 7 and 8. With this patch, -e is no longer used, but
    instead apodization functions are added. This should improve
    compression with at least 95% of all material while not changing
    the speed much. Decoding ways, 6 and 8 stay the same, and 7 is
    slowed a bit, which makes it as fast as 8.

    Signed-off-by : Erik de Castro Lopo <erikd@mega-nerd.com>

    • [DH] src/libFLAC/stream_encoder.c
  • Update documentation for new compression presets

    10 novembre 2014, par Martijn van Beurden
    Update documentation for new compression presets
    

    Signed-off-by : Erik de Castro Lopo <erikd@mega-nerd.com>

    • [DH] doc/html/documentation_tools_flac.html
    • [DH] include/FLAC/stream_encoder.h
    • [DH] src/flac/main.c