Recherche avancée

Médias (91)

Autres articles (111)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • HLS and ffmpeg - losing audio ?

    12 octobre 2015, par Stefan Kendall

    With the following command, I only get video. The same setup with -f segment gets video and audio, but then the resulting stream doesn’t play on an iPhone.

    How do I get ffmpeg to encode video and audio into the HLS segments ?

    ffmpeg -v 9 -loglevel error -re -i rtmp://localhost/live/test \
    -c:v libx264 -c:a copy \
    -flags -global_header -map 0 -f hls \
    -hls_list_size 10 \
    -hls_flags delete_segments /usr/local/nginx-streaming/html/video/stream.m3u8
  • iOS can run ffmpeg command ?

    26 août 2015, par Allan.Chan

    I have already install ffmpeg to my ios sdk, but i have no idea how to use ffmpeg command to combine two videos ??
    I have already to tried use command on macOX it work .

    Question:
    1: iOS can run `ffmpeg` command ?
    2: if i can not run `ffmpeg command` , have any idea i can combine two video on iPhone.
    3: if ffmpeg can not run command on iOS , have another reason i use it ?
  • how to convert mp4 using ffmpeg for ios [on hold]

    23 août 2015, par Khaled Hayek

    I have problem to use ffmpeg for windows to convert mp4 file so that it can be played on iphone

       ffmpeg -i input.mkv -c:v libx264 -crf 28 -preset veryslow -tune fastdecode \
     -profile:v baseline -level 3.0 -movflags +faststart -c:a libfdk_aac -ac 2 \
     -ar 44100 -ab 64k -threads 0 -f mp4 output.mp4

    but still not working, any help please