Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (55)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

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

Sur d’autres sites (7132)

  • Add hyperlinks within videos

    25 avril 2020, par Monkeybus

    Is it possible to add clickable menus to videos ? Like with DVD's ?

    



    Plus, is it possible to have areas of a video image clickable ? For example a scene where each actor in a movie could be clicked ? I am thinking of something like HTML image maps, but with video ?

    



    I use Linux and ffmpeg for all of my transcoding.

    



    Any pointers, much appreciated. Thanks, as always.

    



    Talk to you all soon.

    


  • How do you create a crossfade transition between multiple videos in FFMPEG ?

    5 janvier 2016, par Katie Yamato

    I am currently looping MP4 videos with audio through FFMPEG. Here is the code

    del intermediate1.ts
    del f.txt
    echo file intermediate1.ts>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt

    ffmpeg -i "SHORT MUSIC.mp4" -c copy -bsf:v h264_mp4toannexb -f mpegts intermediate1.ts -nostdin
    ffmpeg -f concat -i f.txt -c copy -bsf:a aac_adtstoasc "LONG MUSIC.mp4" -nostdin

    However, the transition between each instance of the videos is not smooth. It cuts off as the next instance is shown. Would there be a way create a blend/crossfade transition for the videos ?

    I have come across this method however, it is only for 2 videos
    http://superuser.com/questions/778762/crossfade-between-2-videos-using-ffmpeg

    Hope someone can help me !
    Thank you very much !!

  • How do you create a crossfade transition between multiple videos in FFMPEG ?

    15 août 2017, par Katie Yamato

    I am currently looping MP4 videos with audio through FFMPEG. Here is the code

    del intermediate1.ts
    del f.txt
    echo file intermediate1.ts>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt
    echo file intermediate1.ts>>f.txt

    ffmpeg -i "SHORT MUSIC.mp4" -c copy -bsf:v h264_mp4toannexb -f mpegts intermediate1.ts -nostdin
    ffmpeg -f concat -i f.txt -c copy -bsf:a aac_adtstoasc "LONG MUSIC.mp4" -nostdin

    However, the transition between each instance of the videos is not smooth. It cuts off as the next instance is shown. Would there be a way create a blend/crossfade transition for the videos ?

    I have come across this method however, it is only for 2 videos
    https://superuser.com/questions/778762/crossfade-between-2-videos-using-ffmpeg

    Hope someone can help me !
    Thank you very much !!