Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (112)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (8305)

  • trim a part of audio and loop it and add it to part of video using ffmpeg

    9 janvier 2019, par 1234567

    I have a 4.30 min long audio and a 5 min 30 sec video I want to trim the audio from 30 sec to 45 sec
    and add it part of video from 33 second to 75 seconds of that video

    I am trying this command

    {
                           "-y", "-i", j
                           ,
                           "-filter_complex",
                           "amovie="+audio+":loop=1000," +
    "asetpts=N/SR/TB,atrim=30:45,apad,aformat=sample_fmts=fltp:" +
                                   "sample_rates=44100:channel_layouts=stereo,volume=1.5[a1];" +
     //                      "[az]aformat=channel_layouts=mono,atrim=0:35[atrim];" +
                           "[a1]adelay=2000|2000,atrim=33:75,asetpts=PTS-STARTPTS[afinal]" ,

                           "-map", "[afinal]", "-map", "0:v", "-preset", "ultrafast", out
                   };

    It adds audio to video from 2 second , but it adds only the 15 sec of audio that has been trimmed , it does not loop , how can we loop the audio and add it to set duration from 33 sec to 75 second of video

  • add part of audio with loop to video using ffmpeg

    7 janvier 2019, par 1234567

    I have a video 5 min 30 seconds long and an audio 4 mins 30 seconds long

    I want to add part of audio(part of audio from 1 min 25 sec to 1 min 47 sec) to video(part of video from 2 min 30 sec to 3 min 55 sec)

    what I have been able to do is loop audio and add it to video

    with this command

    "-y","-i",j, "-filter_complex",
                           "amovie="+audio+":loop=1000," +
    "asetpts=N/SR/TB,atrim=0:85,adelay=150000|150000,apad," +
    "aformat=sample_fmts=fltp:sample_rates=44100:channel_layouts=stereo,volume=1.5[a1];" +
    "[0:a]aformat=sample_fmts=fltp:sample_rates=44100:channel_layouts=stereo,volume=3.5[a2];" +
    " [a1][a2]amerge,pan=stereo|c0code>

    how ever this is the problem I have faced

    It does add audio of 85 sec to video from 2:30 to 3:55 , but it starts from 0:00 of audio to 1:25 part of audio,

    What I want is to have a 22 sec clip of audio from (1 min 25 sec to 1 min 47 sec part of audio file) and loop it for 85 seconds and add that to video file

    how can that be done

  • avcodec/proresdec : rename dsp part for 10b and check dspinit for supported bits...

    17 novembre 2018, par Martin Vignali
    avcodec/proresdec : rename dsp part for 10b and check dspinit for supported bits per raw sample
    

    based on patch by Kieran Kunhya

    • [DH] libavcodec/proresdec2.c
    • [DH] libavcodec/proresdsp.c
    • [DH] libavcodec/proresdsp.h
    • [DH] libavcodec/simple_idct.c
    • [DH] libavcodec/simple_idct.h
    • [DH] libavcodec/tests/dct.c
    • [DH] libavcodec/x86/proresdsp_init.c