Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (57)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

Sur d’autres sites (11353)

  • How to convert avi files to mp4 using ffmpeg ?

    3 avril 2015, par Idon'tGetIt

    I installed ffmpeg on my windows 8 computer to convert AVI files to mp4, but I don’t have an idea how this program works.
    I looked for a tutorial for ffmpeg but didn’t find any.
    so, does anyone can explain me how i can convert my avi files to mp4 using ffmpeg ?

    Thanks in advance.

  • Is it possible to read all files of the same format into one command in ffmpeg ?

    17 juillet 2021, par DataMsc

    I have a python script which downloads a number of .ts and .aac files in the current working directory. I want to be able to concatenate them individually and then combine the final .ts and .aac files to produce the output.

    


    Currently, I have around 90 files for both ts and aac. I understand it is possible to create a batch file containing the entirety of the related files which can be used to join them together, however, I wanted to find a solution that can ignore the creation of a batch file to increase the speed of the script.

    


    Here is a basic interpretation of my request :

    


      

    • 1.ts, 2.ts, 3.ts, 4.ts, 5.ts, 6.ts

      


      ffmpeg -f concat -safe 0 -i 1.ts:6.ts -c copy output.ts

      


    • 


    


    I've tried surfing the web for a solution, but all results lead me back to a batch file.
Any help is appreciated

    


  • How to merge two audio files and remove their overlap [closed]

    14 septembre 2024, par jackiechan Zebra

    I have two mp3 files, there have some overlap. The last few seconds, normally less than 2 second, of the first file are always appear on the first few seconds of the last file.

    


    How can I conbine the two audio files into one and eliminate the overlap part ?

    


      

    1. Currently, audio files are mp3.
    2. 


    3. Expecting a python lib. I know FFMPEG may work, but I have no experience.
    4. 


    5. Other programming languages solution are also fine.
    6. 


    


    Give me some keywords and I hope I can do the rest.