Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (48)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (6285)

  • blur an mp4 video for website background

    14 décembre 2015, par Mansi

    I am putting a video in the background of my web page. I want to blur the background for which I tried to put the following attribute in video tag :

    <video>
    </video>

    the video runs very slow due to blurring the background within HTML.
    So, now I am trying to blur the original video. I tried to use ffmpeg (here) :

    ffmpeg -i input.avi -vf "boxblur=enable='between(t,start,end)'" -codec:a copy output.avi

    But the filter used in ffmpeg seems to be deprecated. I have tried few filters of "avconv", but no filter seems to "blur" the video.
    Please let me know if there is any other command line tool which I can use for this purpose or even if I am missing any filter in ffmpeg or avconv.

    UPDATE : Console output for ffmpeg :

    ffmpeg -i output.mp4 -vf "boxblur=enable='between(t,0,15)'" -codec:a copy output1.mp4
    ffmpeg version 2.8.3 Copyright (c) 2000-2015 the FFmpeg developers
     built with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
     configuration: --disable-yasm
     libavutil      54. 31.100 / 54. 31.100
     libavcodec     56. 60.100 / 56. 60.100
     libavformat    56. 40.101 / 56. 40.101
     libavdevice    56.  4.100 / 56.  4.100
     libavfilter     5. 40.101 /  5. 40.101
     libswscale      3.  1.101 /  3.  1.101
     libswresample   1.  2.101 /  1.  2.101
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'output.mp4':
     Metadata:
       major_brand     : isom
       minor_version   : 512
       compatible_brands: isomiso2avc1mp41
       creation_time   : 2015-04-08 13:38:10
       encoder         : Lavf54.20.4
     Duration: 00:00:29.40, start: 0.000000, bitrate: 1909 kb/s
       Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1024x1024 [SAR 16:9 DAR 16:9], 1905 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)
       Metadata:
         creation_time   : 2015-04-08 13:38:10
         handler_name    : VideoHandler
    [AVFilterGraph @ 0x1db5140] No such filter: 'boxblur'
  • Issue with running codebook background subtraction sample program in OpenCV

    3 février 2013, par Anderson neo

    While I am trying to run the sample code in opencv samples directory for codebook based background subtraction in OpenCV. I am getting the following message on running it with the
    default tree.avi file as input.

    "Truncating packet of size 15414 to 1"

    I am using 32bit machine with Ubunutu and OpenCV version 2.4.9.
    I am not sure if their is an issue with my ffmpeg installation.
    Any help would be appreciated.
    Many Thanks !

  • How to insert background video using ffmpeg [closed]

    10 août, par user3714098

    I have a video.mp4 (640x360) and image.jpg (1280x720).&#xA;I want to make image.jpg as a background of video.mp4 using ffmpeg :

    &#xA;&#xA;

    enter image description here

    &#xA;