Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (47)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (7286)

  • Background blur on concat videos make everything more blurry

    7 août 2020, par AlphaDjango

    Hi I have a bunch of temp video files that I want to concat together, some are different aspect ratios and resolutions so I want the end video to be a 1920x1080p with the empty space on the sides to be a box blur.

    


    I have it working how I want but the video clips in the middle become more blurry than the original temp files.
Could someone let me know if I can change the code to keep original quality ? It will also show it's dropping frames a few thousand in a 20 minute video which isn't terrible but I would prefer it to not drop frames.

    


    "ffmpeg -i "concat :" + python script adds all file locations + "" -s 1920x1080 -filter_complex [0:v]scale=ih16/9 :-1,boxblur=luma_radius=min(h,w)/20:luma_power=2:chroma_radius=min(cw,ch)/20:chroma_power=1[bg] ;[bg][0:v]overlay=(W-w)/2 :(H-h)/2,crop=h=iw9/16 -af aselect=concatdec_select,aresample=async=1 Rendered_Videos/output.mp4"

    


  • Creating timelapse video with ffmpeg using list of URL images from .txt file [duplicate]

    4 février 2021, par Boško Buha

    I have pretty simple question.

    


    Is it possible to render timelapse video using ffmpeg, from the list of URL images listed in .txt file ?
(https://via.placeholder.com/350x150 -> image example)

    


    This is how it works with the list of images from local disk :

    


    ffmpeg -y -f concat -safe 0 -i input.txt output.mp4


    


    If I replace locations of files in .txt file with URL addresses, it does not work. Any ideas how to do it ?

    


  • wmalossless : allow calling madd_int16

    1er mai 2016, par Christophe Gisquet
    wmalossless : allow calling madd_int16
    

    This is done by actually handling the "prev_values" in the cascaded LMS data
    as if it were int16_t, thus requiring switching at various locations the
    computations.

    • [DH] libavcodec/wmalosslessdec.c