Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (41)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (8824)

  • FFMPEG : Changing the filter prevents the video from being blurred

    11 juillet 2016, par Drupalist

    I am new to FFMPEG, it has been a few days I am working on it. I tried the code given at
    FFmpeg - Apply blur over face
    .I have a video with 208 X 208 resolution and I need to blur a rectangle on the video, with some width/height and top/left offset. The following codes successfully blur the video

    ffmpeg -i test1.mov -filter_complex "[0:v]crop=10:10:1:1,boxblur=1[b0];[0:v][b0]overlay=10:10" intro-blur.mov

    ffmpeg -i test1.mov -filter_complex "[0:v]crop=50:50:1:1,boxblur=1[b0];[0:v][b0]overlay=10:10" intro-blur.mov

    But the followings don’t

    ffmpeg -i test1.mov -filter_complex "[0:v]crop=5:5:1:1,boxblur=10[b0];[0:v][b0]overlay=10:10" intro-blur.mov

    ffmpeg -i test1.mov -filter_complex "[0:v]crop=10:10:1:1,boxblur=10[b0];[0:v][b0]overlay=10:10" intro-blur.mov

    ffmpeg -i test1.mov -filter_complex "[0:v]crop=20:20:1:1,boxblur=10[b0];[0:v][b0]overlay=10:10" intro-blur.mov

    I would like to know why it is so ? What is the problem with the codes that don’t work.

    Thanks in advance.

  • Get duration through FFMPEG 2014 gcc 4.86

    19 février 2014, par M.Yazdian

    I like to use ffmpeg in my web project to convert video files and get some information of metadata's.

    So I download FFMPEG and use this codes in asp.net :

    For view my code please follow this link http://forums.asp.net/t/1969247.aspx?Problem+width+FFMPEG+2014+gcc+4+86

    This Codes worked currently when I use FFMPEG 2013 gcc 4.2 But when I use FFMPEG 2014 gcc 4.8.2 it's not working...!!!

    In FFMPEG 2014 , I can Convert video formats but I cann't get duration and In FFMPEG 2013 gcc 4.2 I can get duration but I cann't convert video formats (I mean specialy MKV).

    In the FFMPEG 2014 Standard Error I cann't find Duration to parse(HOUR , MINUTE , SECOND).

    In the FFMPEG 2013 Standard Error I can find Duration to parse(HOUR , MINUTE , SECOND) but I cann't connvert video formats.

    Thanks in advance

  • c++ mp3 library

    31 mai 2012, par user1288043

    I am exhausted searching for a c++ mp3 decoding library, preferably free (like lgpl) and cross-platform or for windows and mac. Can anyone suggest such library and post some tutorial for using it ?
    ffmpeg and sdl (sdl_sound, sdl_mixer) aren't compiling. I am unable to get mpg123 working - is it for linux world only or what ? Is there some tutorial on using mpg123 on windows ? mpg123 is unable to find some symbols that is I am not putting some dll's at right path - but which ?

    Overall, I want be able to read and write all major audio file formats on windows and mac - starting with windows.