Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (81)

  • Les sons

    15 mai 2013, par
  • 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 (...)

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

  • Playing MP4 file in Powerpoint

    28 août 2014, par BrewGold

    I have a huge MP4 file (4GB) an hour long video. I want to extract port of the file. So I used the following command to extract 70 seconds(00:01:10) of video starting from 11 minutes

    ffmpeg -i INPUT.mp4 -ss 00:11:00 -t 00:01:10 -c:v copy -c:a copy OUTPUT.mp4

    Now I got a small file extracted from Input.MP4
    The output.mp4 file size is still big(90 MB). So I used the following command

    ffmpeg -i OUTPUT.mp4 -c:v libx264 -crf 30 SmallSizeVideo.avi

    I got SmallSizeVideo.avi file which is approximately 6MB.

    I am using Powerpoint 2010. I want to insert the video in Powerpoint and play.

    Unfortunately when I embed SmallSizeVideo.avi Powerpoint is unable to play

    1) Is my approach correct ?
    2) What is the best way to situation like me to play small portion of clips in powerpoint

    Thank you

  • configure : add —enable-rpath

    23 août 2014, par Reinhard Tartler
    configure : add —enable-rpath
    

    This option facilitates testing shared libarary builds : for instance
    fate builders do no longer need to set LD_LIBRARY_PATH as the binaries will
    get the right search paths hardcoded into their executable file.

    This option is only meant to be used for testing purposes : The installed
    libraries must not move around in the file system, and doing so will
    cause a lot of subtle problems. For more information why using RPATH is
    dangerous, please refer to

    The why and how of RPATH
    • [DH] configure
  • configure : add —enable-rpath

    23 août 2014, par Reinhard Tartler
    configure : add —enable-rpath
    

    This option facilitates testing shared libarary builds : for instance
    fate builders do no longer need to set LD_LIBRARY_PATH as the binaries will
    get the right search paths hardcoded into their executable file.

    This option is only meant to be used for testing purposes : The installed
    libraries must not move around in the file system, and doing so will
    cause a lot of subtle problems. For more information why using RPATH is
    dangerous, please refer to

    The why and how of RPATH
    • [DBH] configure