Recherche avancée

Médias (0)

Mot : - Tags -/performance

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (60)

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

  • Have some problem when merging two video files with ffmpeg and xfade filter [closed]

    12 septembre 2023, par song jin

    ffmpeg -i img_1.mp4 -i img_2.mp4 -i img_3.mp4 -i img_4.mp4 -i img_5.mp4 -filter_complex "[0:v]xfade=transition=wiperight:duration=1:offset=4[v0];[1:v]xfade=transition=wiperight:duration=1:offset=8[v1];[2:v]xfade=transition=wiperight:duration=1:offset=1[v2];[3:v]xfade=transition=wiperight:duration=1:offset=1[v3];[v0][v1][v2][v3]concat=n=4:v=1:a=0,format=yuv420p[v]" -map "[v]" -y -s 1920*1080 concat.mp4
I was using this command to merging multiple videos, and then the following problem occurred:

    


    Stream mapping:Stream #0:0 (h264) -> xfade
Stream #1:0 (h264) -> xfade
Stream #1:0 (h264) -> xfade
Stream #2:0 (h264) -> xfade
Stream #2:0 (h264) -> xfade
Stream #3:0 (h264) -> xfade
Stream #3:0 (h264) -> xfade
Stream #4:0 (h264) -> xfade
format:default -> Stream #0:0 (libx264)


    


    As a result, there will be multiple input streams in the video.
How can I solve it ?
I hope have only one input per video stream
I want to have only one input per video stream

    


  • Pydub does not work sometimes (ffmpeg problem)

    17 juillet 2022, par randomguy

    I'm making a program for macOS that uses pydub and therefore ffmpeg (ffmpeg was installed by copying ffmpeg and ffprobe to /usr/local/bin).

    


    When I run my program through the terminal (python3 [filename]) or compile it into an executable file without extension, it works fine. But when I run it via IDLE or compile to .app, ffmpeg doesn't work. It says this :

    


    RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)


    


    The same message appears when ffmpeg is not installed at all.

    


    How to make ffmpeg/pydub work correctly ?

    


  • cuda10.2 cuvidParseVideoData call back data CUVIDPICPARAMS has problem

    19 mai 2021, par goforward

    ffmpeg3.4.5 parse H265 stream, call av_read_frame(), and pass AVPacket to CUVIDSOURCEDATAPACKET,
then call cuvidParseVideoData, call is successful. but call back function pfnDecodePicture return with wrong CUVIDPICPARAMS (picwidthinmbs = 0)