Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (101)

  • 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 de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

  • ffmpeg scale logo size according to video size

    5 août 2017, par Teddybugs

    I have a ffmpeg command which is working fine to inject 2 image on the top left and bottom right of the video.

    ffmpeg -i ori.mp4 -y -i 1.png -i 2.png -filter_complex \
    "[0:v][1:v]overlay=20:20[bkg]; \
    [bkg][2:v]overlay=(main_w-overlay_w)-20:(main_h-overlay_h)-20" \
    -codec:v libx264 -crf 18 -preset slow -pix_fmt yuv420p \
    -c:a aac -strict -2 out1.mp4

    this command working fine with video that has large size like 720x480, however when the input video size is 320x240 size, it will overlay half of the video size.

    1.png size is : 160x100

    2.png size is : 341x44

    any idea how to combine the scale2ref into above command ?

    been trying solution from this link so far no luck.

    update 1 : i found this command from here

    ffmpeg -i ori.mp4 -y -i 1.png \
    -filter_complex "[1:v][0:v]scale2ref=iw*0.25:-1[logo1][base]; \
    [base][logo1]overlay=20:20[v]" -map [v] -map 0:a \
    -codec:v libx264 -crf 18 -preset slow -pix_fmt yuv420p \
    -c:a aac -strict -2 out2.mp4

    that command work fine to get one image to scale.

    update 2 :

    ffmpeg -i ori.mp4 -y -i 1.png -i 2.png \
    -filter_complex "[1:v][0:v]scale2ref=iw*0.25:-1[logo1][base];\
    [base][logo1]overlay=20:20[v];[2:v][0:v]scale2ref=iw*0.30:-1[logo2][base2];\
    [base2][logo2]overlay=(main_w-overlay_w)-20:(main_h-overlay_h)-20[v]" \
    -map [v] -map 0:a -codec:v libx264 -crf 18 -preset slow -pix_fmt yuv420p \
    -c:a aac -strict -2 out4.mp4

    tried above, nothing work. got error like this

    Filter overlay has an unconnected output

    any help would be great

  • Révision 22375 : report de 91148 (acces de google bot aux js et css)

    30 juillet 2015, par cy_altern-yahoo-fr -
  • Révision 22374 : report de 91148 (acces de google bot aux js et css)

    30 juillet 2015, par cy_altern-yahoo-fr -