Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (75)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

Sur d’autres sites (11116)

  • how to multiply and rename one image to n-times in ffmpeg

    27 avril 2022, par LookAndSee

    for making a video i want to multiply one image of a folder e.g. for 30fps and 30sec to 900 times with an uprising index.

    


    How can i copy on image n-times and rename it with ffpeg ?

    


    How i did it by now :

    


    mark all Strg C + Strg V
mark all Copy + Paste
2-4-8-16-32-64-128-256-576-1152

    


    numbering i did with total commander "multi-rename-tool"

    


    i like to do it with a loop-function in ffmpeg but i have no idea.
Has someone a suggestion and can help me please ?
thx in advance !

    


  • FFMPEG : AAC Number of bands exceeds limit

    6 avril 2017, par user1902291

    I am using the FFMPEG C API to decode the audio in an MP4 file.

    My code works when decoding an OGG or MP3 file, but fails on the first frame of AAC audio in an MP4

    I get this error from

    avcodec_send_packet(codecContext, packet)

    [aac @ 0x7f80eb9e3a00] Number of bands (31) exceeds limit (5)

    What is the "number of bands" and how do I increase it ? What does this message really mean ?

    Thank you in advance

  • run ffmpeg with multiple threads

    12 février 2012, par xhammer

    Ok i have learnt how to convert videos files using vb.net and ffmpeg. But as far as i know we cannot use multiple threads to run same exe file to convert files. Do you know how i can convert multiple videos using one external exe file (ffmpeg) ?

    I have not tried because my computer time was over. So iam just asking a general doubt whether if we attach it to one process then wouldn't the process get locked ? Then can we multi-thread this application or not ?

    Thanks in advance.