Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (52)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (8151)

  • FFMpeg Mobile video encoding stutter

    15 février 2014, par Sammaye

    I have been playing around with ffmpeg and video encoding and even though my mp4's work great on desktop, they are smooth etc they are terrible on mobile devices. They stutter and load very slowly and I am trying to figure out the problem.

    As an example I made a page using the media element plugin : http://mediaelementjs.com/ and on it I first placed the video that comes with mediaelementjs and it worked well, it scaled to desktop and mobile and loaded quickly and played without any stutter.

    However I loaded my video and it was slow and full of stutter, but only on mobile. So I thought it might be S3 (where it is hosted) but saved the file locally and same thing.

    I am hoping someone who knows h.264 and/or ffmpeg can point me in the direction of why ; here is the current command I am running on ffmpeg :

    ffmpeg -i $input_file_name -vcodec libx264 -r 100 -bt 300k -ac 2 -ar 48000 -ab 192k -strict -2 -y $output_temp_file 2>&1

    So what have I missed ?

  • ffmpeg mobile convert error (ffmpeg 2.0.2)

    6 février 2016, par user3273412

    My ffmpeg is showing this in the logs when I try to convert a video into mobile format

    [aac @ 0xf50860] The encoder ’aac’ is experimental but experimental codecs are not enabled, add ’-strict -2’ if you want to use it.
    /usr/bin/ffmpeg -i ’/home/admin/site/media/videos/flv/127.flv’ -y -y -vcodec libx264 -threads 0 -aspect 16:9 -s 432x240 -flags +loop -partitions 0 -subq 1 -trellis 0 -refs 1 -coder 0 -me_range 16 -g 300 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -maxrate 10M -bufsize 10M -rc_eq ’blurCplx^(1-qComp)’ -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -f mp4 -b:v 1800k -acodec libfaac -ac 2 -ab 128k -ar 44100 -profile:v baseline -level 1.3 -preset slow -pass 2 -passlogfile /home/admin/site/tmp/logs/ffmpegpass-PqkhuZH2 /home/admin/site/media/videos/mobile/127.nomov.mp4

    Anyone help me solve this issue please ?

  • How to autoplay mobile web video iOS (see demo)

    22 septembre 2016, par neaumusic

    Is there any library that sequences images and audio playback ? I’m guessing that’s the only way this could work..

    Which picture formats would work best ? I’m guessing that pictures wouldn’t be as compressed as a video, but this example loads instantly for me :

    Demo : Autoplay Inline Video iOS

    Planning to just convert the video with ffmpeg. Any knowledge and advice would be great before I get started. Thanks