Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (87)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (6045)

  • ffmpeg watermark bottom right corner

    8 décembre 2012, par John Doe

    I am not sure why, but I cannot seem to get a watermark rendered on the bottom right corner of my video using ffmpeg.

    I am using the following command :

    ffmpeg –i faded.mov -vf "movie=logo.png [watermark]; [in][watermark] overlay=(main_w-overlay_w-10)/2:(main_h-overlay_h-10)/2 [out]" outputvideo.mov

    I see the following output :

    ffmpeg version 0.8.4-4:0.8.4-0ubuntu0.12.04.1, Copyright (c) 2000-2012 the Libav developers
     built on Nov  6 2012 16:50:25 with gcc 4.6.3
    *** THIS PROGRAM IS DEPRECATED ***
    This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
    Input #0, avi, from 'faded.mov':
     Metadata:
       encoder         : MEncoder svn r34540 (Ubuntu), built with gcc-4.6
     Duration: 00:00:20.02, start: 0.000000, bitrate: 3136 kb/s
       Stream #0.0: Video: mpeg4 (Simple Profile), yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 50 tbr, 50 tbn, 50 tbc
       Stream #0.1: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
    [buffer @ 0x905b7a0] w:1280 h:720 pixfmt:yuv420p
    [movie @ 0x90527e0] seek_point:0 format_name:(null) file_name:logo2.png stream_index:0
    [overlay @ 0x9053080] auto-inserting filter 'auto-inserted scaler 0' between the filter 'Parsed filter 0 movie' and the filter 'Parsed filter 1 overlay'
    [scale @ 0x9054ba0] w:144 h:144 fmt:bgra -> w:144 h:144 fmt:yuva420p flags:0x4
    [overlay @ 0x9053080] main w:1280 h:720 fmt:yuv420p overlay x:568 y:288 w:144 h:144 fmt:yuva420p
    [overlay @ 0x9053080] main_tb:1/1000000 overlay_tb:1/25 -> tb:1/1000000 exact:1
    Output #0, mov, to 'outputvideo3.mov':
     Metadata:
       encoder         : Lavf53.21.0
       Stream #0.0: Video: mpeg4, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 50 tbn, 50 tbc
       Stream #0.1: Audio: libvo_aacenc, 48000 Hz, 2 channels, s16, 200 kb/s
    Stream mapping:
     Stream #0.0 -> #0.0
     Stream #0.1 -> #0.1
    Press ctrl-c to stop encoding
    frame= 1001 fps=137 q=31.0 Lsize=    3668kB time=20.02 bitrate=1501.1kbits/s    
    video:3159kB audio:492kB global headers:0kB muxing overhead 0.460112%

    hussan@ubuntu:~/Documents/testvideo$ ffmpeg –i faded.mov -vf "movie=logo2.png [watermark]; [in][watermark] overlay=(main_w-overlay_w-10)/2:(main_h-overlay_h-10)/2 [out]" outputvideo3.mov
    ffmpeg version 0.8.4-4:0.8.4-0ubuntu0.12.04.1, Copyright (c) 2000-2012 the Libav developers
     built on Nov  6 2012 16:50:25 with gcc 4.6.3
    *** THIS PROGRAM IS DEPRECATED ***
    This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
    Unable to find a suitable output format for '–i'

    If anyone has any ideas that would be greatly appreciated !

  • cannot open video using opencv on linux

    13 mai 2014, par user3358147

    I am trying to open a video file (.MOV,.AVI or .MP4) using OpenCV on linux. So that I can extract specific frames as images on the disc and do image processing. I have also installed ffmpeg on linux.

    My code snippet is :

    CvCapture* capture = cvCreateFileCapture("sample.avi");

       if(!capture)  // check if we succeeded
           printf("Video failed to open\n");
       else
           printf("Video opened\n");

    I cannot open an avi file. Can anyone guide me :

    1. Why I cannot open AVI video file using OpenCV ?
    2. I was reading somewhere that OpenCV can only handle .avi files. So, what I will do with other movie formats ?

    Any help will be really appreciated . .

  • ffmpeg gif watermark played 1 times

    5 mai 2014, par user3605000

    I try to insert gif watermark in ffmpeg, but gif image played 1 times, and then i have just static image. I need the animation to play all the time.

    ffmpeg -i rtmp://x.x.x.x -vf "movie=logo.gif [logo]; [in][logo] overlay=10:10 [out]" -c:v libx264 -an -f flv rtmp://x.x.x.x

    How can I achieve this ? Sorry for my bad english