Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (43)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (4879)

  • ffmpeg concatenate 3 videos with crossfade

    17 mars 2019, par Crikey Mikey

    Im trying to join 3 videos together with a crossfade effect.

    I can get this working for 2 videos (sourced from stackoverflow but cant find the link) :

    ffmpeg -y -i part1.mp4 -i part2.mp4 -f lavfi -i color=black:s=1920x1080 -filter_complex \
    "[0:v]format=pix_fmts=yuva420p,fade=t=out:st=10:d=1:alpha=1,setpts=PTS-STARTPTS[va0]; \
    [1:v]format=pix_fmts=yuva420p,fade=t=in:st=0:d=1:alpha=1,setpts=PTS-STARTPTS+10/TB[va1]; \
    [2:v]trim=duration=20[over]; \
    [over][va0]overlay[over1]; \
    [over1][va1]overlay=format=yuv420[outv]" \
    -vcodec libx264 -map [outv] merged.mp4

    But cant work out how to make this work for 3 videos.

    I don’t need any audio. Any ideas ?

    Cheers,

  • ffmpeg concatenate 3 videos with crossfade

    11 janvier 2017, par Crikey Mikey

    Im trying to join 3 videos together with a crossfade effect.

    I can get this working for 2 videos (sourced from stackoverflow but cant find the link) :

    ffmpeg -y -i part1.mp4 -i part2.mp4 -f lavfi -i color=black:s=1920x1080 -filter_complex \
    "[0:v]format=pix_fmts=yuva420p,fade=t=out:st=10:d=1:alpha=1,setpts=PTS-STARTPTS[va0]; \
    [1:v]format=pix_fmts=yuva420p,fade=t=in:st=0:d=1:alpha=1,setpts=PTS-STARTPTS+10/TB[va1]; \
    [2:v]trim=duration=20[over]; \
    [over][va0]overlay[over1]; \
    [over1][va1]overlay=format=yuv420[outv]" \
    -vcodec libx264 -map [outv] merged.mp4

    But cant work out how to make this work for 3 videos.

    I don’t need any audio. Any ideas ?

    Cheers,

  • ffmpeg concatenate 3 videos with fade in/out

    10 janvier 2017, par Crikey Mikey

    Im trying to join 3 videos together with a fade in/out effect.

    I can get this working for 2 videos (sourced from stackoverflow but cant find the link) :

    ffmpeg -y -i part1.mp4 -i part2.mp4 -f lavfi -i color=black:s=1920x1080 -filter_complex \
    "[0:v]format=pix_fmts=yuva420p,fade=t=out:st=10:d=1:alpha=1,setpts=PTS-STARTPTS[va0]; \
    [1:v]format=pix_fmts=yuva420p,fade=t=in:st=0:d=1:alpha=1,setpts=PTS-STARTPTS+10/TB[va1]; \
    [2:v]trim=duration=20[over]; \
    [over][va0]overlay[over1]; \
    [over1][va1]overlay=format=yuv420[outv]" \
    -vcodec libx264 -map [outv] merged.mp4

    But cant work out how to make this work for 3 videos.

    I don’t need any audio. Any ideas ?

    Cheers,