Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (18)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (523)

  • Overlay image on video using ffmpeg with variable .png image size

    10 avril 2017, par Hangman

    I am using this command and getting the output .My .png image is a birthday frame.I want to place it exactly on top of video with all corners of video and image overlap.
    I have attached image of my output.

    The output i am getting is this

    This is the command i am using-

    String[] cmd = new String[]{ "-i", slideVid, "-i", sdPath, "-filter_complex", "overlay=0:main_w-overlay_w", outputFile.getPath()};
  • ffmpeg command is not able capture mobile video image properly. Always getting stretch image

    1er février 2021, par Vipul Jethva

    I have tried many ffmpeg commands to capture image from mobile video but it's always getting stretch image output.

    


    There are following commands which I used. My video format is mobile shoot. Desktop video is fine. Only mobile video having problem. Always getting stretch image. I need perfect image horizontally and vertically without stretch image.

    


    $command = "ffmpeg  -i &lt;<input video="video" />> -r 0.0033 -vf scale=-1:120 -vcodec png output.jpg";&#xA;&#xA;$command = "ffmpeg -i &lt;<input video="video" />> -ss 00:00:25 -vframes 1  output.jpg";&#xA;&#xA;$command = "ffmpeg -ss 00:00:45 -i &lt;<input video="video" />> -vframes 1 -q:v 2 output.jpg";&#xA;&#xA;$command = "ffmpeg -i &lt;<input video="video" />> -deinterlace -an -ss 00:00:45 -f mjpeg -t 1 -r 1 -y -s 850x478 output.jpg 2>&amp;1";&#xA;&#xA;$command = "ffmpeg -ss 100 -i &lt;<input video="video" />> -frames:v 1 -q:v 2 -vf scale=850:478:force_original_aspect_ratio=increase,crop=850:478 output.jpg";&#xA;

    &#xA;

    Please let me know where I am wrong in above command ? Or if you have other command please let me know.

    &#xA;

  • Delete unecessary image references after image processing to allow memory release. Closes #2522

    1er décembre 2013, par blueimp
    Delete unecessary image references after image processing to allow memory release. Closes #2522