Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (70)

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

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

  • FFMEPG:Why does the video sound become smaller when I use pictures and wavs to compose a video, and there is less audio at the beginning of the video ?

    13 novembre 2022, par Naldo hwang

    ffmpeg.exe -r 10 -loop 1 -i 5197.jpg -i audio5197.wav -c:v libx264 -x264-params keyint=1:scenecut=0 -c:a aac -b:a 32k -pix_fmt yuvj420p -shortest out.mp4

    


    I'm trying to make a video with a picture and 7 hours of wav,There is always a few seconds less audio at the beginning of the video, and the sound becomes smaller.

    


    Thanks for reading and help.

    


  • Ffmpeg : Output a video made of several video chunks of the input video

    20 mai 2013, par mad

    I was wondering if it was possible to output a video made of several extracts of the input video.
    For example outputting a video made of the first 10s of each minute of the input.

    I know you can do it programmatically, calling several time ffmpeg with -ss and -t to make the chunks and then merge them, but is it possible to do it in one command using video filters ?

    Thanks !

  • Webm video playing video & audio in Movies & TV app but will only play video in windows media player and html ?

    24 décembre 2019, par Kate LeVering

    I have created a webm video file with transparency with ffmpeg out of a series of png files. Then I add the audio track again in ffmpeg (I have tried both the opus and vorbis codecs). When I play it in the Movies & TV app it plays just fine (audio and video). In windows media player only the video plays. In html (inside a video tag) the video will play if it is set to ’muted’ but if it is not muted it doesn’t play.

    I am not sure what is going on. Does anyone have any insights. Do I need to run the audio from a seperate file ?

    Thanks, Kate