Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (58)

  • 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 ;

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

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

Sur d’autres sites (8850)

  • faster way to concatenate movie clips using moviepy ?

    1er avril 2019, par Abhishek Agarwal

    By using Moviepy library i found a better way for making clips

    clip_1 = ffmpeg_extract_subclip(filename,
                          t1, t2,
                          targetname="test1.mp4")

    rather than using VideoFileClip function

    clip1 = VideoFileClip("test1.mp4")

    However i was thinking if we could combine 2 or more video files with such a speed difference using any other methods other than

    final_clip = CompositeVideoClip([clip1,clip2])

    or remove the print functionality of the module to speed up the process ??

  • Why ffmpeg-split AVI movie freezes when played

    29 septembre 2015, par bl4ck5un

    I used ffmpeg to split AVI movies like

    ffmpeg -i input.avi -vcodec copy -acodec copy -ss 00:22:33 -to 1:2:3 out.avi

    But the output file out.avi is sometimes weird when played (in MPlayerX, for example) — it will stop at the first frame, freezing like a picture, but if I drag the process bar forward, then continue playing at a different place, everything would be fine and the video just goes on smoothly.

    I have limited knowledge on AVI format and ffmpeg, can you guys point out what’s the problem here ? If it’s a matter of kerFrame or what ?

  • Movie thubnail generate

    10 mai 2014, par user3123906

    I wana write script to generate thubnail image from video like .mp4 and my generate image shuld look like this sample http://screenshots.de.sftcdn.net/de/scrn/79000/79347/video-thumbnails-maker-22.jpg but i dont known what i must use. I try ffmpeg but its only generate each frame image like image1.jpg image2.jpg etc but i need generete all in one img. Any sugestion ?