Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (31)

  • Les images

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (7937)

  • H.264 video streaming in iphone and ipad using FFmpeg decoder [on hold]

    4 août 2014, par Ajin Chacko

    I am new to ios application development. And now I am trying H.264 video streaming in iphone and ipad using FFmpeg decoder. Kindly help me with sample programs that i can complete my project. Actually what I need is the code for getting the proper image form RTSP stream that I can display in image viewer controller.

    Thanks Regards

  • FFMPEG : Output tiles onto a black background [closed]

    14 juin 2013, par MollyRazor

    I have the following command, which converts a video and also generates a 10x9
    tileset. Currently it gets the longer side and either generate a 90px wide or
    45px tall tiles. My problem is that each tile has to be 90x45 large, so in
    essence what I need is a properly resized and centered tile inside a black
    bounding box. How can I achieve this ?

    The resulting tile

    result

    What I would like to achieve

    like

    Actual command line

    ffmpeg -i K/vertical.mp4 .... vertical.out.mp4
    ffmpeg -i K/vertical.mp4 -an -vsync vfr \
    -vf select="isnan(prev_selected_t)+gte(t-prev_selected_t\,2)",scale="'if(gt(iw,ih),90,-1)':'if(gt(iw,ih),-1,45)'",tile="10x9" \
    -qscale:v 3 './f/f%03d.jpg'
  • Remove .mp4 video top and bottom black bars using ffmpeg

    9 septembre 2014, par rexhin

    I’m new to ffmpeg and I have heard that it has a filter for black. I want to remove black bars on top and bottom of the video so the video will be cropped to the remaining video without black bars. Thanks :)