Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (103)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (11794)

  • Create video with list of image url and mp3 file using ffmpeg for php

    12 juin 2017, par Darshan ambaliya

    i am creating sideshow with the use of ffmpeg install on my Linux system and when i am try to create slideshow with the list of command then its ok but when i am try to create with long duration mp3 file it will generate video without images here the list of different commands which are working and not wokring

    can you please and let me know what i am missing so you can guide me.

    ffmpeg -r 1/5 -f concat  -safe 0 -protocol_whitelist "file,http,https,tcp,tls" -i /var/www/html/ffmpe/test.txt -i /var/www/html/ffmpe/2.mp3 -c:v libx264 -c:a copy -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" /var/www/html/ffmpe/1.mp4

    //working with 47 seconds songs

    ffmpeg -r 1/5 -f concat  -safe 0 -protocol_whitelist "file,http,https,tcp,tls" -i /var/www/html/ffmpe/test.txt -i /var/www/html/ffmpe/1.mp3 -c:v libx264 -c:a copy -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" /var/www/html/ffmpe/1.mp4

    same command not working with 1.mp3 which is 4 minute and 30 seconds duration

    Here are both commands with differnet mp3 files so can you please check and let me know where i am going wrong .

    test.txt file contains the image urls

  • libavformat/isom_tags.c : add ipcm to list of tags

    15 juillet 2021, par Stephen Hutchinson
    libavformat/isom_tags.c : add ipcm to list of tags
    

    Fixes http://trac.ffmpeg.org/ticket/9219

    • [DH] libavformat/isom_tags.c
  • fate/checkasm : add LPC test to list

    22 septembre 2022, par Lynne
    fate/checkasm : add LPC test to list
    
    • [DH] tests/fate/checkasm.mak