Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (47)

  • Les statuts des instances de mutualisation

    13 mars 2010, par

    Pour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
    Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)

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

  • How to add watermark when converting to more than one video with -s option ?

    30 septembre 2013, par user2783132

    I have a problem adding watermark to my video. I'm converting a video into 5 different resolutions using the -s option.

    what I've tried :

    waterMark="\"movie=/watermark.png [watermark]; [in][watermark] overlay=main_w-overlay_w-10:10 [out]\""

    resolutions=$(echo -e "${resolutions} -s ${newX}x${myY} ${map} -vcodec libx264 ${options}
    -vf ${waterMark} ${NEW_FILENAME}_${myY}p.mp4")

    ffmpeg -i $FILENAME "${resolutions}"

    here's the echo of the command :
    echo "ffmpeg -i $FILENAME $resolutions"

    ffmpeg -i test.mp4  
    -s 1728x720 -map 0:0 -map 0:1 -vcodec libx264 -acodec aac -strict experimental -movflags faststart -vf "movie=/watermark.png [watermark]; [in][watermark] overlay=main_w-overlay_w-10:10 [out]" test_720p.mp4
    -s 1152x480 -map 0:0 -map 0:1 -vcodec libx264 -acodec aac -strict experimental -movflags faststart -vf "movie=/watermark.png [watermark]; [in][watermark] overlay=main_w-overlay_w-10:10 [out]" test_480p.mp4
    -s 864x360 -map 0:0 -map 0:1 -vcodec libx264 -acodec aac -strict experimental -movflags faststart -vf "movie=/watermark.png [watermark]; [in][watermark] overlay=main_w-overlay_w-10:10 [out]" test_360p.mp4
    -s 576x240 -map 0:0 -map 0:1 -vcodec libx264 -acodec aac -strict experimental -movflags faststart -vf "movie=/watermark.png [watermark]; [in][watermark] overlay=main_w-overlay_w-10:10 [out]" test_240p.mp4
    -s 344x144 -map 0:0 -map 0:1 -vcodec libx264 -acodec aac -strict experimental -movflags faststart -vf "movie=/watermark.png [watermark]; [in][watermark] overlay=main_w-overlay_w-10:10 [out]" test_144p.mp4

    I don't know what the error is, all i'm getting is part of the code in red :

    Metadata:
     handler_name    : VideoHandler
    Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 126 kb/s
    Metadata:
     handler_name    : SoundHandler  

    this part in red*

    -s 1728x720 -map 0:0 -map 0:1 -vcodec libx264 -acodec aac -strict experimental -movflags faststart -vf "movie=/watermark.png [watermark] ; [in][watermark] overlay=main_w-overlay_w-10:10 [out]" test_720p.mp4 -s 1152x480 -map
    0:0 -map 0:1 -vcodec libx264 -acodec aac -strict experimental
    -movflags faststart -vf "movie=/watermark.png [watermark] ; [in][watermark] overlay=main_w-overlay_w-10:10 [out]" test_480p.mp4 -s
    864x360 -map 0:0 -map 0:1 -vcodec libx264 -acodec aac -strict
    experimental -movflags faststart -vf "movie=/watermark.png
    [watermark] ; [in][watermark] overlay=main_w-overlay_w-10:10 [out]"
    test_360p.mp4 -s 576x240 -map 0:0 -map 0:1 -vcodec libx264 -acodec aac
    -strict experimental -movflags faststart -vf "movie=/watermark.png [watermark] ; [in][watermark]
    overlay=main_w-overlay_w-10:10 [out]" test_240p.mp4 -s 344x144 -map
    0:0 -map 0:1 -vcodec libx264 -acodec aac -strict experimental
    -movflags faststart -vf "movie=/watermark.png [watermark] ; [in

    I also tried adding the watermark right after -i $FILENAME

    ffmpeg -i $FILENAME -vf "movie=/watermark.png [watermark]; [in][watermark] overlay=main_w-overlay_w-10:10 [out]" $resolutions"

    but in that case only the first video comes out with a watermark.

  • How to add a text watermark like this using ffmpeg ? [on hold]

    10 juillet 2015, par Alex Levi

    I have some special videos I want to share on the internet but I want the videos to have a watermark like this : http://i.stack.imgur.com/LVcdC.png . I use ffmpeg on windows . Can anybody tell me how to add a watermark like that all over the video ?

  • How to add watermark text scrollable using ffmpeg vertically from right top to bottom

    22 juillet 2015, par Jeetendra

    Am using ffmpeg to transcode the video with text watermark. Below is my command that I am using but it scrolls the text bottom left to right.

    ffmpeg -i /usr/home/test.mp4 -vf "drawbox=x=iw-42:y=0:w=42:h=ih:color=black@0.5:t=80,drawtext=fontfile=/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf:text='Hello World':fontcolor=white@1.0:fontsize=16: y=(mod(2*n\,h+th)-th):x=w-tw-10" -codec:v libx264 -codec:a copy -strict -2 /usr/home/out.mp4

    But I want vertical scrolling top to bottom.

    Can anyone help in this.

    Thanks in advance.