Recherche avancée

Médias (1)

Mot : - Tags -/portrait

Autres articles (58)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

Sur d’autres sites (8850)

  • How can one pipe the audio waveform image out of ffmpeg into an image display command/application ? [closed]

    15 mai 2022, par esp

    These two commands, when used in succession, produce a .png file of the inputted audio waveform.

    


    ffmpeg -i audioFile.mp3 -filter_complex "showwavespic=s=640x120" -frames:v 1 imageFile.png
qlmanage -p imageFile.png


    


    But I have not succeeded in piping the image from the first to the second. Simply using "|" between them did not work.

    


    ffmpeg -i audioFile.mp3 -filter_complex "showwavespic=s=640x120" -frames:v 1 |
qlmanage -p


    


    Error :

    


    Filter showwavespic has an unconnected output


    


    Sounds pretty fundamental !

    


    Please, how can what I am trying to do be achieved ?

    


  • How to add rotate animation to overlay image over another image with an audio file using FFmpeg [closed]

    10 juin 2021, par Pradeep Kumar

    I want to add rotation animation to overlay image to another image and create a video with audio file. below code is creating video file but the problem is it is rotating whole video rather then rotating the overlay image.

    


    ffmpeg -loop,1,-i,input.jpeg,-i,overlay.png,-filter_complex,[1]scale=400:400[b];[0:v][b] overlay=(W-w)/2:(H-h)/2, rotate=a=0.39269908169872*t/2,-ss,00:00:00,-to,00:00:15,-i,audio.mp3,-c:v,mpeg4,-b:a,3M,-c:a,aac,-b:a,192k,-s,720x720,-pix_fmt,yuv420p,-shortest,output.mp4


    


    I also tried below code

    


    ffmpeg -loop,1,-i,input.jpg,-i,overlay.png,-filter_complex,[1]scale=400:400[b];[0:v][b] overlay=(W-w)/2:(H-h)/2[ovrly];[ovrly]rotate=a=0.39269908169872*t/2,-ss,00:00:00,-to,00:00:15,-i,audio.mp3,-c:v,mpeg4,-b:a,3M,-c:a,aac,-b:a,192k,-s,720x720,-pix_fmt,yuv420p,-shortest,output.mp4


    


    But both command give the same result. Please help me to resolve this issue.
Thanks in advance.

    


  • Anomalie #4449 : Taille d’image erronné des logos si un redimensionnement de l’image

    14 décembre 2020