Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (49)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

  • How can I fix sync problem for captured audio video from pi camera and external mic

    23 juin 2022, par Furkan Balıkçı

    I'm trying to capture video and audio using FFmpeg. However, in the recorded video, the sound is ahead of the video. I tried , -asyn 1, use_wallclock_timestamp 1, different video and audio codecs but nothing changed. itoffset seems to fix the issues, but it's not stable either. I also tried video4linux2 instead of Raspivid, but that didn't work either. I've searched the forums many times for similar questions, tried methods that were said to work but I'm still having problems. Maybe there is something I missed after trying thousands of different scripts.

    


    The script I use is as follows :

    


    raspivid -t 0 -a 1024 -a "TEST" -a 12 -ae 32 -n -w 1280 -h 720 -fps 30 -b 2000000 -o - | ffmpeg -y -framerate 30 -i - -f alsa -ar 16000 -i plughw:0 -c:a aac -c:v copy -map 0:0 -map 1:0 -fflags nobuffer test.mp4


    


    Anyone able to find a solution to the problem ?

    


  • avcodec/libxevd : Fix "if (ret = ff_foo() < 0)" precedence problem

    27 février 2024, par Andreas Rheinhardt
    avcodec/libxevd : Fix "if (ret = ff_foo() < 0)" precedence problem
    

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/libxevd.c
  • Revision 9f9e30d7bf : Merge "[spatial svc] Make spatial svc working for one pass rate control"

    5 novembre 2014, par Minghai Shang

    Changed Paths :
     Modify /vp9/encoder/vp9_encoder.c



    Merge "[spatial svc] Make spatial svc working for one pass rate control"