Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (76)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • Creating a video with a background colour and animated text - BEGINNER

    7 avril 2017, par Illep

    I want to generate a video that will display a yellow background colour for 2 seconds. Then display some animated text from the 6th to 10th second.

    I have tried the animated text and it works ok (code given below). But, I need to only display it from the 6th to 10th second. How can I do this ?

    I also need to know how to add a background colour and make it display from the 1st to 5th second.

    My workings so far :

    ffmpeg -y -i video.mp4 -acodec libmp3lame -vcodec libx264 -pix_fmt yuv420p -b:a 192k -b:v 1400k -ar 44100 -crf 18 -vf "drawtext=text=string1 string2 string3 string4 string5 string6 string7 :expansion=normal:fontfile=SIXTY.ttf: y=h-line_h-10:x=(mod(5*n\,w+tw)-tw): fontcolor=white: fontsize=40: shadowx=2: shadowy=2" -an left_to_right_small.mp4
  • Revision aa60db19d2 : change to use vp9_idct_32x32_add instead of vp9_idct32x32_1024_add by making us

    16 octobre 2013, par Yaowu Xu

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



    change to use vp9_idct_32x32_add

    instead of vp9_idct32x32_1024_add by making use the eob positions

    Change-Id : Iafcad20f0c75d8e00536c6a20dda76fe40a973fb

  • FFMPEG change Tone Frequency, keep length (Pitch Audio)

    26 septembre 2022, par dazzafact

    How can I change the Tone frequency.
This Example only pitches it by keeping the old tone frequency and only decrease the length of File.

    


    For Example, I have a constant 100 Herz tone (as mp3) and I want it to change 90 Herz

    


     ffmpeg -i 100h.mp3 -af atempo=100/90 90h.mp3


    


    This Example doesn't work for me, it sounds the same

    


    inputfile Mp3
    
outputfile Mp3