Recherche avancée

Médias (91)

Autres articles (76)

  • Les sons

    15 mai 2013, par
  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (7148)

  • swresample/rematrix : Fix float part of swr_set_matrix()

    20 octobre 2016, par Vodyannikov Aleksandr
    swresample/rematrix : Fix float part of swr_set_matrix()
    

    Fixes Ticket #5897.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libswresample/rematrix.c
  • All audios should be played after combing using ffmpeg. But there is only audio for the first part

    6 mai 2020, par Eric Z

    This code is combining 3 mp4 files using ffmpeg command. Each file has audio. &#xA;After combining, I can listen audio for only first part. &#xA;How can I solve this problem ?

    &#xA;&#xA;

    ===========================================================================

    &#xA;&#xA;

    ffmpeg -y -i "tmp/titled-0c33a83dc70534c67f66.mp4" -i "tmp/titled-1c2fc9a95e644ab135a3.mp4" -i "tmp/titled-73c3fb1a3ea435cacdd2.mp4" -i "logo/logo.png"  -filter_complex "&#xA;nullsrc=s=1280x720[bg];&#xA;[0:v]setpts=PTS-STARTPTS&#x2B;0/TB[v0];&#xA;[1:v]setpts=PTS-STARTPTS&#x2B;4.039/TB[v1];&#xA;[2:v]setpts=PTS-STARTPTS&#x2B;8.078/TB[v2];&#xA;[bg][v0]overlay=x=&#x27;if(lte(t,4.039),0,min(0,-w*min(1,max(0,0.98*(t-4.039)^2))))&#x27;:y=0,trim=duration=13.145[bg];&#xA;[bg][v1]overlay=x=&#x27;if(gte(t,8.078),-w*min(1,max(0,0.98*(t-8.078)^2)),max(0,1280*(1-min(1,max(0,0.69*(atan(8*(t-4.039)^2.7)))))))&#x27;:y=0[bg];&#xA;[bg][v2]overlay=x=&#x27;max(0,1280*(1-min(1,max(0,0.69*(atan(8*(t-8.078)^2.7))))))&#x27;:y=0"&#xA;-y -vcodec h264 -crf 13 -acodec aac -strict -2 "out.mp4"&#xA;

    &#xA;

  • I need to add part of audio from one file to another [on hold]

    28 avril 2019, par Dim

    I’m trying to add the fist 15 seconds from file1.wav to end of file2.wav with ffmpeg.