Recherche avancée

Médias (91)

Autres articles (80)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    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 (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (12661)

  • Python subprocess is slowly decreasing in speed

    31 janvier 2021, par G3n1t0

    I just started with python and I have this code that iterates in any folder and goes through all videos to apply an ffmpeg command for editing.

    


    In the first video the speed is 5x then for each video the speed decreases until 1x

    


    for file in os.listdir(path):
filename = path + '\\' + file

if file.endswith(".mp4"): 
    video_duration = mp.VideoFileClip(filename).duration

    subprocess.run('ffmpeg -i {filename} -i {img} -filter_complex "[0:v][1:v] overlay={width}:{height}:enable=\'between(t,{start_from},{end_to})\'" -pix_fmt yuv420p -c:a copy {copyto}{video_name}_EDITED_{count}.mp4'.format(
        filename = filename,img = image, copyto = copy_to,video_name = file,count = count,start_from = start_from(video_duration), end_to = end_to(video_duration),
        width = auto_width(video_width), height = auto_height(video_height)))
    count = count + 1


    


    enter image description here

    


  • How to make ffmpeg fast speed with curl ?

    26 octobre 2016, par s_zhang

    If use ffmpeg to do a big size video on the internet, the speed is very slow.

    $ ffmpeg -i  

    If use curl to try to make it fast like this way, it finished soon and the result was not right.

    $ curl -s  | exec ffmpeg -i -

    Is there a good way to make it fast ?

  • Revision 54fa956715 : Add vp9_sad64x64x4d_neon Neon intrinsic function. On Nexus 7 speed -6 saw 30%

    24 janvier 2015, par Frank Galligan

    Changed Paths :
     Modify /test/sad_test.cc


     Modify /vp9/common/vp9_rtcd_defs.pl


     Add /vp9/encoder/arm/neon/vp9_sad4d_neon.c


     Modify /vp9/vp9cx.mk



    Add vp9_sad64x64x4d_neon Neon intrinsic function.

    On Nexus 7 speed -6 saw 30% increase in perf.

    Tested on Nexus 7, built with ndk r10d, gcc 4.9.

    BUG=https://code.google.com/p/webm/issues/detail?id=908

    Change-Id : Id12af7d1883243c23e6692e898aea82299633d58