Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (47)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

Sur d’autres sites (7136)

  • Write text on the video and display on the player with the best conditions

    10 novembre 2016, par Nabi K.A.Z.

    I have this code for watermark a text on the video :

    ffmpeg -i out.mp4 -vf "drawtext=fontfile='arialbd.ttf': font=arialbd: text='SiteName.local': fontsize=18: fontcolor=white: x=10:y=h-th-10" -acodec copy -y out2.mp4

    Then I want to play it by jwplayer.

    When I input a video with normal size (ex. 500x300px), all things is ok and it’s preview player :

    500x300px
    (The text on image is with good size.)

    But if the video has big size (ex. 1500x900px) it’s preview player :

    1500x900px
    (The text on image is illegible.)

    Or if the video has very small size (ex. 150x90px) it’s preview player :

    150x90px
    (The text on image is covered on video.)

    I know reason of this happen is fontsize in ffmpeg command.

    Now I thinks must get width and height of the video and then with calculation and discovery of a formula, and find the best fontsize for usage. If you agree, what’s the best formula ?!

    Or maybe I should not use fontsize ! and I can use parameters in ffmpeg command for reach the goal ?!

    What’s your idea ?

  • avformat/libsrt : poll for error conditions as well

    14 février 2020, par Marton Balint
    avformat/libsrt : poll for error conditions as well
    

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/libsrt.c
  • lavf/asfdec : Simplify the check conditions

    15 juin 2019, par Jun Zhao
    lavf/asfdec : Simplify the check conditions
    

    Simplify the check conditions

    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavformat/asfdec_o.c