Recherche avancée

Médias (1)

Mot : - Tags -/ipad

Autres articles (51)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 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 (...)

Sur d’autres sites (9085)

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

  • doc/infra : List at what companies the name servers are hosted and who provides the...

    26 novembre 2024, par Michael Niedermayer
    doc/infra : List at what companies the name servers are hosted and who provides the servers
    

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

    • [DH] doc/infra.txt