Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (74)

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

  • Les images

    15 mai 2013
  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

Sur d’autres sites (13105)

  • mov : fix seek to next root atom in fragmented mp4

    29 mars 2020, par John Stebbins
    mov : fix seek to next root atom in fragmented mp4
    

    If some but not all moof's are referenced in an sidx, whole fragments
    were being skipped.

    Fixes tickets 7377, 7389, and 8502

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

    • [DH] libavformat/mov.c
  • Send seek command to running ffmpeg instance

    12 mai 2022, par Mike Versteeg

    I have created a video player using the ffmpeg libraries, but want to know if the same is possible using ffmpeg.exe and piping, specifically the seeking part. Is it possible to send seek command to a running ffmpeg.exe instance ? Such a command is not present in the help but it does show the 'c' command which can be used to send commands to filters. I cannot find any further documentation however on how to address filters this way, all examples assuming command line parameters, nor if a filter can be used to seek in video.

    &#xA;

  • lavf/mp3enc : fix ID3v1 year metadata setting issue

    20 avril 2020, par Jun Zhao
    lavf/mp3enc : fix ID3v1 year metadata setting issue
    

    Follow the http://id3.org/ID3v1, setting the year metadata
    for ID3v1.

    fix #8623

    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavformat/mp3enc.c